diff options
-rw-r--r-- | weaver/.classpath | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/weaver/.classpath b/weaver/.classpath index adee2df97..204cf1e26 100644 --- a/weaver/.classpath +++ b/weaver/.classpath @@ -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> |