Author: dgolovin
Date: 2008-02-19 17:41:26 -0500 (Tue, 19 Feb 2008)
New Revision: 6447
Added:
trunk/documentation/qa/docs/test-plan/build.xml
Log:
test plan moved to new location
Copied: trunk/documentation/qa/docs/test-plan/build.xml (from rev 6446,
trunk/documentation/qa/jbide-testplan/build.xml)
===================================================================
--- trunk/documentation/qa/docs/test-plan/build.xml (rev 0)
+++ trunk/documentation/qa/docs/test-plan/build.xml 2008-02-19 22:41:26 UTC (rev 6447)
@@ -0,0 +1,22 @@
+<project name="UseCases" default="all.doc"
basedir=".">
+
+ <!-- Set the following property to generate the doco in the output folder -->
+ <property name="build.dir" value="${basedir}/../build"/>
+
+ <property name="pdf.name" value="jbide.testplan.1.0.pdf"
/>
+ <import file="../resources/support.xml" />
+
+ <target name="all.doc" depends="clean">
+ <antcall target="lang.all">
+ <param name="lang" value="en"/>
+ </antcall>
+ </target>
+
+ <!-- Use this alternate target to enable uptodate checking, i.e.
+ don't generate docs if nothing has changed
+ <target name="all.doc">
+ <antcall target="lang.all.run"><param name="lang"
value="en"/></antcall>
+ </target>
+ -->
+
+</project>
Show replies by date