]> source.dussan.org Git - aspectj.git/commitdiff
new dependency on AJDE for ajde.CompileCommand implementation
authorwisberg <wisberg>
Wed, 7 May 2003 04:04:21 +0000 (04:04 +0000)
committerwisberg <wisberg>
Wed, 7 May 2003 04:04:21 +0000 (04:04 +0000)
testing/.classpath
testing/.project

index f24197aa863450f1b1b0299d085ff76fef7471c4..d0e2f8fb9d2f5e1650feb91631899269b71f1f83 100644 (file)
@@ -2,7 +2,7 @@
 <classpath>
     <classpathentry kind="src" path="src"/>
     <classpathentry kind="src" path="testsrc"/>
-    <classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/>
+    <classpathentry kind="var" path="JRE_LIB" sourcepath="JRE_SRC"/>
     <classpathentry kind="lib" path="/lib/ant/lib/ant.jar" sourcepath="/lib/ant/ant-src.zip"/>
     <classpathentry kind="lib" path="/lib/junit/junit.jar" sourcepath="/lib/junit/junit-src.jar"/>
     <classpathentry kind="lib" path="/lib/jdiff/jdiff.jar"/>
@@ -14,5 +14,7 @@
     <classpathentry kind="lib" path="/lib/ant/lib/xml-apis.jar"/>
     <classpathentry kind="lib" path="/lib/commons/commons.jar" sourcepath="/lib/commons/commons-src.zip"/>
     <classpathentry kind="src" path="/testing-util"/>
+    <classpathentry kind="src" path="/ajde"/>
+    <classpathentry kind="src" path="/asm"/>
     <classpathentry kind="output" path="bin"/>
 </classpath>
index 12bc71513b4d0dc74c9071e69eeaa19696326499..c11f2a5abb9c8a77e3680df6472379f84fd18c9b 100644 (file)
@@ -3,6 +3,8 @@
        <name>testing</name>
        <comment></comment>
        <projects>
+               <project>ajde</project>
+               <project>asm</project>
                <project>bridge</project>
                <project>testing-client</project>
                <project>testing-util</project>