Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Lorenzo2017-05-03 12:59:08 +0000
committervincent lorenzo2017-05-22 18:27:31 +0000
commit883a5e399966977c972ff66998fdea157ed3ec95 (patch)
treec51027284262f8a6ffc3d8828462007767a40aa2 /features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.feature
parentcac8ea589d8c8149866680b7da4884c7ea579af1 (diff)
downloadorg.eclipse.papyrus-883a5e399966977c972ff66998fdea157ed3ec95.tar.gz
org.eclipse.papyrus-883a5e399966977c972ff66998fdea157ed3ec95.tar.xz
org.eclipse.papyrus-883a5e399966977c972ff66998fdea157ed3ec95.zip
Bug 516106: [Expressions] Papyrus must provide a developer tool to generate ExpressionCatalog for Uml profile
Change-Id: I1ec67865f1d1acb6e2b1dac4ee73be02c488c31c Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
Diffstat (limited to 'features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.feature')
-rw-r--r--features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.feature/feature.xml12
1 files changed, 11 insertions, 1 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 5e481af1301..216e9155b7d 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
@@ -98,8 +98,18 @@
install-size="0"
version="0.0.0"
unpack="false"/>
+
+
+ <!--EMF Expressions-->
+
+ <plugin
+ id="org.eclipse.papyrus.toolsmiths.expressions"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
- <!--UML properties-->
+ <!--UML properties-->
<plugin
id="org.eclipse.papyrus.uml.types.ui.properties"

Back to the top