Browse Source

depending on weaver5 will keep the packaging happy...

tags/preDefaultReweavable
aclement 18 years ago
parent
commit
0be5213588
1 changed files with 11 additions and 40 deletions
  1. 11
    40
      loadtime5/.classpath

+ 11
- 40
loadtime5/.classpath View File

@@ -1,44 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="java5-src">
<attributes>
</attributes>
</classpathentry>
<classpathentry kind="src" path="java5-testsrc">
<attributes>
</attributes>
</classpathentry>
<classpathentry kind="src" path="testsrc">
<attributes>
</attributes>
</classpathentry>
<classpathentry combineaccessrules="false" kind="src" path="/asm">
<attributes>
</attributes>
</classpathentry>
<classpathentry combineaccessrules="false" kind="src" path="/bridge">
<attributes>
</attributes>
</classpathentry>
<classpathentry combineaccessrules="false" kind="src" path="/loadtime">
<attributes>
</attributes>
</classpathentry>
<classpathentry combineaccessrules="false" kind="src" path="/weaver">
<attributes>
</attributes>
</classpathentry>
<classpathentry sourcepath="/lib/junit/junit-src.jar" kind="lib" path="/lib/junit/junit.jar">
<attributes>
</attributes>
</classpathentry>
<classpathentry combineaccessrules="false" kind="src" path="/testing-util">
<attributes>
</attributes>
</classpathentry>
<classpathentry sourcepath="/JRE15_SRC" kind="var" path="JRE15_LIB">
<attributes>
</attributes>
</classpathentry>
<classpathentry kind="src" path="java5-src"/>
<classpathentry kind="src" path="java5-testsrc"/>
<classpathentry kind="src" path="testsrc"/>
<classpathentry combineaccessrules="false" kind="src" path="/asm"/>
<classpathentry combineaccessrules="false" kind="src" path="/bridge"/>
<classpathentry combineaccessrules="false" kind="src" path="/loadtime"/>
<classpathentry combineaccessrules="false" kind="src" path="/weaver"/>
<classpathentry sourcepath="/lib/junit/junit-src.jar" kind="lib" path="/lib/junit/junit.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/testing-util"/>
<classpathentry sourcepath="/JRE15_SRC" kind="var" path="JRE15_LIB"/>
<classpathentry combineaccessrules="false" kind="src" path="/weaver5"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Loading…
Cancel
Save