aboutsummaryrefslogtreecommitdiffstats
path: root/testing-util
diff options
context:
space:
mode:
authoraclement <aclement>2008-06-06 19:36:30 +0000
committeraclement <aclement>2008-06-06 19:36:30 +0000
commitd525ef12c916f98a7ffe3b553e7ea512ae42ff45 (patch)
treed856e089c93fd5e21a42e306aafaa400ee8454fe /testing-util
parent92a31704db43081b2db3ef173f8b61a6ebc3a17a (diff)
downloadaspectj-d525ef12c916f98a7ffe3b553e7ea512ae42ff45.tar.gz
aspectj-d525ef12c916f98a7ffe3b553e7ea512ae42ff45.zip
switch to container from jrelib
Diffstat (limited to 'testing-util')
-rw-r--r--testing-util/.classpath16
1 files changed, 8 insertions, 8 deletions
diff --git a/testing-util/.classpath b/testing-util/.classpath
index c6752e35d..2261a7cce 100644
--- a/testing-util/.classpath
+++ b/testing-util/.classpath
@@ -1,11 +1,11 @@
<?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="lib" path="/lib/junit/junit.jar" sourcepath="/lib/junit/junit-src.jar"/>
- <classpathentry kind="src" path="/util"/>
- <classpathentry kind="lib" path="/lib/jdiff/jdiff.jar"/>
- <classpathentry kind="src" path="/bridge"/>
- <classpathentry kind="output" path="bin"/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="src" path="testsrc"/>
+ <classpathentry kind="lib" path="/lib/junit/junit.jar" sourcepath="/lib/junit/junit-src.jar"/>
+ <classpathentry kind="src" path="/util"/>
+ <classpathentry kind="lib" path="/lib/jdiff/jdiff.jar"/>
+ <classpathentry kind="src" path="/bridge"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="output" path="bin"/>
</classpath>