woolfel 2005/09/27 09:14:49
Modified: . Tag: rel-2-1 build.xml
Log:
updating the docs-site task to copy the pdf to the correct location
peter
Revision Changes Path
No revision
No revision
1.206.2.7 +5 -2 jakarta-jmeter/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-jmeter/build.xml,v
retrieving revision 1.206.2.6
retrieving revision 1.206.2.7
diff -u -r1.206.2.6 -r1.206.2.7
--- build.xml 22 Sep 2005 18:53:57 -0000 1.206.2.6
+++ build.xml 27 Sep 2005 16:14:49 -0000 1.206.2.7
@@ -1278,6 +1278,9 @@
<copy todir="${dest.docs}/demos">
<fileset dir="${src.demos}"/>
</copy>
+ <copy todir="${dest.docs}/usermanual">
+ <fileset file="${src.docs}/usermanual/*.pdf"/>
+ </copy>
</target>
<target name="docs-printable" depends="init-docs" if="AnakiaTask.present"
description="Generate printable HTML documentation.">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]