Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhussey2006-05-05 19:48:58 +0000
committerkhussey2006-05-05 19:48:58 +0000
commit175f5934a7be9639b0eb3fc7a4ab905ecabe9b05 (patch)
treecbd268fc4a36b094e4dbab95de1dcec06c4d3ef3 /plugins/org.eclipse.uml2.uml/plugin.xml
parent03fbed8ddda4305dfeae4157f5cb966d606ba7a7 (diff)
downloadorg.eclipse.uml2.test-175f5934a7be9639b0eb3fc7a4ab905ecabe9b05.tar.gz
org.eclipse.uml2.test-175f5934a7be9639b0eb3fc7a4ab905ecabe9b05.tar.xz
org.eclipse.uml2.test-175f5934a7be9639b0eb3fc7a4ab905ecabe9b05.zip
[87260] Adding file type for *.uml files.build_200605051607
Diffstat (limited to 'plugins/org.eclipse.uml2.uml/plugin.xml')
-rw-r--r--plugins/org.eclipse.uml2.uml/plugin.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/plugins/org.eclipse.uml2.uml/plugin.xml b/plugins/org.eclipse.uml2.uml/plugin.xml
index 1c3dca91..67171c38 100644
--- a/plugins/org.eclipse.uml2.uml/plugin.xml
+++ b/plugins/org.eclipse.uml2.uml/plugin.xml
@@ -2,7 +2,7 @@
<?eclipse version="3.0"?>
<!--
- Copyright (c) 2005 IBM Corporation and others.
+ Copyright (c) 2005, 2006 IBM Corporation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -11,7 +11,7 @@
Contributors:
IBM - initial API and implementation
- $Id: plugin.xml,v 1.2 2005/12/07 14:17:51 khussey Exp $
+ $Id: plugin.xml,v 1.3 2006/05/05 19:48:58 khussey Exp $
-->
<plugin>
@@ -29,5 +29,9 @@
class="org.eclipse.uml2.uml.internal.resource.UMLResourceFactoryImpl" />
</extension>
+ <extension point="org.eclipse.team.core.fileTypes">
+ <fileTypes extension="uml" type="text" />
+ </extension>
+
</plugin>

Back to the top