diff options
author | wisberg <wisberg> | 2002-12-16 17:58:19 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2002-12-16 17:58:19 +0000 |
commit | d842c4f1139629c1f062b74ba818d233b2c31043 (patch) | |
tree | 842d3871620bc0eb60edcd95e55804d67e0f61fa /weaver/.classpath | |
parent | 3ce247199704eae6b2c92c6e38c69584e3250c52 (diff) | |
download | aspectj-d842c4f1139629c1f062b74ba818d233b2c31043.tar.gz aspectj-d842c4f1139629c1f062b74ba818d233b2c31043.zip |
initial version
Diffstat (limited to 'weaver/.classpath')
-rw-r--r-- | weaver/.classpath | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/weaver/.classpath b/weaver/.classpath new file mode 100644 index 000000000..17ae558e0 --- /dev/null +++ b/weaver/.classpath @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="src"/> + <classpathentry kind="src" path="testsrc"/> + <classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/> + <classpathentry kind="src" path="/runtime"/> + <classpathentry kind="lib" path="/lib/bcel/bcel.jar" + rootpath="bcel-5.0/src/java" sourcepath="/lib/bcel/bcel-src.zip"/> + <classpathentry kind="lib" path="/lib/junit/junit.jar" sourcepath="/lib/junit/src.jar"/> + <classpathentry kind="src" path="/util"/> + <classpathentry kind="src" path="/testing-util"/> + <classpathentry kind="src" path="/bridge"/> + <classpathentry kind="src" path="/asm"/> + <classpathentry kind="output" path="bin"/> +</classpath> |