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:16:15 UTC

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

Author: markt
Date: Thu Aug 12 14:16:15 2021
New Revision: 1892280

URL: http://svn.apache.org/viewvc?rev=1892280&view=rev
Log:
Fixing up Xalan dependencies

Modified:
    gump/metadata/project/ant.xml

Modified: gump/metadata/project/ant.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/ant.xml?rev=1892280&r1=1892279&r2=1892280&view=diff
==============================================================================
--- gump/metadata/project/ant.xml (original)
+++ gump/metadata/project/ant.xml Thu Aug 12 14:16:15 2021
@@ -37,8 +37,8 @@
     <depend project="xml-xerces"/>
 <!--
     <depend project="xml-apis"/>
-    <option project="xalan" ids="xalan-unbundled serializer"/>
 -->
+    <option project="xalan"/>
 
     <!-- actually, we won't get here if resolver is not available
     since Xerces won't build, so while this is an option, it will
@@ -85,8 +85,8 @@
     <depend project="xml-xerces"/>
 <!--
     <depend project="xml-apis"/>
-    <option project="xalan" ids="xalan-unbundled"/>
 -->
+    <option project="xalan"/>
     <option project="antlr" ids="antlr4" runtime="true"/>
     <option project="bcel" runtime="true"/>
     <option project="commons-logging" runtime="true"/>
@@ -195,8 +195,8 @@
     <depend project="xml-xerces"/>
 <!--
     <depend project="xml-apis"/>
-    <option project="xalan" ids="xalan-unbundled serializer"/>
--->    
+-->
+    <option project="xalan"/>
     <option project="bsh"/>
     <option project="commons-codec"/>