Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/uml/org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture/plugin.xml')
-rwxr-xr-xexamples/uml/org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture/plugin.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/examples/uml/org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture/plugin.xml b/examples/uml/org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture/plugin.xml
new file mode 100755
index 00000000000..4a3af7dee19
--- /dev/null
+++ b/examples/uml/org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture/plugin.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<plugin>
+ <extension
+ point="org.eclipse.papyrus.infra.architecture.models">
+ <model
+ path="model/umlXtextProperty.architecture">
+ </model>
+ </extension>
+ <extension
+ point="org.eclipse.papyrus.infra.ui.papyrusDiagram">
+ <editorDiagram
+ actionBarContributorId="org.eclipse.papyrus.infra.textedit.xtext.PapyrusXTextActionBarContributor"
+ factoryClass="org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture.internal.factory.UMLPropertyXTextEditorFactory"
+ icon="icons/XTextUMLPropertyEditor.gif"
+ order="50">
+ </editorDiagram>
+ </extension>
+
+</plugin>

Back to the top