diff options
Diffstat (limited to 'weaver5/.classpath')
-rw-r--r-- | weaver5/.classpath | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/weaver5/.classpath b/weaver5/.classpath new file mode 100644 index 000000000..9ab8ac4c8 --- /dev/null +++ b/weaver5/.classpath @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="src" path="java5-src"/> + <classpathentry kind="src" path="java5-testsrc"/> + <classpathentry sourcepath="/lib/bcel/bcel-src.zip" kind="lib" path="/lib/bcel/bcel.jar"/> + <classpathentry combineaccessrules="false" kind="src" path="/weaver"/> + <classpathentry combineaccessrules="false" kind="src" path="/bridge"/> + <classpathentry combineaccessrules="false" kind="src" path="/runtime"/> + <classpathentry combineaccessrules="false" kind="src" path="/testing-util"/> + <classpathentry combineaccessrules="false" kind="src" path="/util"/> + <classpathentry combineaccessrules="false" kind="src" path="/aspectj5rt"/> + <classpathentry sourcepath="/lib/junit/junit-src.jar" kind="lib" path="/lib/junit/junit.jar"/> + <classpathentry kind="output" path="bin"/> +</classpath> |