Author: crossley
Date: Sat Jan 12 00:59:14 2013
New Revision: 1432344
URL: http://svn.apache.org/viewvc?rev=1432344&view=rev
Log:
Remove some recent testing stuff. Now handled by "forrest-test-deploy-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=1432344&r1=1432343&r2=1432344&view=diff
==============================================================================
--- gump/metadata/project/forrest.xml (original)
+++ gump/metadata/project/forrest.xml Sat Jan 12 00:59:14 2013
@@ -108,20 +108,6 @@
<nag from="Gump <dev@forrest.apache.org>" 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 <dev@forrest.apache.org>" 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 <dev@forrest.apache.org>" to="crossley@apache.org"/>
- </project>
--->
-
<project name="forrest-test-deploy-plugins">
<ant basedir="main" target="gump-plugins" verbose="true"/>
<depend project="forrest-core" inherit="runtime"/>
|