Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Rentz-Reichert2011-10-25 10:13:43 +0000
committerHenrik Rentz-Reichert2011-10-25 10:13:43 +0000
commitac26e4dd0267a110f15fe78a6242d9a89e07e5a5 (patch)
tree1b9f0dc5e664e5c28765dc5cdebe076a98e898ae /plugins/org.eclipse.etrice.ui.runtime/plugin.xml
parentccfb0e84f15c09b927f00f0bc81aeaa96413a28a (diff)
downloadorg.eclipse.etrice-ac26e4dd0267a110f15fe78a6242d9a89e07e5a5.tar.gz
org.eclipse.etrice-ac26e4dd0267a110f15fe78a6242d9a89e07e5a5.tar.xz
org.eclipse.etrice-ac26e4dd0267a110f15fe78a6242d9a89e07e5a5.zip
[releng, ui.runtime] removed tests from site, added tutorials to runtime wizard
Diffstat (limited to 'plugins/org.eclipse.etrice.ui.runtime/plugin.xml')
-rw-r--r--plugins/org.eclipse.etrice.ui.runtime/plugin.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/plugins/org.eclipse.etrice.ui.runtime/plugin.xml b/plugins/org.eclipse.etrice.ui.runtime/plugin.xml
index 38e2f91d6..577d0d683 100644
--- a/plugins/org.eclipse.etrice.ui.runtime/plugin.xml
+++ b/plugins/org.eclipse.etrice.ui.runtime/plugin.xml
@@ -36,4 +36,21 @@
</example>
</extension>
+ <!-- ========= org.eclipse.etrice.tutorials ========= -->
+ <extension point="org.eclipse.ui.newWizards">
+ <wizard id="org.eclipse.etrice.ui.runtime.NewTutorialWizard"
+ name="eTrice Java Tutorials"
+ class="org.eclipse.emf.common.ui.wizard.ExampleInstallerWizard"
+ category="org.eclipse.etrice.core.ui.wizardCategory"
+ icon="icons/genproject.gif"
+ project="true">
+ <description>eTrice Java tutorials accompanying the online help</description>
+ </wizard>
+ </extension>
+ <extension point="org.eclipse.emf.common.ui.examples">
+ <example wizardID="org.eclipse.etrice.ui.runtime.NewTutorialWizard" pageImage="icons/genproject.gif">
+ <projectDescriptor name="org.eclipse.etrice.tutorials" contentURI="contents/org.eclipse.etrice.tutorials.zip" description="eTrice Java Tutorials"/>
+ </example>
+ </extension>
+
</plugin>

Back to the top