Browse Source

246125: introduce weaver dependency on matcher

tags/V1_6_3rc1
aclement 15 years ago
parent
commit
9b9a877fd1
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      weaver/.classpath

+ 1
- 0
weaver/.classpath View File

@@ -13,5 +13,6 @@
<classpathentry kind="lib" path="/lib/bcel/bcel.jar" sourcepath="/lib/bcel/bcel-src.zip"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="/lib/asm/asm-3.1.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.aspectj.matcher"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Loading…
Cancel
Save