summaryrefslogtreecommitdiffstats
path: root/tests/.classpath
diff options
context:
space:
mode:
authoraclement <aclement>2008-06-08 17:28:14 +0000
committeraclement <aclement>2008-06-08 17:28:14 +0000
commit3dbbb88e9271404b46dbe56826128f1ec4f16b32 (patch)
treef36f9ad483839078575f07ae2e2691412cddd33d /tests/.classpath
parent0bdeea7a300cdd7089c988b69ed4d346f7b53724 (diff)
downloadaspectj-3dbbb88e9271404b46dbe56826128f1ec4f16b32.tar.gz
aspectj-3dbbb88e9271404b46dbe56826128f1ec4f16b32.zip
fixed jre lib warning
Diffstat (limited to 'tests/.classpath')
-rw-r--r--tests/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/.classpath b/tests/.classpath
index 7df58d293..958c2fdb2 100644
--- a/tests/.classpath
+++ b/tests/.classpath
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
- <classpathentry kind="var" path="JRE_LIB" sourcepath="JRE_SRC"/>
<classpathentry kind="src" path="/testing-drivers"/>
<classpathentry kind="lib" path="/lib/junit/junit.jar" sourcepath="/lib/junit/junit-src.jar"/>
<classpathentry kind="src" path="/testing"/>
@@ -16,5 +15,6 @@
<classpathentry combineaccessrules="false" kind="src" path="/weaver"/>
<classpathentry combineaccessrules="false" kind="src" path="/testing-util"/>
<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>