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 2021/08/12 14:54:32 UTC

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

Author: markt
Date: Thu Aug 12 14:54:32 2021
New Revision: 1892287

URL: http://svn.apache.org/viewvc?rev=1892287&view=rev
Log:
Fix for Ant build

Modified:
    gump/metadata/project/ant.xml

Modified: gump/metadata/project/ant.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/ant.xml?rev=1892287&r1=1892286&r2=1892287&view=diff
==============================================================================
--- gump/metadata/project/ant.xml (original)
+++ gump/metadata/project/ant.xml Thu Aug 12 14:54:32 2021
@@ -33,6 +33,7 @@
     </ant>
 
     <depend project="bootstrap-ant"/>
+    <depend project="jakarta-regexp"/>
     <depend project="junit"/>
     <depend project="hamcrest-java"/>
     <depend project="hamcrest-java-library"/>
@@ -140,36 +141,6 @@
     <jar name="lib/ant-xz.jar" id="ant-xz"/>
   </project>
 
-  <!-- Ant 1.7+ is available under groupId org.apache.ant -->
-  <!-- Unused
-       Delete after a Gump run confirms this
-  <project name="org.apache.dist-ant" groupId="org.apache.ant">
-    <depend project="dist-ant"/>
-    <jar name="build/lib/ant.jar" id="ant"/>
-    <jar name="build/lib/ant-launcher.jar" id="ant-launcher"/>
-    <jar name="build/lib/ant-antlr.jar" id="ant-antlr"/>
-    <jar name="build/lib/ant-apache-bcel.jar" id="ant-apache-bcel"/>
-    <jar name="build/lib/ant-apache-bsf.jar" id="ant-apache-bsf"/>
-    <jar name="build/lib/ant-apache-log4j.jar" id="ant-apache-log4j"/>
-    <jar name="build/lib/ant-apache-oro.jar" id="ant-apache-oro"/>
-    <jar name="build/lib/ant-apache-regexp.jar" id="jakarta-regexp"/>
-    <jar name="build/lib/ant-apache-resolver.jar" id="ant-apache-resolver"/>
-    <jar name="build/lib/ant-apache-xalan2.jar" id="ant-apache-xalan2"/>
-    <jar name="build/lib/ant-commons-logging.jar" id="ant-commons-logging"/>
-    <jar name="build/lib/ant-commons-net.jar" id="ant-commons-net"/>
-    <jar name="build/lib/ant-jai.jar" id="ant-jai"/>
-    <jar name="build/lib/ant-javamail.jar" id="ant-javamail"/>
-    <jar name="build/lib/ant-jdepend.jar" id="ant-jdepend"/>
-    <jar name="build/lib/ant-jmf.jar" id="ant-jmf"/>
-    <jar name="build/lib/ant-jsch.jar" id="ant-jsch"/>
-    <jar name="build/lib/ant-junit.jar" id="ant-junit"/>
-    <jar name="build/lib/ant-junit4.jar" id="ant-junit4"/>
-    <jar name="build/lib/ant-swing.jar" id="ant-swing"/>
-    <jar name="build/lib/ant-xz.jar" id="ant-xz"/>
-    <license name="LICENSE"/>
-  </project>
-  -->
-
   <project name="ant-testutil" groupId="org.apache.ant">
     <ant target="test-jar"/>