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 2019/06/13 07:11:00 UTC

svn commit: r1861230 - /gump/metadata/project/xml-batik.xml

Author: markt
Date: Thu Jun 13 07:11:00 2019
New Revision: 1861230

URL: http://svn.apache.org/viewvc?rev=1861230&view=rev
Log:
Project that uses Ant task needs to depend on Ant

Modified:
    gump/metadata/project/xml-batik.xml

Modified: gump/metadata/project/xml-batik.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/xml-batik.xml?rev=1861230&r1=1861229&r2=1861230&view=diff
==============================================================================
--- gump/metadata/project/xml-batik.xml (original)
+++ gump/metadata/project/xml-batik.xml Thu Jun 13 07:11:00 2019
@@ -32,6 +32,7 @@
     </ant>
 
     <depend project="xml-batik-compile"/>
+    <depend project="dist-ant" inherit="runtime"/>
 
     <work nested="lib/js.jar"/>
 
@@ -69,7 +70,6 @@
 
   <project name="xml-batik-compile">
     <mnv3/>
-    <depend project="dist-ant" inherit="runtime"/>
     <depend project="xml-apis"/>
     <depend project="xml-xerces"/>
     <depend project="xml-stylebook2"/>