| 123456789101112131415161718192021222324252627282930313233343536 |
- <?xml version="1.0" encoding="UTF-8"?>
- <?eclipse version="3.4"?>
- <plugin>
- <extension
- point="org.eclipse.help.toc">
- <toc
- file="toc.xml"
- primary="true">
- </toc>
- <toc
- file="tocconcepts.xml">
- </toc>
- <toc
- file="tocgettingstarted.xml">
- </toc>
- <toc
- file="tocreference.xml">
- </toc>
- <toc
- file="tocsamples.xml">
- </toc>
- <toc
- file="toctasks.xml">
- </toc>
- </extension>
- <extension
- point="org.eclipse.help.contexts">
- <contexts
- file="contexts.xml"
- plugin="org.yakindu.sct.ui.editor">
- </contexts>
- </extension>
- </plugin>
|