blob: ec0e2d4266ea7cc098c4c062eb560b3d45e721d5 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>
<extension point="org.eclipse.ui.newWizards">
<category
id="org.eclipse.app4mc.waters.Examples"
name="%_UI_WATERS_ExamplesCategory_name"
parentCategory="org.eclipse.ui.Examples">
</category>
<wizard
id="org.eclipse.app4mc.waters.2016.ExamplesWizard"
name="%_UI_WATERS_FMTV_Challenge2016_name"
class="org.eclipse.emf.common.ui.wizard.ExampleInstallerWizard"
category="org.eclipse.ui.Examples/org.eclipse.app4mc.waters.Examples"
project="true"
icon="icons/full/ctool16/NewEMFExample.gif">
<description>%_UI_WATERS_FMTV_Challenge2016_desc</description>
</wizard>
<wizard
id="org.eclipse.app4mc.waters.2017.ExamplesWizard"
name="%_UI_WATERS_FMTV_Challenge2017_name"
class="org.eclipse.emf.common.ui.wizard.ExampleInstallerWizard"
category="org.eclipse.ui.Examples/org.eclipse.app4mc.waters.Examples"
project="true"
icon="icons/full/ctool16/NewEMFExample.gif">
<description>%_UI_WATERS_FMTV_Challenge2017_desc</description>
</wizard>
<wizard
id="org.eclipse.app4mc.waters.2019.ExamplesWizard"
name="%_UI_WATERS_FMTV_Challenge2019_name"
class="org.eclipse.emf.common.ui.wizard.ExampleInstallerWizard"
category="org.eclipse.ui.Examples/org.eclipse.app4mc.waters.Examples"
project="true"
icon="icons/full/ctool16/NewEMFExample.gif">
<description>%_UI_WATERS_FMTV_Challenge2019_desc</description>
</wizard>
</extension>
<extension point="org.eclipse.emf.common.ui.examples">
<example
id="WATERS FMTV Challenge 2016 Projects"
wizardID="org.eclipse.app4mc.waters.2016.ExamplesWizard"
pageImage="icons/full/wizban/NewEMFExample.gif">
<projectDescriptor
name="waters.fmtv.challenge.2016"
contentURI="examples/waters.fmtv.challenge.2016/"
description="%_UI_WATERS_FMTV_Challenge_Project_desc"/>
</example>
<example
id="WATERS FMTV Challenge 2017 Projects"
wizardID="org.eclipse.app4mc.waters.2017.ExamplesWizard"
pageImage="icons/full/wizban/NewEMFExample.gif">
<projectDescriptor
name="waters.fmtv.challenge.2017"
contentURI="examples/waters.fmtv.challenge.2017/"
description="%_UI_WATERS_FMTV_Challenge_Project_desc"/>
</example>
<example
id="WATERS FMTV Challenge 2019 Projects"
wizardID="org.eclipse.app4mc.waters.2019.ExamplesWizard"
pageImage="icons/full/wizban/NewEMFExample.gif">
<projectDescriptor
name="waters.fmtv.challenge.2019"
contentURI="examples/waters.fmtv.challenge.2019/"
description="%_UI_WATERS_FMTV_Challenge_Project_desc"/>
</example>
</extension>
</plugin>