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 10:38:30 UTC

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

Author: markt
Date: Thu Aug 12 10:38:30 2021
New Revision: 1892268

URL: http://svn.apache.org/viewvc?rev=1892268&view=rev
Log:
Still trying to fix validation task for Tomcat

Modified:
    gump/metadata/project/ant.xml

Modified: gump/metadata/project/ant.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/ant.xml?rev=1892268&r1=1892267&r2=1892268&view=diff
==============================================================================
--- gump/metadata/project/ant.xml (original)
+++ gump/metadata/project/ant.xml Thu Aug 12 10:38:30 2021
@@ -83,9 +83,10 @@
 
     <depend project="ant" inherit="runtime"/>
     <depend project="xml-xerces"/>
+<!--
     <depend project="xml-apis"/>
     <option project="xalan" ids="xalan-unbundled"/>
-
+-->
     <option project="antlr" ids="antlr4" runtime="true"/>
     <option project="bcel" runtime="true"/>
     <option project="commons-logging" runtime="true"/>
@@ -173,8 +174,9 @@
     <depend project="ant"/>
     <depend project="junit"/>
     <depend project="xml-xerces"/>
+<!--
     <depend project="xml-apis"/>
-
+-->
     <home nested="build/lib"/>
     <jar name="ant-testutil.jar" id="ant-testutil"/>
   </project>
@@ -191,9 +193,10 @@
     <option project="hamcrest-java-library"/>
     <depend project="junit" inherit="runtime" />
     <depend project="xml-xerces"/>
+<!--
     <depend project="xml-apis"/>
     <option project="xalan" ids="xalan-unbundled serializer"/>
-    
+-->    
     <option project="bsh"/>
     <option project="commons-codec"/>