]> source.dussan.org Git - aspectj.git/commitdiff
new logic in AllTests failed unless loadtime5 was on project path
authoracolyer <acolyer>
Thu, 9 Jun 2005 14:46:27 +0000 (14:46 +0000)
committeracolyer <acolyer>
Thu, 9 Jun 2005 14:46:27 +0000 (14:46 +0000)
run-all-junit-tests/.classpath

index 9a6f8b7eecc7e87fddfb6fdc3037bfebfa04ac7f..51b863ae4092c71e86be138bc39e68b87733180a 100644 (file)
@@ -1,26 +1,96 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-       <classpathentry kind="src" path="testsrc"/>
-       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-       <classpathentry kind="src" path="/ajbrowser"/>
-       <classpathentry kind="src" path="/ajde"/>
-       <classpathentry kind="src" path="/asm"/>
-       <classpathentry kind="src" path="/bridge"/>
-       <classpathentry kind="src" path="/build"/>
-       <classpathentry kind="src" path="/org.aspectj.ajdt.core"/>
-       <classpathentry kind="src" path="/org.eclipse.jdt.core"/>
-       <classpathentry kind="src" path="/runtime"/>
-       <classpathentry kind="src" path="/taskdefs"/>
-       <classpathentry kind="src" path="/testing"/>
-       <classpathentry kind="src" path="/testing-client"/>
-       <classpathentry kind="src" path="/testing-drivers"/>
-       <classpathentry kind="src" path="/testing-util"/>
-       <classpathentry kind="src" path="/util"/>
-       <classpathentry kind="src" path="/weaver"/>
-       <classpathentry sourcepath="/lib/junit/junit-src.jar" kind="lib" path="/lib/junit/junit.jar"/>
-       <classpathentry kind="src" path="/tests"/>
-       <classpathentry combineaccessrules="false" kind="src" path="/aspectj5rt"/>
-       <classpathentry combineaccessrules="false" kind="src" path="/ajdoc"/>
-       <classpathentry combineaccessrules="false" kind="src" path="/loadtime"/>
+       <classpathentry kind="src" path="testsrc">
+               <attributes>
+               </attributes>
+       </classpathentry>
+       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
+               <attributes>
+               </attributes>
+       </classpathentry>
+       <classpathentry kind="src" path="/ajbrowser">
+               <attributes>
+               </attributes>
+       </classpathentry>
+       <classpathentry kind="src" path="/ajde">
+               <attributes>
+               </attributes>
+       </classpathentry>
+       <classpathentry kind="src" path="/asm">
+               <attributes>
+               </attributes>
+       </classpathentry>
+       <classpathentry kind="src" path="/bridge">
+               <attributes>
+               </attributes>
+       </classpathentry>
+       <classpathentry kind="src" path="/build">
+               <attributes>
+               </attributes>
+       </classpathentry>
+       <classpathentry kind="src" path="/org.aspectj.ajdt.core">
+               <attributes>
+               </attributes>
+       </classpathentry>
+       <classpathentry kind="src" path="/org.eclipse.jdt.core">
+               <attributes>
+               </attributes>
+       </classpathentry>
+       <classpathentry kind="src" path="/runtime">
+               <attributes>
+               </attributes>
+       </classpathentry>
+       <classpathentry kind="src" path="/taskdefs">
+               <attributes>
+               </attributes>
+       </classpathentry>
+       <classpathentry kind="src" path="/testing">
+               <attributes>
+               </attributes>
+       </classpathentry>
+       <classpathentry kind="src" path="/testing-client">
+               <attributes>
+               </attributes>
+       </classpathentry>
+       <classpathentry kind="src" path="/testing-drivers">
+               <attributes>
+               </attributes>
+       </classpathentry>
+       <classpathentry kind="src" path="/testing-util">
+               <attributes>
+               </attributes>
+       </classpathentry>
+       <classpathentry kind="src" path="/util">
+               <attributes>
+               </attributes>
+       </classpathentry>
+       <classpathentry kind="src" path="/weaver">
+               <attributes>
+               </attributes>
+       </classpathentry>
+       <classpathentry sourcepath="/lib/junit/junit-src.jar" kind="lib" path="/lib/junit/junit.jar">
+               <attributes>
+               </attributes>
+       </classpathentry>
+       <classpathentry kind="src" path="/tests">
+               <attributes>
+               </attributes>
+       </classpathentry>
+       <classpathentry combineaccessrules="false" kind="src" path="/aspectj5rt">
+               <attributes>
+               </attributes>
+       </classpathentry>
+       <classpathentry combineaccessrules="false" kind="src" path="/ajdoc">
+               <attributes>
+               </attributes>
+       </classpathentry>
+       <classpathentry combineaccessrules="false" kind="src" path="/loadtime">
+               <attributes>
+               </attributes>
+       </classpathentry>
+       <classpathentry combineaccessrules="false" kind="src" path="/loadtime5">
+               <attributes>
+               </attributes>
+       </classpathentry>
        <classpathentry kind="output" path="bin"/>
 </classpath>