You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by ma...@apache.org on 2020/05/30 17:06:02 UTC

svn commit: r1878314 - /gump/metadata/project/ant.xml

Author: markt
Date: Sat May 30 17:06:02 2020
New Revision: 1878314

URL: http://svn.apache.org/viewvc?rev=1878314&view=rev
Log:
Add missing JARs. At least one of them, ant-imageio, is required by the test-ant project

Modified:
    gump/metadata/project/ant.xml

Modified: gump/metadata/project/ant.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/ant.xml?rev=1878314&r1=1878313&r2=1878314&view=diff
==============================================================================
--- gump/metadata/project/ant.xml (original)
+++ gump/metadata/project/ant.xml Sat May 30 17:06:02 2020
@@ -120,6 +120,7 @@
     <jar name="lib/ant-apache-xalan2.jar" id="ant-apache-xalan2"/>
     <jar name="lib/ant-commons-logging.jar" id="ant-commons-logging"/>
     <jar name="lib/ant-commons-net.jar" id="ant-commons-net"/>
+    <jar name="lib/ant-imageio.jar" id="ant-imageio"/>
     <jar name="lib/ant-jai.jar" id="ant-jai"/>
     <jar name="lib/ant-javamail.jar" id="ant-javamail"/>
     <jar name="lib/ant-jdepend.jar" id="ant-jdepend"/>
@@ -127,6 +128,7 @@
     <jar name="lib/ant-jsch.jar" id="ant-jsch"/>
     <jar name="lib/ant-junit.jar" id="ant-junit"/>
     <jar name="lib/ant-junit4.jar" id="ant-junit4"/>
+    <jar name="lib/ant-netrexx.jar" id="ant-netrexx.jar"/>
     <jar name="lib/ant-swing.jar" id="ant-swing"/>
     <jar name="lib/ant-xz.jar" id="ant-xz"/>
   </project>