From: =?utf-8?q?David_Pr=C3=A9vot?= <taffit@debian.org>
Date: Sat, 26 Apr 2014 21:59:01 -0400
Subject: Drop JsMinTask

It depends on the non-free JsMin.php, stripped away from the package.

Forwarded: not-needed
---
 phing-2.8.2/etc/phing-grammar.rng     | 25 -------------------------
 phing-2.8.2/tasks/defaults.properties |  1 -
 2 files changed, 26 deletions(-)

diff --git a/phing-2.8.2/etc/phing-grammar.rng b/phing-2.8.2/etc/phing-grammar.rng
index baf201e..8290647 100755
--- a/phing-2.8.2/etc/phing-grammar.rng
+++ b/phing-2.8.2/etc/phing-grammar.rng
@@ -117,7 +117,6 @@
                 <ref name="ioncubeencoder"/>
                 <ref name="ioncubelicense"/>
                 <ref name="jsllint"/>
-                <ref name="jsmin"/>
                 <ref name="mail"/>
                 <ref name="linecontains"/>
                 <ref name="pdosqlexec"/>
@@ -2800,30 +2799,6 @@
 
     <!-- 
         =========================================
-        JsMinTask
-        =========================================
-    -->
-    <define name="jsmin">
-        <element name="jsmin">
-            <interleave>
-                <attribute name="targetdir"/>
-                <optional>
-                    <attribute name="suffix"/>
-                </optional>
-                <optional>
-                    <attribute name="failonerror">
-                        <data type="boolean"/>
-                    </attribute>
-                </optional>
-            </interleave>
-            <oneOrMore>
-                <ref name="fileset"/>
-            </oneOrMore>
-        </element>
-    </define>
-
-    <!-- 
-        =========================================
         MailTask
         =========================================
     -->
diff --git a/phing-2.8.2/tasks/defaults.properties b/phing-2.8.2/tasks/defaults.properties
index b6b9869..3fc493b 100755
--- a/phing-2.8.2/tasks/defaults.properties
+++ b/phing-2.8.2/tasks/defaults.properties
@@ -119,7 +119,6 @@ scp=phing.tasks.ext.ssh.ScpTask
 scpsend=phing.tasks.ext.ssh.ScpTask
 ssh=phing.tasks.ext.ssh.SshTask
 replaceregexp=phing.tasks.ext.ReplaceRegexpTask
-jsmin=phing.tasks.ext.jsmin.JsMinTask
 version=phing.tasks.ext.VersionTask
 filehash=phing.tasks.ext.FileHashTask
 filesize=phing.tasks.ext.FileSizeTask
