diff options
author | aclement <aclement> | 2008-06-06 19:36:30 +0000 |
---|---|---|
committer | aclement <aclement> | 2008-06-06 19:36:30 +0000 |
commit | 70f144da25e3d5b01f728757e5ea27b1cd0a8e56 (patch) | |
tree | d64a777cb1f400fd3c521a69168798adedc4a701 /testing-client | |
parent | d525ef12c916f98a7ffe3b553e7ea512ae42ff45 (diff) | |
download | aspectj-70f144da25e3d5b01f728757e5ea27b1cd0a8e56.tar.gz aspectj-70f144da25e3d5b01f728757e5ea27b1cd0a8e56.zip |
switch to container from jrelib
Diffstat (limited to 'testing-client')
-rw-r--r-- | testing-client/.classpath | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/testing-client/.classpath b/testing-client/.classpath index 116a952ab..a8a227cf2 100644 --- a/testing-client/.classpath +++ b/testing-client/.classpath @@ -1,10 +1,10 @@ <?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="/bridge"/> - <classpathentry kind="src" path="/util"/> - <classpathentry kind="lib" path="/lib/junit/junit.jar" sourcepath="/lib/junit/junit-src.jar"/> - <classpathentry kind="output" path="bin"/> + <classpathentry kind="src" path="src"/> + <classpathentry kind="src" path="testsrc"/> + <classpathentry kind="src" path="/bridge"/> + <classpathentry kind="src" path="/util"/> + <classpathentry kind="lib" path="/lib/junit/junit.jar" sourcepath="/lib/junit/junit-src.jar"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="output" path="bin"/> </classpath> |