diff options
author | aclement <aclement> | 2008-08-29 15:11:24 +0000 |
---|---|---|
committer | aclement <aclement> | 2008-08-29 15:11:24 +0000 |
commit | e2b5e57abadc945b54050f98329b1087ac7469ee (patch) | |
tree | b9b04837d1d9a235285c06513df7fedede1028b0 /ajbrowser | |
parent | c3f5a80b252acaa2e83c995ebe2130ad3fdd763d (diff) | |
download | aspectj-e2b5e57abadc945b54050f98329b1087ac7469ee.tar.gz aspectj-e2b5e57abadc945b54050f98329b1087ac7469ee.zip |
dependency for picking up compiler change bitflags
Diffstat (limited to 'ajbrowser')
-rw-r--r-- | ajbrowser/.classpath | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ajbrowser/.classpath b/ajbrowser/.classpath index 7d1cc521a..00b22dcd6 100644 --- a/ajbrowser/.classpath +++ b/ajbrowser/.classpath @@ -13,5 +13,6 @@ <classpathentry combineaccessrules="false" kind="src" path="/weaver5"/> <classpathentry combineaccessrules="false" kind="src" path="/ajde.core"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry combineaccessrules="false" kind="src" path="/org.aspectj.ajdt.core"/> <classpathentry kind="output" path="bin"/> </classpath> |