Jonathan Dumont | fd62c3b | 2015-11-18 11:04:09 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <?eclipse version="3.4"?> |
| 3 | <plugin> |
| 4 | |
| 5 | <extension |
| 6 | point="org.eclipse.help.toc"> |
| 7 | <toc |
| 8 | file="src/main/resources/help/toc.xml" |
| 9 | primary="true"> |
| 10 | </toc> |
| 11 | </extension> |
| 12 | <extension |
| 13 | point="org.eclipse.ui.newWizards"> |
| 14 | <category |
| 15 | id="org.polarsys.esf.core.help.examples.category" |
| 16 | name="%example.category.name" |
| 17 | parentCategory="org.eclipse.ui.Examples"> |
| 18 | </category> |
| 19 | <wizard |
| 20 | canFinishEarly="true" |
| 21 | category="org.eclipse.ui.Examples/org.polarsys.esf.core.help.examples.category" |
| 22 | class="org.polarsys.esf.core.help.wizard.impl.RecoveryExampleWizard" |
| 23 | finalPerspective="%perspective.design.id" |
| 24 | hasPages="false" |
| 25 | icon="src/main/resources/icons/wizard/icon_project_open.png" |
| 26 | id="org.polarsys.esf.core.help.example.wizard.recovery" |
| 27 | name="%wizard.example.recovery.name" |
| 28 | project="true"> |
| 29 | <description> |
| 30 | %wizard.description |
| 31 | </description> |
| 32 | </wizard> |
| 33 | <wizard |
| 34 | canFinishEarly="true" |
| 35 | category="org.eclipse.ui.Examples/org.polarsys.esf.core.help.examples.category" |
| 36 | class="org.polarsys.esf.core.help.wizard.impl.CircuitBreakerExampleWizard" |
| 37 | finalPerspective="%perspective.design.id" |
| 38 | hasPages="false" |
| 39 | icon="src/main/resources/icons/wizard/icon_project_open.png" |
| 40 | id="org.polarsys.esf.core.help.example.wizard.circuitbreaker" |
| 41 | name="%wizard.example.circuitbreaker.name" |
| 42 | project="true"> |
| 43 | <description> |
| 44 | %wizard.description |
| 45 | </description> |
| 46 | </wizard> |
| 47 | </extension> |
| 48 | |
| 49 | </plugin> |