bckfnn 2004/01/21 11:36:40
Modified: . build.xml
Log:
Match the version string is apps.Version.
PR: 25691
Revision Changes Path
1.99 +1 -1 xml-fop/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-fop/build.xml,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- build.xml 20 Jan 2004 01:33:57 -0000 1.98
+++ build.xml 21 Jan 2004 19:36:39 -0000 1.99
@@ -615,7 +615,7 @@
<!-- =================================================================== -->
<target name="test" depends="package" description="Runs the test suite">
<echo message="Testing build in jar file ${build.dir}/${name}.jar against
reference"/>
- <property name="ref-version" value="FOP 1.0dev"/>
+ <property name="ref-version" value="1.0dev"/>
<path id="testtask-classpath">
<path refid="libs-build-classpath"/>
<pathelement location="${build.dir}/classes"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]