Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.uml2.uml/model/UML.genmodel')
-rw-r--r--plugins/org.eclipse.uml2.uml/model/UML.genmodel4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.uml2.uml/model/UML.genmodel b/plugins/org.eclipse.uml2.uml/model/UML.genmodel
index 585a497fe..10c2dbe31 100644
--- a/plugins/org.eclipse.uml2.uml/model/UML.genmodel
+++ b/plugins/org.eclipse.uml2.uml/model/UML.genmodel
@@ -33,8 +33,8 @@
disposableProviderFactory="true" loadInitialization="true" classPackageSuffix="internal.impl"
providerPackageSuffix="edit.providers" presentationPackageSuffix="editor.presentation"
generateExampleClass="false" multipleEditorPages="false" extensibleProviderFactory="true"
- childCreationExtenders="true" ecorePackage="UML.ecore#/" resourceInterfaces="true"
- operationsPackage="org.eclipse.uml2.uml.internal.operations">
+ childCreationExtenders="true" contentTypeIdentifier="org.eclipse.uml2.uml" fileExtensions="uml"
+ ecorePackage="UML.ecore#/" resourceInterfaces="true" operationsPackage="org.eclipse.uml2.uml.internal.operations">
<genEnums xsi:type="genmodel:GenEnum" ecoreEnum="UML.ecore#//VisibilityKind">
<genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="UML.ecore#//VisibilityKind/public"/>
<genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="UML.ecore#//VisibilityKind/private"/>

Back to the top