summaryrefslogtreecommitdiffstats
path: root/.classpath
diff options
context:
space:
mode:
authorPeter Bernard West <pbwest@apache.org>2003-07-04 03:05:49 +0000
committerPeter Bernard West <pbwest@apache.org>2003-07-04 03:05:49 +0000
commit44d8f74196541170b9a3b8fb27b54a3f8ca5298d (patch)
tree64b40441b7c22611ebf934da4b810fb65daa6c7c /.classpath
parentf255394251a9790f7b58f0be5804b4268da52672 (diff)
downloadxmlgraphics-fop-44d8f74196541170b9a3b8fb27b54a3f8ca5298d.tar.gz
xmlgraphics-fop-44d8f74196541170b9a3b8fb27b54a3f8ca5298d.zip
Renamed ant.jar
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@196573 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.classpath')
-rw-r--r--.classpath4
1 files changed, 2 insertions, 2 deletions
diff --git a/.classpath b/.classpath
index fe49e4da9..79c01a0bf 100644
--- a/.classpath
+++ b/.classpath
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
- <classpathentry kind="lib" path="lib/ant-1.5.1.jar"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="lib" path="lib/ant.jar"/>
<classpathentry kind="lib" path="lib/xalan-2.4.1.jar"/>
<classpathentry kind="lib" path="lib/xercesImpl-2.2.0.jar"/>
<classpathentry kind="lib" path="lib/xml-apis.jar"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="build/classes"/>
</classpath>