kevinoneill 2003/08/03 18:32:39
Modified: . .classpath
Log:
Fixed reference to ant jar.
Revision Changes Path
1.8 +1 -3 xml-xindice/.classpath
Index: .classpath
===================================================================
RCS file: /home/cvs/xml-xindice/.classpath,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .classpath 1 Aug 2003 18:21:18 -0000 1.7
+++ .classpath 4 Aug 2003 01:32:39 -0000 1.8
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
-
<classpath>
<classpathentry kind="src" path="java/src"/>
<classpathentry kind="src" output="build/classes-tests"
path="java/tests/src"/>
@@ -16,11 +15,10 @@
<classpathentry exported="true" kind="lib"
path="java/lib/xmlrpc-1.1.jar"/>
<classpathentry exported="true" kind="lib"
path="java/lib/xml-apis-1.1.jar"/>
<classpathentry exported="true" kind="lib"
path="java/lib/servlet-2.3.jar"/>
-
- <classpathentry exported="true" kind="lib"
path="tools/lib/ant-1.5.1.jar"/>
<classpathentry exported="true" kind="lib"
path="tools/lib/junit-3.8.1.jar"/>
<classpathentry exported="true" kind="lib"
path="tools/lib/junitperf-1.8.jar"/>
<classpathentry exported="true" kind="lib"
path="tools/lib/junit-addons-1.2.jar"/>
<classpathentry kind="lib" path="tools/lib/xmlunit-1.0.jar"/>
+ <classpathentry kind="lib" path="tools/lib/ant-1.5.3.jar"/>
<classpathentry kind="output" path="build/classes"/>
</classpath>