aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authoraclement <aclement>2008-06-06 20:47:33 +0000
committeraclement <aclement>2008-06-06 20:47:33 +0000
commita481d9b6bd688096c694456b98416aa6433534e1 (patch)
tree690ff3b11f0a4a55e6e1a7fdacc373f281296223 /testing
parent3b2109ac656e354034713b090f7d70a2d9898486 (diff)
downloadaspectj-a481d9b6bd688096c694456b98416aa6433534e1.tar.gz
aspectj-a481d9b6bd688096c694456b98416aa6433534e1.zip
switch to container from jrelib
Diffstat (limited to 'testing')
-rw-r--r--testing/.classpath8
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/.classpath b/testing/.classpath
index 3fe78a651..f9fab7525 100644
--- a/testing/.classpath
+++ b/testing/.classpath
@@ -2,9 +2,8 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="testsrc"/>
- <classpathentry sourcepath="JRE_SRC" kind="var" path="JRE_LIB"/>
- <classpathentry sourcepath="/lib/ant/ant-src.zip" kind="lib" path="/lib/ant/lib/ant.jar"/>
- <classpathentry sourcepath="/lib/junit/junit-src.jar" kind="lib" path="/lib/junit/junit.jar"/>
+ <classpathentry kind="lib" path="/lib/ant/lib/ant.jar" sourcepath="/lib/ant/ant-src.zip"/>
+ <classpathentry kind="lib" path="/lib/junit/junit.jar" sourcepath="/lib/junit/junit-src.jar"/>
<classpathentry kind="lib" path="/lib/jdiff/jdiff.jar"/>
<classpathentry kind="lib" path="/lib/regexp/jakarta-regexp-1.2.jar"/>
<classpathentry kind="src" path="/bridge"/>
@@ -12,7 +11,7 @@
<classpathentry kind="src" path="/testing-client"/>
<classpathentry kind="lib" path="/lib/ant/lib/xercesImpl.jar"/>
<classpathentry kind="lib" path="/lib/ant/lib/xml-apis.jar"/>
- <classpathentry exported="true" sourcepath="/lib/commons/commons-src.zip" kind="lib" path="/lib/commons/commons.jar"/>
+ <classpathentry exported="true" kind="lib" path="/lib/commons/commons.jar" sourcepath="/lib/commons/commons-src.zip"/>
<classpathentry kind="src" path="/testing-util"/>
<classpathentry kind="src" path="/ajde"/>
<classpathentry kind="src" path="/asm"/>
@@ -22,5 +21,6 @@
<classpathentry combineaccessrules="false" kind="src" path="/weaver"/>
<classpathentry combineaccessrules="false" kind="src" path="/loadtime"/>
<classpathentry combineaccessrules="false" kind="src" path="/ajde.core"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>