aboutsummaryrefslogtreecommitdiff
path: root/mod/minify/manifest.xml
diff options
context:
space:
mode:
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-12 21:01:07 +0000
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-12 21:01:07 +0000
commit6ca0fbc6a306640800e1ada8de48342abc360172 (patch)
treed0c27d139f6a35d7eba843c2e4f84140375cbbc3 /mod/minify/manifest.xml
parenta732ea8608eb305d8fa57c08f504666efa748d5c (diff)
downloadelgg-6ca0fbc6a306640800e1ada8de48342abc360172.tar.gz
elgg-6ca0fbc6a306640800e1ada8de48342abc360172.tar.bz2
Doh, how did this get here?
git-svn-id: http://code.elgg.org/elgg/trunk@8172 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/minify/manifest.xml')
-rw-r--r--mod/minify/manifest.xml13
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>