diff options
author | rschnekenbu | 2009-11-25 17:56:12 +0000 |
---|---|---|
committer | rschnekenbu | 2009-11-25 17:56:12 +0000 |
commit | b920119e0ce7fb3f6ae2b71e6527dc5204af06a3 (patch) | |
tree | b0585f2acf5a42c6752f40b6f62eea774b1ca4d6 /features | |
parent | cc5d3f9d936d66e3da35e8466e47c74acbe26f1b (diff) | |
download | org.eclipse.papyrus-b920119e0ce7fb3f6ae2b71e6527dc5204af06a3.tar.gz org.eclipse.papyrus-b920119e0ce7fb3f6ae2b71e6527dc5204af06a3.tar.xz org.eclipse.papyrus-b920119e0ce7fb3f6ae2b71e6527dc5204af06a3.zip |
added control mode to the uml feature
Diffstat (limited to 'features')
-rw-r--r-- | features/org.eclipse.papyrus.uml-feature/feature.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/features/org.eclipse.papyrus.uml-feature/feature.xml b/features/org.eclipse.papyrus.uml-feature/feature.xml index 5d94bed392f..fb5054d0470 100644 --- a/features/org.eclipse.papyrus.uml-feature/feature.xml +++ b/features/org.eclipse.papyrus.uml-feature/feature.xml @@ -68,6 +68,7 @@ If you did not receive this Content directly from the Eclipse Foundation, the Co <import plugin="org.eclipse.emf.eef.runtime"/>
<import plugin="org.eclipse.jface" version="3.4.1" match="greaterOrEqual"/>
<import plugin="org.eclipse.emf.transaction" version="1.2.1" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.gmf.runtime.notation"/>
</requires>
<plugin
@@ -161,4 +162,11 @@ If you did not receive this Content directly from the Eclipse Foundation, the Co version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.papyrus.controlmode"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>
|