You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by cr...@apache.org on 2014/09/12 10:25:40 UTC

svn commit: r1624475 - /gump/metadata/project/forrest.xml

Author: crossley
Date: Fri Sep 12 08:25:39 2014
New Revision: 1624475

URL: http://svn.apache.org/r1624475
Log:
Use our packaged "xmlgraphics-commons-1.5.jar".
Issue: FOR-1249

Modified:
    gump/metadata/project/forrest.xml

Modified: gump/metadata/project/forrest.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/forrest.xml?rev=1624475&r1=1624474&r2=1624475&view=diff
==============================================================================
--- gump/metadata/project/forrest.xml (original)
+++ gump/metadata/project/forrest.xml Fri Sep 12 08:25:39 2014
@@ -68,6 +68,10 @@
     <work nested="lib/core/nekopull-0.2.4.jar"/>
     <work nested="lib/core/slf4j-log4j12-1.7.2.jar"/>
 
+<!-- Our own packaged stuff where we need a specific version, rather than Gump's: -->
+<!-- FOR-1249 -->
+    <work nested="lib/core/xmlgraphics-commons-1.5.jar"/>
+
 <!-- The additional stuff required to run forrest -->
     <depend project="avalon-logkit" runtime="true"/>
     <depend project="commons-cli" runtime="true"/>
@@ -79,7 +83,6 @@
     <depend project="logging-log4j-12" runtime="true"/>
     <depend project="xml-resolver" runtime="true"/>
     <depend project="xml-batik" runtime="true"/>
-    <depend project="xmlgraphics-commons" runtime="true"/>
 
     <work nested="build/components/classes"/>
 
@@ -168,6 +171,11 @@
     <work nested="tools/jetty/jetty-6.1.26.jar"/>
     <work nested="tools/jetty/jetty-util-6.1.26.jar"/>
     <!--work nested="tools/jetty/servlet-api-2.5-6.1.5.jar"/-->
+
+<!-- Our own packaged stuff where we need a specific version, rather than Gump's: -->
+<!-- FOR-1249 -->
+    <work nested="lib/core/xmlgraphics-commons-1.5.jar"/>
+
 <!-- Other plugin libraries required for this test. -->
     <work nested="build/plugins/lib/fop-1.0.jar"/>