Procházet zdrojové kódy

246125: removed last Asm dependency from org.aspectj.weaver (world model ref). Removed bcelobjecttype dependency in ReferenceType.

tags/V1_6_3rc1
aclement před 15 roky
rodič
revize
ceb9e9afee
1 změnil soubory, kde provedl 4 přidání a 3 odebrání
  1. 4
    3
      weaver5/.classpath

+ 4
- 3
weaver5/.classpath Zobrazit soubor

@@ -3,14 +3,15 @@
<classpathentry kind="src" path="java5-src"/>
<classpathentry kind="src" path="testsrc"/>
<classpathentry kind="src" path="java5-testsrc"/>
<classpathentry sourcepath="/lib/bcel/bcel-src.zip" kind="lib" path="/lib/bcel/bcel.jar"/>
<classpathentry kind="lib" path="/lib/bcel/bcel.jar" sourcepath="/lib/bcel/bcel-src.zip"/>
<classpathentry combineaccessrules="false" kind="src" path="/weaver"/>
<classpathentry combineaccessrules="false" kind="src" path="/bridge"/>
<classpathentry combineaccessrules="false" kind="src" path="/runtime"/>
<classpathentry combineaccessrules="false" kind="src" path="/testing-util"/>
<classpathentry combineaccessrules="false" kind="src" path="/util"/>
<classpathentry combineaccessrules="false" kind="src" path="/aspectj5rt"/>
<classpathentry sourcepath="/lib/junit/junit-src.jar" kind="lib" path="/lib/junit/junit.jar"/>
<classpathentry sourcepath="/JRE15_SRC" kind="var" path="JRE15_LIB"/>
<classpathentry kind="lib" path="/lib/junit/junit.jar" sourcepath="/lib/junit/junit-src.jar"/>
<classpathentry kind="var" path="JRE15_LIB" sourcepath="/JRE15_SRC"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.aspectj.matcher"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Načítá se…
Zrušit
Uložit