Mailing List Archive

svn commit: r1425266 - /forrest/trunk/main/build.xml
Author: crossley
Date: Sat Dec 22 09:39:17 2012
New Revision: 1425266

URL: http://svn.apache.org/viewvc?rev=1425266&view=rev
Log:
New target "gump-plugins"
Issue: FOR-1235

Modified:
forrest/trunk/main/build.xml

Modified: forrest/trunk/main/build.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/main/build.xml?rev=1425266&r1=1425265&r2=1425266&view=diff
==============================================================================
--- forrest/trunk/main/build.xml (original)
+++ forrest/trunk/main/build.xml Sat Dec 22 09:39:17 2012
@@ -495,6 +495,16 @@ See other notes above.
<target name="gump" description="Target used by Gump: forrest">
<antcall target="jar"/>
</target>
+<!-- Target used by Gump to deploy current versions of some plugins -->
+ <target name="gump-plugins" depends="init"
+ description="Target used by Gump: forrest-test-plugins">
+ <ant antfile="${forrest.home}/plugins/org.apache.forrest.plugin.input.dtdx/build.xml" target="local-deploy">
+ <property name="basedir" location="${forrest.home}/plugins/org.apache.forrest.plugin.input.dtdx"/>
+ </ant>
+ <ant antfile="${forrest.home}/plugins/org.apache.forrest.plugin.output.pdf/build.xml" target="local-deploy">
+ <property name="basedir" location="${forrest.home}/plugins/org.apache.forrest.plugin.output.pdf"/>
+ </ant>
+ </target>
<!-- Target used by Gump to run RAT on Forrest sources -->
<target name="gump-rat" depends="init"
description="Target used by Gump: forrest-rat">