aboutsummaryrefslogtreecommitdiff
path: root/manifest.xml
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-03-15 15:11:12 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-03-15 15:11:12 -0300
commitd42607998482e36865c1d8a443f92a457f6b2f3b (patch)
tree9840be82dbf1b58da42d0a66f20b23ea0b01cf55 /manifest.xml
downloadelgg-d42607998482e36865c1d8a443f92a457f6b2f3b.tar.gz
elgg-d42607998482e36865c1d8a443f92a457f6b2f3b.tar.bz2
Squashed 'mod/minify/' content from commit 5949018
git-subtree-dir: mod/minify git-subtree-split: 594901859d5afc1fa364322428bd7a6d5c6a3f96
Diffstat (limited to 'manifest.xml')
-rw-r--r--manifest.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/manifest.xml b/manifest.xml
new file mode 100644
index 000000000..072da27b1
--- /dev/null
+++ b/manifest.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
+ <name>Minify</name>
+ <author>Evan Winslow</author>
+ <version>0.3</version>
+ <description>Brings the power of js/css minification to Elgg</description>
+ <copyright>(C) Evan Winslow 2010-2011</copyright>
+ <website>http://github.com/ewinslow/elgg-minify</website>
+ <requires>
+ <type>elgg_version</type>
+ <version>2011031400</version>
+ </requires>
+</plugin_manifest> \ No newline at end of file