Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/marte/org.eclipse.papyrus.marte.profile/plugin.xml')
-rw-r--r--extraplugins/marte/org.eclipse.papyrus.marte.profile/plugin.xml32
1 files changed, 0 insertions, 32 deletions
diff --git a/extraplugins/marte/org.eclipse.papyrus.marte.profile/plugin.xml b/extraplugins/marte/org.eclipse.papyrus.marte.profile/plugin.xml
deleted file mode 100644
index 1fbbb349721..00000000000
--- a/extraplugins/marte/org.eclipse.papyrus.marte.profile/plugin.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.2"?>
-<plugin>
-
- <extension
- point="org.eclipse.emf.ecore.uri_mapping">
- <mapping
- source="pathmap://Papyrus_LIBRARIES/"
- target="platform:/plugin/org.eclipse.papyrus.marte.profile/resources/"/>
- <mapping
- source="pathmap://Papyrus_PROFILES/"
- target="platform:/plugin/org.eclipse.papyrus.marte.profile/resources/"/>
- </extension>
- <extension
- point="org.eclipse.papyrus.extensionpoints.uml2.UMLLibrary">
- <library
- description="MARTE Types Library"
- iconpath="resources/icons/MARTE_16x16.gif"
- name="MARTE_Library"
- path="pathmap://Papyrus_LIBRARIES/MARTE_Library.library.uml"
- provider="CEA LIST">
- </library>
- </extension>
- <extension
- point="org.eclipse.papyrus.extensionpoints.uml2.UMLProfile">
- <profile
- name="MARTE"
- path="pathmap://Papyrus_PROFILES/MARTE.profile.uml">
- </profile>
- </extension>
-
-</plugin>

Back to the top