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 23:02:15 UTC

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

Author: crossley
Date: Sun Dec 23 22:02:15 2012
New Revision: 1425536

URL: http://svn.apache.org/viewvc?rev=1425536&view=rev
Log:
Fix xml error.

Modified:
    gump/metadata/project/forrest.xml

Modified: gump/metadata/project/forrest.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/forrest.xml?rev=1425536&r1=1425535&r2=1425536&view=diff
==============================================================================
--- gump/metadata/project/forrest.xml (original)
+++ gump/metadata/project/forrest.xml Sun Dec 23 22:02:15 2012
@@ -130,7 +130,7 @@
 
   <project name="forrest-test">
 <!-- Build the "seed-sample" site, which utilises some plugins. -->
-    <ant basedir="main" target="test-sample" verbose="true"/>
+    <ant basedir="main" target="test-sample" verbose="true">
       <property name="project.plugins.override" value="true"/>
     </ant>
     <depend project="forrest-core" inherit="runtime"/>