plugin.xml 415 B

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?eclipse version="3.4"?>
  3. <plugin>
  4. <extension
  5. point="org.eclipse.help.toc">
  6. <toc
  7. file="toc.xml"
  8. primary="true">
  9. </toc>
  10. <toc file="xds_help_toc.xml" />
  11. </extension>
  12. <extension
  13. point="org.eclipse.help.contexts">
  14. <contexts
  15. file="contexts.xml">
  16. </contexts>
  17. </extension>
  18. </plugin>