Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/uml/alf/org.eclipse.papyrus.uml.alf.common/plugin.xml')
-rw-r--r--plugins/uml/alf/org.eclipse.papyrus.uml.alf.common/plugin.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/plugins/uml/alf/org.eclipse.papyrus.uml.alf.common/plugin.xml b/plugins/uml/alf/org.eclipse.papyrus.uml.alf.common/plugin.xml
index cbb54d996ea..b60f62ae57e 100644
--- a/plugins/uml/alf/org.eclipse.papyrus.uml.alf.common/plugin.xml
+++ b/plugins/uml/alf/org.eclipse.papyrus.uml.alf.common/plugin.xml
@@ -1,19 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
- <extension
- point="org.eclipse.emf.ecore.uri_mapping">
- <mapping
- source="pathmap://PAPYRUS_ACTIONLANGUAGE_PROFILE/"
- target="platform:/plugin/org.eclipse.papyrus.uml.alf.common/resources/">
- </mapping>
- </extension>
- <extension
- point="org.eclipse.papyrus.uml.extensionpoints.UMLProfile">
- <profile
- name="ActionLanguage"
- path="pathmap://PAPYRUS_ACTIONLANGUAGE_PROFILE/ActionLanguage-Profile.profile.uml">
- </profile>
- </extension>
</plugin>

Back to the top