]> source.dussan.org Git - aspectj.git/commitdiff
src -> java5-src, added junit.jar and testing-utils for test purposes
authorwisberg <wisberg>
Wed, 11 May 2005 09:38:35 +0000 (09:38 +0000)
committerwisberg <wisberg>
Wed, 11 May 2005 09:38:35 +0000 (09:38 +0000)
loadtime5/.classpath

index ecef506e3e310b320d9a608b2bf4745e4089bfec..cc25e7471ac9be8d1429b9cc2285f253db6f2d4e 100644 (file)
@@ -1,6 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-       <classpathentry kind="src" path="src">
+       <classpathentry kind="src" path="java5-src">
+               <attributes>
+               </attributes>
+       </classpathentry>
+       <classpathentry kind="src" path="java5-testsrc">
+               <attributes>
+               </attributes>
+       </classpathentry>
+       <classpathentry kind="src" path="testsrc">
                <attributes>
                </attributes>
        </classpathentry>
                <attributes>
                </attributes>
        </classpathentry>
+       <classpathentry sourcepath="/lib/junit/junit-src.jar" kind="lib" path="/lib/junit/junit.jar">
+               <attributes>
+               </attributes>
+       </classpathentry>
+       <classpathentry combineaccessrules="false" kind="src" path="/testing-util">
+               <attributes>
+               </attributes>
+       </classpathentry>
        <classpathentry kind="output" path="bin"/>
 </classpath>