Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhussey2007-03-22 16:47:28 +0000
committerkhussey2007-03-22 16:47:28 +0000
commit28138cb61bf23af31f5e42815347be3670647e7a (patch)
tree368cd4c9b6966aacd6106455ab55a590619f300e /plugins/org.eclipse.uml2.uml/model
parent2403aa2178b688c4b9b896384b7c473e0620b6ad (diff)
downloadorg.eclipse.uml2.test-28138cb61bf23af31f5e42815347be3670647e7a.tar.gz
org.eclipse.uml2.test-28138cb61bf23af31f5e42815347be3670647e7a.tar.xz
org.eclipse.uml2.test-28138cb61bf23af31f5e42815347be3670647e7a.zip
[160684] Organizing create child/sibling menu items in UML editor into sub-menus.
Diffstat (limited to 'plugins/org.eclipse.uml2.uml/model')
-rw-r--r--plugins/org.eclipse.uml2.uml/model/UML.genmodel14
1 files changed, 7 insertions, 7 deletions
diff --git a/plugins/org.eclipse.uml2.uml/model/UML.genmodel b/plugins/org.eclipse.uml2.uml/model/UML.genmodel
index ff687d04..e164453e 100644
--- a/plugins/org.eclipse.uml2.uml/model/UML.genmodel
+++ b/plugins/org.eclipse.uml2.uml/model/UML.genmodel
@@ -2,13 +2,13 @@
<genmodel:GenModel xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:genmodel="http://www.eclipse.org/uml2/1.1.0/GenModel" modelDirectory="/org.eclipse.uml2.uml/src"
- creationIcons="false" modelPluginID="org.eclipse.uml2.uml" templateDirectory="/org.eclipse.uml2.uml/templates"
- runtimeJar="true" dynamicTemplates="true" modelName="UML" modelPluginClass="org.eclipse.uml2.uml.UMLPlugin"
- editPluginClass="org.eclipse.uml2.uml.edit.UMLEditPlugin" editorPluginClass="org.eclipse.uml2.uml.editor.UMLEditorPlugin"
- nonNLSMarkers="true" rootExtendsInterface="" codeFormatting="true" booleanFlagsField="eFlags"
- booleanFlagsReservedBits="8" importerID="org.eclipse.uml2.uml.ecore.importer"
- containmentProxies="true" minimalReflectiveMethods="false" complianceLevel="5.0"
- usedGenPackages="platform:/plugin/org.eclipse.emf.ecore/model/Ecore.genmodel#//ecore"
+ creationIcons="false" creationSubmenus="true" modelPluginID="org.eclipse.uml2.uml"
+ templateDirectory="/org.eclipse.uml2.uml/templates" runtimeJar="true" dynamicTemplates="true"
+ modelName="UML" modelPluginClass="org.eclipse.uml2.uml.UMLPlugin" editPluginClass="org.eclipse.uml2.uml.edit.UMLEditPlugin"
+ editorPluginClass="org.eclipse.uml2.uml.editor.UMLEditorPlugin" nonNLSMarkers="true"
+ rootExtendsInterface="" codeFormatting="true" booleanFlagsField="eFlags" booleanFlagsReservedBits="8"
+ importerID="org.eclipse.uml2.uml.ecore.importer" containmentProxies="true" minimalReflectiveMethods="false"
+ complianceLevel="5.0" usedGenPackages="platform:/plugin/org.eclipse.emf.ecore/model/Ecore.genmodel#//ecore"
factoryMethods="true" pluralizedGetters="true" cacheAdapterSupport="true" invariantPrefix="validate">
<genAnnotations source="http://www.eclipse.org/emf/2002/GenModel/importer/org.eclipse.uml2.uml.ecore.importer">
<details key="DUPLICATE_FEATURES" value="PROCESS"/>

Back to the top