forked from moodle/moodle
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MDL-56012 lib: Update of readme and xml file.
Also made edits to use the PSR-4 autoloader.
- Loading branch information
Showing
6 changed files
with
14 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,10 @@ | ||
#!/bin/sh | ||
# | ||
# Description of import of Horde libraries | ||
# | ||
|
||
wget https://codeload.github.com/box/spout/zip/v2.4.3 | ||
unzip v2.4.3 | ||
rm v2.4.3 | ||
rm spout-2.4.3/composer.json | ||
rm -rf src | ||
mv -f spout-2.4.3/* . | ||
rm -r spout-2.4.3/ | ||
Description of Spout library import 2.6.0 | ||
========================================= | ||
* Download / Clone from https://github.com/box/spout/ | ||
* Only include the src/Spout directory. | ||
* Update lib/thirdpartylibs.xml with the latest version. | ||
|
||
2016/09/20 | ||
---------- | ||
Updated to v2.6.0 (MDL-56012) | ||
by Adrian Greeve <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters