jboutcher 02/02/19 18:35:24
Modified: . build.xml
Log:
bumped version number to 1.7b3
Revision Changes Path
1.47 +2 -2 jakarta-jmeter/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-jmeter/build.xml,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- build.xml 7 Nov 2001 12:36:53 -0000 1.46
+++ build.xml 20 Feb 2002 02:35:24 -0000 1.47
@@ -6,7 +6,7 @@
<property name="sources.src.dir" value="src"/>
<!-- Where the API documentation lives -->
<property name="docs.api.dest.dir" value="docs/api"/>
- <property name="version" value="1.7Beta2"/>
+ <property name="version" value="1.7Beta3"/>
<property name="docs.src" value="./xdocs"/>
<property name="docs.dest" value="./docs"/>
<property name="printable_docs.dest" value="./printable_docs"/>
@@ -73,7 +73,7 @@
<target name="ssl.message" depends="check.optional.libs1,iaik.message"
unless="jsse.present">
<echo message="Classes for SSL not found in classpath"/>
</target>
-
+
<target name="iaik.message" depends="check.optional.libs1"
unless="isasilk.present">
<echo message="Classes for IAIK iSaSiLk not found in classpath"/>
</target>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>