]> source.dussan.org Git - aspectj.git/commitdiff
adding weaver (hoping no one is using < M6)
authorwisberg <wisberg>
Thu, 12 May 2005 11:53:16 +0000 (11:53 +0000)
committerwisberg <wisberg>
Thu, 12 May 2005 11:53:16 +0000 (11:53 +0000)
testing/.classpath
testing/.project

index e9c34bc7f0e2ae4987fc5ae3308228ef14418ac6..be4d3e954d32b82a2a776f62fdb717c082bcaae4 100644 (file)
@@ -1,24 +1,84 @@
 <?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="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"/>
-    <classpathentry kind="lib" path="/lib/regexp/jakarta-regexp-1.2.jar"/>
-    <classpathentry kind="src" path="/bridge"/>
-    <classpathentry kind="src" path="/util"/>
-    <classpathentry kind="src" path="/testing-client"/>
-    <classpathentry kind="lib" path="/lib/ant/lib/xercesImpl.jar"/>
-    <classpathentry kind="lib" path="/lib/ant/lib/xml-apis.jar"/>
-    <classpathentry exported="true" 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="src" path="/taskdefs"/>
-    <classpathentry kind="src" path="newsrc"/>
-    <classpathentry kind="src" path="/org.aspectj.ajdt.core"/>
-    <classpathentry kind="output" path="bin"/>
+       <classpathentry kind="src" path="src">
+               <attributes>
+               </attributes>
+       </classpathentry>
+       <classpathentry kind="src" path="testsrc">
+               <attributes>
+               </attributes>
+       </classpathentry>
+       <classpathentry sourcepath="JRE_SRC" kind="var" path="JRE_LIB">
+               <attributes>
+               </attributes>
+       </classpathentry>
+       <classpathentry sourcepath="/lib/ant/ant-src.zip" kind="lib" path="/lib/ant/lib/ant.jar">
+               <attributes>
+               </attributes>
+       </classpathentry>
+       <classpathentry sourcepath="/lib/junit/junit-src.jar" kind="lib" path="/lib/junit/junit.jar">
+               <attributes>
+               </attributes>
+       </classpathentry>
+       <classpathentry kind="lib" path="/lib/jdiff/jdiff.jar">
+               <attributes>
+               </attributes>
+       </classpathentry>
+       <classpathentry kind="lib" path="/lib/regexp/jakarta-regexp-1.2.jar">
+               <attributes>
+               </attributes>
+       </classpathentry>
+       <classpathentry kind="src" path="/bridge">
+               <attributes>
+               </attributes>
+       </classpathentry>
+       <classpathentry kind="src" path="/util">
+               <attributes>
+               </attributes>
+       </classpathentry>
+       <classpathentry kind="src" path="/testing-client">
+               <attributes>
+               </attributes>
+       </classpathentry>
+       <classpathentry kind="lib" path="/lib/ant/lib/xercesImpl.jar">
+               <attributes>
+               </attributes>
+       </classpathentry>
+       <classpathentry kind="lib" path="/lib/ant/lib/xml-apis.jar">
+               <attributes>
+               </attributes>
+       </classpathentry>
+       <classpathentry exported="true" sourcepath="/lib/commons/commons-src.zip" kind="lib" path="/lib/commons/commons.jar">
+               <attributes>
+               </attributes>
+       </classpathentry>
+       <classpathentry kind="src" path="/testing-util">
+               <attributes>
+               </attributes>
+       </classpathentry>
+       <classpathentry kind="src" path="/ajde">
+               <attributes>
+               </attributes>
+       </classpathentry>
+       <classpathentry kind="src" path="/asm">
+               <attributes>
+               </attributes>
+       </classpathentry>
+       <classpathentry kind="src" path="/taskdefs">
+               <attributes>
+               </attributes>
+       </classpathentry>
+       <classpathentry kind="src" path="newsrc">
+               <attributes>
+               </attributes>
+       </classpathentry>
+       <classpathentry kind="src" path="/org.aspectj.ajdt.core">
+               <attributes>
+               </attributes>
+       </classpathentry>
+       <classpathentry combineaccessrules="false" kind="src" path="/weaver">
+               <attributes>
+               </attributes>
+       </classpathentry>
+       <classpathentry kind="output" path="bin"/>
 </classpath>
index b379c32186473866eef2990f8ef4470cac26988d..1f079f0eb0483c0cedadb0e6095153d95437bf81 100644 (file)
@@ -10,6 +10,7 @@
                <project>testing-client</project>
                <project>testing-util</project>
                <project>util</project>
+               <project>weaver</project>
        </projects>
        <buildSpec>
                <buildCommand>