diff options
Diffstat (limited to 'ant1.7/.classpath')
-rw-r--r-- | ant1.7/.classpath | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ant1.7/.classpath b/ant1.7/.classpath new file mode 100644 index 0000000..d770978 --- /dev/null +++ b/ant1.7/.classpath @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="src/java"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry combineaccessrules="false" kind="src" path="/ant1.6"/> + <classpathentry kind="lib" path="../lib/ant/jars/ant-1.7.0.jar"/> + <classpathentry kind="output" path="target/classes"/> +</classpath> |