Browse Source

adding weaver (hoping no one is using < M6)

tags/PRE_ANDY
wisberg 19 years ago
parent
commit
23571ff052
2 changed files with 82 additions and 21 deletions
  1. 81
    21
      testing/.classpath
  2. 1
    0
      testing/.project

+ 81
- 21
testing/.classpath View 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>

+ 1
- 0
testing/.project View File

@@ -10,6 +10,7 @@
<project>testing-client</project>
<project>testing-util</project>
<project>util</project>
<project>weaver</project>
</projects>
<buildSpec>
<buildCommand>

Loading…
Cancel
Save