diff options
Diffstat (limited to 'ajde/.classpath.2')
-rw-r--r-- | ajde/.classpath.2 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ajde/.classpath.2 b/ajde/.classpath.2 new file mode 100644 index 000000000..40d054d59 --- /dev/null +++ b/ajde/.classpath.2 @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="src"/> + <classpathentry kind="src" path="testsrc"/> + <classpathentry kind="src" path="/util"/> + <classpathentry kind="lib" path="/lib/junit/junit.jar" sourcepath="/lib/junit/junit-src.jar"/> + <classpathentry kind="src" path="/bridge"/> + <classpathentry kind="src" path="/asm"/> + <classpathentry kind="src" path="/org.aspectj.ajdt.core"/> + <classpathentry kind="src" path="/org.eclipse.jdt.core"/> + <classpathentry combineaccessrules="false" kind="src" path="/ajde.core"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="output" path="bin"/> +</classpath> |