Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/facet/org.eclipse.papyrus.emf.facet.efacet.editor/plugin.xml')
-rw-r--r--plugins/facet/org.eclipse.papyrus.emf.facet.efacet.editor/plugin.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.editor/plugin.xml b/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.editor/plugin.xml
new file mode 100644
index 00000000000..c8ada8cb3d6
--- /dev/null
+++ b/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.editor/plugin.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.0"?>
+
+<!--
+ Copyright (c) 2011 Mia-Software.
+
+ 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
+ http://www.eclipse.org/legal/epl-v10.html
+
+ Contributors:
+ Gregoire Dupe (Mia-Software) - Design
+ Nicolas Guyomar (Mia-Software) - Implementation
+
+-->
+
+<plugin>
+
+
+ <extension point="org.eclipse.ui.editors">
+ <editor
+ id="org.eclipse.emf.facet.efacet.presentation.EFacetEditorID"
+ name="%_UI_EFacetEditor_label"
+ icon="icons/full/obj16/EFacetModelFile.gif"
+ extensions="efacet"
+ class="org.eclipse.emf.facet.efacet.presentation.EFacetEditor"
+ contributorClass="org.eclipse.emf.facet.efacet.presentation.EFacetActionBarContributor">
+ </editor>
+ </extension>
+
+</plugin>

Back to the top