Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Mackamul2018-03-16 07:50:35 +0000
committerHarald Mackamul2018-03-16 07:50:35 +0000
commita4d9b0f055eded50b3f1f19c10f3ff8776d9c022 (patch)
tree03501dc4133e79b0d70cc9bdfc68388a97f01234
parent68556bbc8579f8e3d78f78c1a411f1d7fcb9503c (diff)
downloadorg.eclipse.app4mc.tools-a4d9b0f055eded50b3f1f19c10f3ff8776d9c022.tar.gz
org.eclipse.app4mc.tools-a4d9b0f055eded50b3f1f19c10f3ff8776d9c022.tar.xz
org.eclipse.app4mc.tools-a4d9b0f055eded50b3f1f19c10f3ff8776d9c022.zip
Renamed example category
-rw-r--r--eclipse-tools/model-transformation/build/org.eclipse.app4mc.transformation.examples.installer/plugin.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclipse-tools/model-transformation/build/org.eclipse.app4mc.transformation.examples.installer/plugin.xml b/eclipse-tools/model-transformation/build/org.eclipse.app4mc.transformation.examples.installer/plugin.xml
index dd1ff52..e2a9eae 100644
--- a/eclipse-tools/model-transformation/build/org.eclipse.app4mc.transformation.examples.installer/plugin.xml
+++ b/eclipse-tools/model-transformation/build/org.eclipse.app4mc.transformation.examples.installer/plugin.xml
@@ -3,15 +3,15 @@
<plugin>
<extension point="org.eclipse.ui.newWizards">
<category
- id="org.eclipse.app4mc.amalthea.transformation.Examples"
- name="APP4MC EMF Model Transformation"
+ id="org.eclipse.app4mc.tools.emf.Examples"
+ name="APP4MC EMF Tools Examples"
parentCategory="org.eclipse.ui.Examples">
</category>
<wizard
id="org.eclipse.app4mc.transformation.examples.TransformationWizard"
name="APP4MC model transformation example"
class="org.eclipse.emf.common.ui.wizard.ExampleInstallerWizard"
- category="org.eclipse.ui.Examples/org.eclipse.app4mc.amalthea.transformation.Examples"
+ category="org.eclipse.ui.Examples/org.eclipse.app4mc.tools.emf.Examples"
project="true"
icon="icons/full/ctool16/NewEMFExample.gif">
<description>EMF model transformation example</description>

Back to the top