diff options
author | aclement <aclement> | 2008-06-06 19:29:45 +0000 |
---|---|---|
committer | aclement <aclement> | 2008-06-06 19:29:45 +0000 |
commit | fd97c58e9a603c538977bc7ecc68099f5bbbef00 (patch) | |
tree | d36b10cc6ba3de8d47bcb521944d11cfe1c4b4f6 /ajde | |
parent | 33dc2229ad551eec9628e57d3885eec78d276d2e (diff) | |
download | aspectj-fd97c58e9a603c538977bc7ecc68099f5bbbef00.tar.gz aspectj-fd97c58e9a603c538977bc7ecc68099f5bbbef00.zip |
switch to container from jrelib
Diffstat (limited to 'ajde')
-rw-r--r-- | ajde/.classpath | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ajde/.classpath b/ajde/.classpath index 28a7989e4..40d054d59 100644 --- a/ajde/.classpath +++ b/ajde/.classpath @@ -2,7 +2,6 @@ <classpath> <classpathentry kind="src" path="src"/> <classpathentry kind="src" path="testsrc"/> - <classpathentry kind="var" path="JRE_LIB" sourcepath="JRE_SRC"/> <classpathentry kind="src" path="/util"/> <classpathentry kind="lib" path="/lib/junit/junit.jar" sourcepath="/lib/junit/junit-src.jar"/> <classpathentry kind="src" path="/bridge"/> @@ -10,5 +9,6 @@ <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> |