diff options
Diffstat (limited to 'mod/minify/manifest.xml')
-rw-r--r-- | mod/minify/manifest.xml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/mod/minify/manifest.xml b/mod/minify/manifest.xml deleted file mode 100644 index bdf815b8b..000000000 --- a/mod/minify/manifest.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?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.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> |