sebb 2003/12/10 02:42:50 Modified: . build.xml Log: Identify the build file Revision Changes Path 1.148 +5 -2 jakarta-jmeter/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-jmeter/build.xml,v retrieving revision 1.147 retrieving revision 1.148 diff -u -r1.147 -r1.148 --- build.xml 7 Dec 2003 17:41:06 -0000 1.147 +++ build.xml 10 Dec 2003 10:42:50 -0000 1.148 @@ -51,6 +51,9 @@ <!-- Are we running under Gump? --> <property name="gump.run" value="false"/> + <!-- The version of this file --> + <property name="version.build" value="$revision$"/> + <!-- Renamed targets --> <target name="all-docs"> <echo message="Target has been renamed to docs-all"/>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]