diff options
Diffstat (limited to 'eclipse.plugin/org.aspectj.ajde/plugin.xml')
-rw-r--r-- | eclipse.plugin/org.aspectj.ajde/plugin.xml | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/eclipse.plugin/org.aspectj.ajde/plugin.xml b/eclipse.plugin/org.aspectj.ajde/plugin.xml deleted file mode 100644 index 15def5bae..000000000 --- a/eclipse.plugin/org.aspectj.ajde/plugin.xml +++ /dev/null @@ -1,25 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<plugin - id="org.aspectj.ajde" - name="%pluginName" - version="build.version.eclipse.plugins" - provider-name="%providerName"> - - <runtime> - - <library name="ajde.jar"> - <export name="*"/> - <!-- M4 bug <packages prefixes="org.aspectj"/> --> - </library> - - <library name="aspectjrt.jar"> - <export name="*"/> - <!-- <packages prefixes="org.aspectj"/> --> - </library> - - <library name="aspectjtools.jar"> - <!-- this library is deliberately NOT exported --> - </library> - </runtime> - -</plugin> |