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 523B

12345678910111213141516171819202122
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <plugin
  3. id="org.aspectj.ajde.doc"
  4. name="%pluginName"
  5. version="build.version.eclipse.plugins"
  6. provider-name="%providerName">
  7. <runtime>
  8. </runtime>
  9. <requires>
  10. <import plugin="org.eclipse.help"/>
  11. </requires>
  12. <extension point="org.eclipse.help.toc">
  13. <toc file="toc.xml" primary="true"/>
  14. <toc file="toc_ajquickref.xml"/>
  15. <toc file="toc_ajprogguide.xml"/>
  16. <toc file="toc_ajsemantics.xml"/>
  17. </extension>
  18. </plugin>