diff options
Diffstat (limited to 'mod/minify/manifest.xml')
-rw-r--r-- | mod/minify/manifest.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mod/minify/manifest.xml b/mod/minify/manifest.xml new file mode 100644 index 000000000..0ae6dde24 --- /dev/null +++ b/mod/minify/manifest.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<plugin_manifest version="1.8"> + <name>Minify</name> + <author>Evan Winslow</author> + <version>0.2</version> + <description>Brings the power of js/css minification to Elgg</description> + <copyright>(C) Evan Winslow 2010</copyright> + <website>http://code.google.com/p/elgg-minify</website> + <requires> + <type>elgg_release</type> + <version>1.7</version> + </requires> +</plugin_manifest>
\ No newline at end of file |