diff options
author | acolyer <acolyer> | 2003-11-11 11:16:20 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2003-11-11 11:16:20 +0000 |
commit | 8c70c5a515a383e0691eeb3a9bc1caa66a0398b5 (patch) | |
tree | 435a81f023ff3e56ce3bc0d7c467f07c93e3842b /eclipse.plugin | |
parent | dadee4fdaf31987701f5637b0f64cb45cc08a6e0 (diff) | |
download | aspectj-8c70c5a515a383e0691eeb3a9bc1caa66a0398b5.tar.gz aspectj-8c70c5a515a383e0691eeb3a9bc1caa66a0398b5.zip |
can't use packages prefixes option in M4 due to eclipse bug
Diffstat (limited to 'eclipse.plugin')
-rw-r--r-- | eclipse.plugin/org.aspectj.ajde/plugin.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclipse.plugin/org.aspectj.ajde/plugin.xml b/eclipse.plugin/org.aspectj.ajde/plugin.xml index 20b2a8165..15def5bae 100644 --- a/eclipse.plugin/org.aspectj.ajde/plugin.xml +++ b/eclipse.plugin/org.aspectj.ajde/plugin.xml @@ -9,12 +9,12 @@ <library name="ajde.jar"> <export name="*"/> - <packages prefixes="org.aspectj"/> + <!-- M4 bug <packages prefixes="org.aspectj"/> --> </library> <library name="aspectjrt.jar"> <export name="*"/> - <packages prefixes="org.aspectj"/> + <!-- <packages prefixes="org.aspectj"/> --> </library> <library name="aspectjtools.jar"> |