You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

plugin.xml 327B

12345678910111213141516
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <plugin
  3. id="org.aspectj.aspectjrt"
  4. name="%pluginName"
  5. version="build.version.eclipse.plugins"
  6. provider-name="%providerName">
  7. <runtime>
  8. <library name="aspectjrt.jar">
  9. <packages prefixes="org.aspectj"/>
  10. </library>
  11. </runtime>
  12. </plugin>