diff options
author | aclement <aclement> | 2008-06-08 17:28:16 +0000 |
---|---|---|
committer | aclement <aclement> | 2008-06-08 17:28:16 +0000 |
commit | dddd9b0eda7b5672470b78bf26a75e33366619fb (patch) | |
tree | 577c4b950934cb69d11f9ddb9b1815f2c4cac66a /testing-drivers | |
parent | 3dbbb88e9271404b46dbe56826128f1ec4f16b32 (diff) | |
download | aspectj-dddd9b0eda7b5672470b78bf26a75e33366619fb.tar.gz aspectj-dddd9b0eda7b5672470b78bf26a75e33366619fb.zip |
fixed jre lib warning
Diffstat (limited to 'testing-drivers')
-rw-r--r-- | testing-drivers/.classpath | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/testing-drivers/.classpath b/testing-drivers/.classpath index c3e1a47e6..3ca4163de 100644 --- a/testing-drivers/.classpath +++ b/testing-drivers/.classpath @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <classpathentry kind="src" path="src"/> - <classpathentry kind="src" path="testsrc"/> - <classpathentry kind="var" path="JRE_LIB" sourcepath="JRE_SRC"/> - <classpathentry kind="src" path="/bridge"/> - <classpathentry kind="src" path="/weaver"/> - <classpathentry kind="src" path="/testing"/> - <classpathentry kind="src" path="/testing-client"/> - <classpathentry kind="src" path="/util"/> - <classpathentry kind="lib" path="/lib/junit/junit.jar" sourcepath="/lib/junit/junit-src.zip"/> - <classpathentry kind="lib" path="/lib/commons/commons.jar" sourcepath="/lib/commons/commons-src.zip"/> - <classpathentry kind="src" path="/org.aspectj.ajdt.core"/> - <classpathentry kind="src" path="/asm"/> - <classpathentry kind="output" path="bin"/> + <classpathentry kind="src" path="src"/> + <classpathentry kind="src" path="testsrc"/> + <classpathentry kind="src" path="/bridge"/> + <classpathentry kind="src" path="/weaver"/> + <classpathentry kind="src" path="/testing"/> + <classpathentry kind="src" path="/testing-client"/> + <classpathentry kind="src" path="/util"/> + <classpathentry kind="lib" path="/lib/junit/junit.jar" sourcepath="/lib/junit/junit-src.zip"/> + <classpathentry kind="lib" path="/lib/commons/commons.jar" sourcepath="/lib/commons/commons-src.zip"/> + <classpathentry kind="src" path="/org.aspectj.ajdt.core"/> + <classpathentry kind="src" path="/asm"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="output" path="bin"/> </classpath> |