You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by hi...@apache.org on 2010/01/03 16:53:50 UTC

svn commit: r895425 - /ant/ivy/ivyde/trunk/build.xml

Author: hibou
Date: Sun Jan  3 15:53:50 2010
New Revision: 895425

URL: http://svn.apache.org/viewvc?rev=895425&view=rev
Log:
remove unused packages

Modified:
    ant/ivy/ivyde/trunk/build.xml

Modified: ant/ivy/ivyde/trunk/build.xml
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/build.xml?rev=895425&r1=895424&r2=895425&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/build.xml (original)
+++ ant/ivy/ivyde/trunk/build.xml Sun Jan  3 15:53:50 2010
@@ -551,9 +551,6 @@
             <attribute name="destFile" />
             <![CDATA[
                 importPackage(java.io);
-                importPackage(javax.xml.xpath);
-                importPackage(org.xml.sax);
-                importPackage(javax.xml.parsers);
 
                 var tocfile = self.getProject().resolveFile(attributes.get("jsontocfile"))
                 r = new BufferedReader(new FileReader(tocfile));