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/22 02:35:40 UTC

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

Author: crossley
Date: Sat Dec 22 01:35:40 2012
New Revision: 1425222

URL: http://svn.apache.org/viewvc?rev=1425222&view=rev
Log:
Get gump to local-deploy some plugins for later use with forrest-test
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=1425222&r1=1425221&r2=1425222&view=diff
==============================================================================
--- gump/metadata/project/forrest.xml (original)
+++ gump/metadata/project/forrest.xml Sat Dec 22 01:35:40 2012
@@ -108,10 +108,24 @@
     <nag from="Gump &lt;dev@forrest.apache.org&gt;" to="dev@forrest.apache.org"/>
   </project>
 
+  <project name="forrest-test-deploy-plugin-input-projectInfo">
+    <ant basedir="plugins/org.apache.forrest.plugin.input.projectInfo" target="local-deploy" verbose="true"/>
+    <depend project="forrest-core" inherit="runtime"/>
+    <nag from="Gump &lt;dev@forrest.apache.org&gt;" to="crossley@apache.org"/>
+  </project>
+
+  <project name="forrest-test-deploy-plugin-output-pdf">
+    <ant basedir="plugins/org.apache.forrest.plugin.output.pdf" target="local-deploy" verbose="true"/>
+    <depend project="forrest-core" inherit="runtime"/>
+    <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" verbose="true"/>
     <depend project="forrest-core" inherit="runtime"/>
+    <depend project="forrest-test-deploy-plugin-input-projectInfo" inherit="runtime"/>
+    <depend project="forrest-test-deploy-plugin-output-pdf" inherit="runtime"/>
     <depend project="commons-jxpath"/>
     <depend project="jtidy-svn"/>
     <depend project="xml-fop"/>