sebb 2003/10/15 13:01:27
Modified: . build.xml
Log:
Added version and note re gump
Revision Changes Path
1.119 +7 -0 jakarta-jmeter/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-jmeter/build.xml,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- build.xml 15 Oct 2003 10:05:30 -0000 1.118
+++ build.xml 15 Oct 2003 20:01:27 -0000 1.119
@@ -25,6 +25,8 @@
To diagnose usage of deprecated APIs:
ant -Ddeprecation=on clean compile
+
+ Version: $Revision$ Last Updated: $Date$
</description>
<!-- Renamed targets -->
@@ -437,6 +439,11 @@
description="Default: build from source and install. Does not create docs."
/>
+ <!--
+ N.B. This target is used by the "dist" target, which is set up as the Gump
target.
+ Any libraries in this list need also to be set up in the Gump file:
+ projects/jakarta-jmeter.xml
+ -->
<target name="assume-libs-present">
<property name="assuming.libs.present" value="true"/>
<property name="jsse.present" value="assume"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]