Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 054206f32304d60a3f3a70134b2ed8d2bcc3f12d (plain) (blame)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
   <extension point="org.eclipse.help.toc">
      <toc file="target/generated-eclipse-help/dsml-validation-main-toc.xml" primary="false"/>
      <toc file="target/generated-eclipse-help/dsml-validation-toc.xml" primary="false"/>
   </extension>
</plugin>

Back to the top