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:50:57 UTC

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

Author: crossley
Date: Sun Dec 23 07:50:57 2012
New Revision: 1425432

URL: http://svn.apache.org/viewvc?rev=1425432&view=rev
Log:
Use the "test-sample" because the "test" target removes the deployed plugins before starting.
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=1425432&r1=1425431&r2=1425432&view=diff
==============================================================================
--- gump/metadata/project/forrest.xml (original)
+++ gump/metadata/project/forrest.xml Sun Dec 23 07:50:57 2012
@@ -130,7 +130,7 @@
 
   <project name="forrest-test">
 <!-- Build the "seed-sample" site, which utilises some plugins. -->
-    <ant basedir="main" target="test" verbose="true"/>
+    <ant basedir="main" target="test-sample" verbose="true"/>
       <property name="project.plugins.override" value="true"/>
     </ant>
     <depend project="forrest-core" inherit="runtime"/>