blob: 8e4c246c3a3a77850eb53659f36fa61cf267bf61 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension
point="org.eclipse.help.toc">
<toc
file="src/main/resources/help/toc.xml"
primary="true">
</toc>
</extension>
<extension
point="org.eclipse.ui.newWizards">
<category
id="org.polarsys.esf.core.help.examples.category"
name="%example.category.name"
parentCategory="org.eclipse.ui.Examples">
</category>
<wizard
canFinishEarly="true"
category="org.eclipse.ui.Examples/org.polarsys.esf.core.help.examples.category"
class="org.polarsys.esf.core.help.wizard.impl.RecoveryExampleWizard"
finalPerspective="%perspective.design.id"
hasPages="false"
icon="src/main/resources/icons/wizard/icon_project_open.png"
id="org.polarsys.esf.core.help.example.wizard.recovery"
name="%wizard.example.recovery.name"
project="true">
<description>
%wizard.description
</description>
</wizard>
<wizard
canFinishEarly="true"
category="org.eclipse.ui.Examples/org.polarsys.esf.core.help.examples.category"
class="org.polarsys.esf.core.help.wizard.impl.CircuitBreakerExampleWizard"
finalPerspective="%perspective.design.id"
hasPages="false"
icon="src/main/resources/icons/wizard/icon_project_open.png"
id="org.polarsys.esf.core.help.example.wizard.circuitbreaker"
name="%wizard.example.circuitbreaker.name"
project="true">
<description>
%wizard.description
</description>
</wizard>
</extension>
</plugin>