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 2012/12/23 08:18:46 UTC

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

Author: crossley
Date: Sun Dec 23 07:18:46 2012
New Revision: 1425428

URL: http://svn.apache.org/viewvc?rev=1425428&view=rev
Log:
Utilise the new "project.plugins.override" property to use the already installed plugins.
Issue: FOR-1235

Modified:
    gump/metadata/project/forrest.xml

Modified: gump/metadata/project/forrest.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/forrest.xml?rev=1425428&r1=1425427&r2=1425428&view=diff
==============================================================================
--- gump/metadata/project/forrest.xml (original)
+++ gump/metadata/project/forrest.xml Sun Dec 23 07:18:46 2012
@@ -131,6 +131,8 @@
   <project name="forrest-test">
 <!-- Build the "seed-sample" site, which utilises some plugins. -->
     <ant basedir="main" target="test" verbose="true"/>
+      <property name="project.plugins.override" value="true"/>
+    </ant>
     <depend project="forrest-core" inherit="runtime"/>
     <depend project="forrest-test-deploy-plugins"/>
     <depend project="commons-jxpath"/>
@@ -159,7 +161,7 @@
 
   <project name="forrest-forrestbar">
     <ant basedir="tools/forrestbar" target="forrestbar">
-            <property name="version" value="@@DATE@@"/>
+      <property name="version" value="@@DATE@@"/>
     </ant>
     <home nested="tools/forrestbar/build"/>
     <depend project="ant"/>