aboutsummaryrefslogtreecommitdiff
path: root/manifest.xml
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-03-15 14:55:00 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-03-15 14:55:00 -0300
commit912fa61a7f5bbeb68c575089333df9b208627aa4 (patch)
tree958679c0c0be9e73d3db71d8c3be0941ba309a05 /manifest.xml
downloadelgg-912fa61a7f5bbeb68c575089333df9b208627aa4.tar.gz
elgg-912fa61a7f5bbeb68c575089333df9b208627aa4.tar.bz2
Squashed 'mod/upgrade-tools/' content from commit 862658a
git-subtree-dir: mod/upgrade-tools git-subtree-split: 862658a7512afda1910f600169cc7cd970bd593f
Diffstat (limited to 'manifest.xml')
-rw-r--r--manifest.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/manifest.xml b/manifest.xml
new file mode 100644
index 000000000..5f875975b
--- /dev/null
+++ b/manifest.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
+ <name>Upgrade Tools</name>
+ <author>Lorea Developers</author>
+ <version>1.8.1</version>
+ <category>bundled</category>
+ <category>content</category>
+ <category>widget</category>
+ <description>Upgrade tools</description>
+ <website>http://lorea.org/</website>
+ <copyright>See COPYRIGHT.txt</copyright>
+ <license>GNU General Public License version 2</license>
+ <requires>
+ <type>elgg_release</type>
+ <version>1.8</version>
+ </requires>
+</plugin_manifest>