amiro 02/02/12 06:41:03
Modified: test build.xml
Log:
added regexp.jar to Xsltc classpaths
Revision Changes Path
1.39 +2 -1 xml-xalan/test/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-xalan/test/build.xml,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- build.xml 11 Feb 2002 14:06:42 -0000 1.38
+++ build.xml 12 Feb 2002 14:41:03 -0000 1.39
@@ -992,7 +992,7 @@
<pathelement location="${xalan.bin.dir}/JLex.jar" />
<pathelement location="${xalan.bin.dir}/java_cup.jar" />
<pathelement location="${xalan.bin.dir}/runtime.jar" />
- <pathelement location="${xalan.bin.dir}/jakarta-regexp-1.2.jar" />
+ <pathelement location="${xalan.bin.dir}/regexp.jar" />
<pathelement location="${testxsl.jar}" />
<pathelement location="${parserjar}" />
<pathelement location="${xml-apis.jar}" />
@@ -1005,6 +1005,7 @@
<pathelement location="${xalan.bin.dir}/JLex.jar" />
<pathelement location="${xalan.bin.dir}/java_cup.jar" />
<pathelement location="${xalan.bin.dir}/runtime.jar" />
+ <pathelement location="${xalan.bin.dir}/regexp.jar" />
<pathelement location="${testxsl.jar}" />
<pathelement location="${parserjar}" />
<pathelement location="${xml-apis.jar}" />
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]