diff options
author | aclement <aclement> | 2008-06-08 17:28:25 +0000 |
---|---|---|
committer | aclement <aclement> | 2008-06-08 17:28:25 +0000 |
commit | 372770bde105c56e08c3d35040a7ea210b383f32 (patch) | |
tree | fb0bc37fdda19413c7d044dbf361cdf3fadeab98 /org.aspectj.ajdt.core | |
parent | dddd9b0eda7b5672470b78bf26a75e33366619fb (diff) | |
download | aspectj-372770bde105c56e08c3d35040a7ea210b383f32.tar.gz aspectj-372770bde105c56e08c3d35040a7ea210b383f32.zip |
fixed jre lib warning
Diffstat (limited to 'org.aspectj.ajdt.core')
-rw-r--r-- | org.aspectj.ajdt.core/.classpath | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/org.aspectj.ajdt.core/.classpath b/org.aspectj.ajdt.core/.classpath index e46fe2cdf..59beeef2a 100644 --- a/org.aspectj.ajdt.core/.classpath +++ b/org.aspectj.ajdt.core/.classpath @@ -2,19 +2,19 @@ <classpath> <classpathentry kind="src" path="src"/> <classpathentry kind="src" path="java5-testsrc"/> - <classpathentry sourcepath="JRE_SRC" kind="var" path="JRE_LIB"/> <classpathentry kind="src" path="/bridge"/> <classpathentry kind="src" path="/weaver"/> <classpathentry kind="src" path="/asm"/> <classpathentry kind="src" path="/util"/> <classpathentry kind="src" path="/runtime"/> <classpathentry kind="src" path="testsrc"/> - <classpathentry sourcepath="/lib/bcel/bcel-src.zip" kind="lib" path="/lib/bcel/bcel.jar"/> - <classpathentry sourcepath="/lib/junit/junit-src.jar" kind="lib" path="/lib/junit/junit.jar"/> + <classpathentry kind="lib" path="/lib/bcel/bcel.jar" sourcepath="/lib/bcel/bcel-src.zip"/> + <classpathentry kind="lib" path="/lib/junit/junit.jar" sourcepath="/lib/junit/junit-src.jar"/> <classpathentry kind="src" path="/testing-util"/> <classpathentry kind="src" path="/testing-client"/> <classpathentry kind="src" path="/org.eclipse.jdt.core"/> <classpathentry combineaccessrules="false" kind="src" path="/loadtime"/> <classpathentry kind="lib" path="/lib/bcel/bcel-verifier.jar"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="output" path="bin"/> </classpath> |