summaryrefslogtreecommitdiffstats
path: root/.classpath
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-09-12 01:58:18 +0200
committerSven Gothel <[email protected]>2013-09-12 01:58:18 +0200
commitaef08ebd882f74baf666c373c34d7a11ebf5fa89 (patch)
treedb6aec9601c02fabd537e9f5252ae80a2bc19b50 /.classpath
parent2cdd1070056c0f7e9dc7f40de19c2bfdfef0432a (diff)
Add Ant to Eclipse project classpath; Compile sourc/target java level 1.6
Diffstat (limited to '.classpath')
-rw-r--r--.classpath3
1 files changed, 2 insertions, 1 deletions
diff --git a/.classpath b/.classpath
index ba99bd9..26713ee 100644
--- a/.classpath
+++ b/.classpath
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="classes" path="java"/>
- <classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/>
+ <classpathentry kind="var" path="JRE_LIB" sourcepath="JRE_SRC"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/Ant"/>
<classpathentry kind="output" path="bin"/>
</classpath>