]> source.dussan.org Git - aspectj.git/commitdiff
switch to container from jrelib
authoraclement <aclement>
Fri, 6 Jun 2008 20:47:48 +0000 (20:47 +0000)
committeraclement <aclement>
Fri, 6 Jun 2008 20:47:48 +0000 (20:47 +0000)
weaver/.classpath

index 8c543d4c9f8753a502e97140ad0fa892bbd2385f..0ac3d80ff217935c9ca5c36086a9f3849b2c822a 100644 (file)
@@ -2,15 +2,15 @@
 <classpath>
        <classpathentry kind="src" path="src"/>
        <classpathentry kind="src" path="testsrc"/>
-       <classpathentry sourcepath="JRE_SRC" kind="var" path="JRE_LIB"/>
        <classpathentry kind="src" path="/runtime"/>
-       <classpathentry sourcepath="/lib/junit/src.jar" kind="lib" path="/lib/junit/junit.jar"/>
+       <classpathentry kind="lib" path="/lib/junit/junit.jar" sourcepath="/lib/junit/src.jar"/>
        <classpathentry kind="src" path="/util"/>
        <classpathentry kind="src" path="/testing-util"/>
        <classpathentry kind="src" path="/bridge"/>
        <classpathentry kind="src" path="/asm"/>
        <classpathentry combineaccessrules="false" kind="src" path="/aspectj5rt"/>
-       <classpathentry sourcepath="/lib/bcel/bcel-src.zip" kind="lib" path="/lib/bcel/bcel.jar"/>
-       <classpathentry sourcepath="/lib/commons/commons-src.zip" kind="lib" path="/lib/commons/commons.jar"/>
+       <classpathentry kind="lib" path="/lib/commons/commons.jar" sourcepath="/lib/commons/commons-src.zip"/>
+       <classpathentry kind="lib" path="/lib/bcel/bcel.jar" sourcepath="/lib/bcel/bcel-src.zip"/>
+       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
        <classpathentry kind="output" path="bin"/>
 </classpath>