diff options
Diffstat (limited to 'eclipse.plugin/org.aspectj.ajde')
-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"> |