Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreperico2009-12-17 10:38:30 +0000
committereperico2009-12-17 10:38:30 +0000
commita397be9a603668db54c0eb7d05aa4ee768189686 (patch)
treef155580a3c801f1491722b8f62ebc4bde6965d87 /plugins/profile-tool/org.eclipse.papyrus.diagramprofile/plugin.xml
parentedccaf722da5b5da572c9ed845373f4b847fae0b (diff)
downloadorg.eclipse.papyrus-a397be9a603668db54c0eb7d05aa4ee768189686.tar.gz
org.eclipse.papyrus-a397be9a603668db54c0eb7d05aa4ee768189686.tar.xz
org.eclipse.papyrus-a397be9a603668db54c0eb7d05aa4ee768189686.zip
According to the task 297816 [SysML] Provide a Parametric diagram. Provide a plugin to easily manage profiles in diagrams
Diffstat (limited to 'plugins/profile-tool/org.eclipse.papyrus.diagramprofile/plugin.xml')
-rw-r--r--plugins/profile-tool/org.eclipse.papyrus.diagramprofile/plugin.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/profile-tool/org.eclipse.papyrus.diagramprofile/plugin.xml b/plugins/profile-tool/org.eclipse.papyrus.diagramprofile/plugin.xml
new file mode 100644
index 00000000000..edd1cf05707
--- /dev/null
+++ b/plugins/profile-tool/org.eclipse.papyrus.diagramprofile/plugin.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<plugin>
+ <extension-point id="profileDiagram" name="Profile Diagram" schema="schema/profileDiagram.exsd"/>
+
+</plugin>

Back to the top