summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorwisberg <wisberg>2005-05-12 11:53:16 +0000
committerwisberg <wisberg>2005-05-12 11:53:16 +0000
commit23571ff0520587189db0a64e035baa7eb63c7a35 (patch)
treeabf77767ff0c883339acaa80de035522b6906de9 /testing
parente843a7272732db92f7869969d9ca2d0fd96097cc (diff)
downloadaspectj-23571ff0520587189db0a64e035baa7eb63c7a35.tar.gz
aspectj-23571ff0520587189db0a64e035baa7eb63c7a35.zip
adding weaver (hoping no one is using < M6)
Diffstat (limited to 'testing')
-rw-r--r--testing/.classpath102
-rw-r--r--testing/.project1
2 files changed, 82 insertions, 21 deletions
diff --git a/testing/.classpath b/testing/.classpath
index e9c34bc7f..be4d3e954 100644
--- a/testing/.classpath
+++ b/testing/.classpath
@@ -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>
diff --git a/testing/.project b/testing/.project
index b379c3218..1f079f0eb 100644
--- a/testing/.project
+++ b/testing/.project
@@ -10,6 +10,7 @@
<project>testing-client</project>
<project>testing-util</project>
<project>util</project>
+ <project>weaver</project>
</projects>
<buildSpec>
<buildCommand>