]> source.dussan.org Git - aspectj.git/commitdiff
fixed jre lib warning
authoraclement <aclement>
Sun, 8 Jun 2008 17:28:16 +0000 (17:28 +0000)
committeraclement <aclement>
Sun, 8 Jun 2008 17:28:16 +0000 (17:28 +0000)
testing-drivers/.classpath

index c3e1a47e672d4e005f0657be1fd80ff67a14671d..3ca4163de5f00d39a08ff86c08d110fd3f927e7f 100644 (file)
@@ -1,16 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-    <classpathentry kind="src" path="src"/>
-    <classpathentry kind="src" path="testsrc"/>
-    <classpathentry kind="var" path="JRE_LIB" sourcepath="JRE_SRC"/>
-    <classpathentry kind="src" path="/bridge"/>
-    <classpathentry kind="src" path="/weaver"/>
-    <classpathentry kind="src" path="/testing"/>
-    <classpathentry kind="src" path="/testing-client"/>
-    <classpathentry kind="src" path="/util"/>
-    <classpathentry kind="lib" path="/lib/junit/junit.jar" sourcepath="/lib/junit/junit-src.zip"/>
-    <classpathentry kind="lib" path="/lib/commons/commons.jar" sourcepath="/lib/commons/commons-src.zip"/>
-    <classpathentry kind="src" path="/org.aspectj.ajdt.core"/>
-    <classpathentry kind="src" path="/asm"/>
-    <classpathentry kind="output" path="bin"/>
+       <classpathentry kind="src" path="src"/>
+       <classpathentry kind="src" path="testsrc"/>
+       <classpathentry kind="src" path="/bridge"/>
+       <classpathentry kind="src" path="/weaver"/>
+       <classpathentry kind="src" path="/testing"/>
+       <classpathentry kind="src" path="/testing-client"/>
+       <classpathentry kind="src" path="/util"/>
+       <classpathentry kind="lib" path="/lib/junit/junit.jar" sourcepath="/lib/junit/junit-src.zip"/>
+       <classpathentry kind="lib" path="/lib/commons/commons.jar" sourcepath="/lib/commons/commons-src.zip"/>
+       <classpathentry kind="src" path="/org.aspectj.ajdt.core"/>
+       <classpathentry kind="src" path="/asm"/>
+       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+       <classpathentry kind="output" path="bin"/>
 </classpath>