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/07/05 03:21:38 UTC

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

Author: crossley
Date: Mon Jul  5 01:21:37 2010
New Revision: 960419

URL: http://svn.apache.org/viewvc?rev=960419&view=rev
Log:
Add a "forrest-test-basic" project - Build the "seed-basic" site, which utilises no plugins.

Modified:
    gump/metadata/project/forrest.xml

Modified: gump/metadata/project/forrest.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/forrest.xml?rev=960419&r1=960418&r2=960419&view=diff
==============================================================================
--- gump/metadata/project/forrest.xml (original)
+++ gump/metadata/project/forrest.xml Mon Jul  5 01:21:37 2010
@@ -82,6 +82,21 @@
     <nag from="Gump &lt;dev@forrest.apache.org&gt;" to="crossley@apache.org"/>
   </project>
 
+  <project name="forrest-test-basic">
+<!-- Build the "seed-basic" site, which utilises no plugins. -->
+    <ant basedir="main" target="test-basic"/>
+    <depend project="forrest-runtime" inherit="all"/>
+
+<!-- FIXME: Use some of our packaged supporting products until upgraded. -->
+
+<!-- FIXME: Our ehcache is very old. We need to do some work at our end first. -->
+    <work nested="lib/core/ehcache-1.2.3.jar"/>
+<!-- FIXME: jing (now at googlecode). Our jar is from there, but getting old.
+  Get gump happening for jing-trang -->
+    <work nested="lib/core/jing-20081028.jar"/>
+    <nag from="Gump &lt;dev@forrest.apache.org&gt;" to="crossley@apache.org"/>
+  </project>
+
   <project name="forrest-test">
 <!-- Build the "seed-sample" site, which utilises some plugins. -->
     <ant basedir="main" target="test"/>