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 2011/01/11 07:39:23 UTC

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

Author: crossley
Date: Tue Jan 11 06:39:23 2011
New Revision: 1057498

URL: http://svn.apache.org/viewvc?rev=1057498&view=rev
Log:
Return to our previous "working" state.
Later consider the conversation on general@ around 2011-01-10 "Gump on adam.a.o trouble with Forrest build"

Modified:
    gump/metadata/project/forrest.xml

Modified: gump/metadata/project/forrest.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/forrest.xml?rev=1057498&r1=1057497&r2=1057498&view=diff
==============================================================================
--- gump/metadata/project/forrest.xml (original)
+++ gump/metadata/project/forrest.xml Tue Jan 11 06:39:23 2011
@@ -68,7 +68,6 @@
     <option project="commons-collections" runtime="true"/>
     <option project="commons-logging" runtime="true"/>
     <option project="concurrent" runtime="true"/>
-    <option project="jakarta-regexp" runtime="true"/>
     <option project="oro" runtime="true"/>
     <option project="logging-log4j-12" runtime="true"/>
     <option project="xml-resolver" runtime="true"/>
@@ -85,11 +84,7 @@
 
   <project name="forrest-test-basic">
 <!-- Build the "seed-basic" site, which utilises no plugins. -->
-    <ant basedir="main" target="test-basic">
-<!-- FIXME: Do we specifically need headless now, after adding clonevm? -->
-      <sysproperty name="java.awt.headless" value="true"/>
-      <sysproperty name="ant.build.clonevm" value="true"/>
-    </ant>
+    <ant basedir="main" target="test-basic"/>
     <depend project="forrest-core" inherit="runtime"/>
     <depend project="commons-jxpath"/>
 
@@ -114,10 +109,7 @@
 
   <project name="forrest-test">
 <!-- Build the "seed-sample" site, which utilises some plugins. -->
-    <ant basedir="main" target="test">
-      <sysproperty name="java.awt.headless" value="true"/>
-      <sysproperty name="ant.build.clonevm" value="true"/>
-    </ant>
+    <ant basedir="main" target="test"/>
     <depend project="forrest-core" inherit="runtime"/>
     <depend project="commons-jxpath"/>
     <depend project="jtidy-svn"/>