Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenoit Maggi2018-02-07 16:43:04 +0000
committerBenoit Maggi2018-02-07 16:43:04 +0000
commit842e4d09b8adabdedbc6d05bd327493b995de298 (patch)
tree38c9998c01c18cb5ff8fa7729de8f66e175689b3 /features
parent3dcc925f9671e7fd756585939878b4a3c6f0428f (diff)
downloadorg.eclipse.papyrus-842e4d09b8adabdedbc6d05bd327493b995de298.tar.gz
org.eclipse.papyrus-842e4d09b8adabdedbc6d05bd327493b995de298.tar.xz
org.eclipse.papyrus-842e4d09b8adabdedbc6d05bd327493b995de298.zip
Bug 530855 - Add New Child menu generator in Toolsmith feature
- add org.eclipse.papyrus.uml.profile.types.generator and org.eclipse.papyrus.uml.profile.types.generator.ui in toolsmith feature Change-Id: I361a304b5fc3bbd4eced8283e3a0760e91f7ba72 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
Diffstat (limited to 'features')
-rw-r--r--features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.feature/feature.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.feature/feature.xml b/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.feature/feature.xml
index ff210e1a259..7ce3c23c729 100644
--- a/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.feature/feature.xml
+++ b/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.feature/feature.xml
@@ -128,5 +128,21 @@
install-size="0"
version="0.0.0"
unpack="false"/>
+
+ <!--UML New Child-->
+ <plugin
+ id="org.eclipse.papyrus.uml.profile.types.generator"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.papyrus.uml.profile.types.generator.ui"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top