You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by je...@apache.org on 2006/11/09 14:09:00 UTC

svn commit: r472887 - /gump/metadata/project/xmlgraphics-commons.xml

Author: jeremias
Date: Thu Nov  9 05:09:00 2006
New Revision: 472887

URL: http://svn.apache.org/viewvc?view=rev&rev=472887
Log:
Hmm, Ant doesn't get the version property. Trying a trick I saw in xml-security.

Modified:
    gump/metadata/project/xmlgraphics-commons.xml

Modified: gump/metadata/project/xmlgraphics-commons.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/xmlgraphics-commons.xml?view=diff&rev=472887&r1=472886&r2=472887
==============================================================================
--- gump/metadata/project/xmlgraphics-commons.xml (original)
+++ gump/metadata/project/xmlgraphics-commons.xml Thu Nov  9 05:09:00 2006
@@ -18,7 +18,7 @@
 <!-- $Id$ -->
 <module name="xmlgraphics-commons">
 
-  <url href="http://xmlgraphics.apache.org/"/>
+  <url href="http://xmlgraphics.apache.org/commons/"/>
   <description>
     Apache XML Graphics Commons - Common Components for Batik and FOP
   </description>
@@ -32,6 +32,7 @@
 
     <mkdir dir="build/classes"/>
     <ant target="gump">
+      <sysproperty name="ant.build.clonevm" value="true"/>
       <property name="version" value="@@DATE@@"/>
     </ant>
     <depend project="ant" inherit="runtime"/>