Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhussey2008-04-15 17:52:00 +0000
committerkhussey2008-04-15 17:52:00 +0000
commitff20703fde90a0b1e332f121145e9af23480cdea (patch)
tree76290548e45fede8ff3cf71d5d0a5155fface119 /plugins/org.eclipse.uml2.uml.editor
parent3ddb40cf00e829166500c01c2995b90111910511 (diff)
downloadorg.eclipse.uml2-ff20703fde90a0b1e332f121145e9af23480cdea.tar.gz
org.eclipse.uml2-ff20703fde90a0b1e332f121145e9af23480cdea.tar.xz
org.eclipse.uml2-ff20703fde90a0b1e332f121145e9af23480cdea.zip
[204200] Ensuring UML2 content types declare new XMI content type as their base.
Diffstat (limited to 'plugins/org.eclipse.uml2.uml.editor')
-rw-r--r--plugins/org.eclipse.uml2.uml.editor/plugin.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/org.eclipse.uml2.uml.editor/plugin.xml b/plugins/org.eclipse.uml2.uml.editor/plugin.xml
index 15af149ee..465fed33c 100644
--- a/plugins/org.eclipse.uml2.uml.editor/plugin.xml
+++ b/plugins/org.eclipse.uml2.uml.editor/plugin.xml
@@ -10,9 +10,9 @@
Contributors:
IBM - initial API and implementation
- Kenn Hussey (Embarcadero Technologies) - 156879
+ Kenn Hussey (Embarcadero Technologies) - 156879, 204200
- $Id: plugin.xml,v 1.11 2008/02/25 15:48:41 khussey Exp $
+ $Id: plugin.xml,v 1.12 2008/04/15 17:52:00 khussey Exp $
-->
<plugin>
@@ -41,7 +41,6 @@
id = "org.eclipse.uml2.uml.editor.presentation.UMLEditorID"
name = "%_UI_UMLEditor_label"
icon = "icons/full/obj16/UMLModelFile.gif"
- extensions = "uml,uml2,xmi,cmof"
class = "org.eclipse.uml2.uml.editor.presentation.UMLEditor"
contributorClass="org.eclipse.uml2.uml.editor.presentation.UMLActionBarContributor" >
<contentTypeBinding contentTypeId="org.eclipse.uml2.uml_1_0_0"/>

Back to the top