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 2010/08/17 04:23:17 UTC

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

Author: crossley
Date: Tue Aug 17 02:23:16 2010
New Revision: 986170

URL: http://svn.apache.org/viewvc?rev=986170&view=rev
Log:
Depend "commons-jxpath" rather than our explicit supporting product (now upgraded).

Modified:
    gump/metadata/project/forrest.xml

Modified: gump/metadata/project/forrest.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/forrest.xml?rev=986170&r1=986169&r2=986170&view=diff
==============================================================================
--- gump/metadata/project/forrest.xml (original)
+++ gump/metadata/project/forrest.xml Tue Aug 17 02:23:16 2010
@@ -93,12 +93,11 @@
 <!-- Build the "seed-basic" site, which utilises no plugins. -->
     <ant basedir="main" target="test-basic"/>
     <depend project="forrest-core" inherit="runtime"/>
+    <depend project="commons-jxpath"/>
 
 <!-- FIXME: Use some of our packaged supporting products until upgraded. -->
     <work nested="tools/jetty/jetty-4.2.19.jar"/>
     <work nested="tools/jetty/servlet-2.3.jar"/>
-<!-- FIXME: We have some trouble with jxpath, use our explicit version. -->
-    <work nested="lib/core/commons-jxpath-1.2-r329470.jar"/>
 <!-- FIXME: Gump does not build Chaperon yet. -->
     <work nested="lib/core/chaperon-20040205.jar"/>
 <!-- FIXME: Gump does not build Ehcache yet. -->