Browse Source

246125: the SPLIT

tags/V1_6_3rc1
aclement 15 years ago
parent
commit
f823bc2898
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      run-all-junit-tests/.classpath

+ 2
- 1
run-all-junit-tests/.classpath View File

@@ -17,7 +17,7 @@
<classpathentry kind="src" path="/testing-util"/>
<classpathentry kind="src" path="/util"/>
<classpathentry kind="src" path="/weaver"/>
<classpathentry sourcepath="/lib/junit/junit-src.jar" kind="lib" path="/lib/junit/junit.jar"/>
<classpathentry kind="lib" path="/lib/junit/junit.jar" sourcepath="/lib/junit/junit-src.jar"/>
<classpathentry kind="src" path="/tests"/>
<classpathentry combineaccessrules="false" kind="src" path="/aspectj5rt"/>
<classpathentry combineaccessrules="false" kind="src" path="/ajdoc"/>
@@ -25,5 +25,6 @@
<classpathentry combineaccessrules="false" kind="src" path="/loadtime5"/>
<classpathentry combineaccessrules="false" kind="src" path="/weaver5"/>
<classpathentry combineaccessrules="false" kind="src" path="/ajde.core"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.aspectj.matcher"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Loading…
Cancel
Save