Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/junit/plugins/uml/org.eclipse.papyrus.uml.dynamic.profile.tests/plugin.xml')
-rw-r--r--tests/junit/plugins/uml/org.eclipse.papyrus.uml.dynamic.profile.tests/plugin.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/tests/junit/plugins/uml/org.eclipse.papyrus.uml.dynamic.profile.tests/plugin.xml b/tests/junit/plugins/uml/org.eclipse.papyrus.uml.dynamic.profile.tests/plugin.xml
deleted file mode 100644
index d76f68c2b5f..00000000000
--- a/tests/junit/plugins/uml/org.eclipse.papyrus.uml.dynamic.profile.tests/plugin.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.4"?>
-<plugin>
- <extension
- point="org.eclipse.emf.ecore.uri_mapping">
- <mapping
- source="pathmap://DYNAMIC_PROFILES_TESTS/"
- target="platform:/plugin/org.eclipse.papyrus.uml.dynamic.profile.tests/resources/">
- </mapping>
- </extension>
- <extension
- point="org.eclipse.papyrus.uml.extensionpoints.UMLProfile">
- <profile
- description="A common profile to use for JUnit tests about stereotypes properties"
- name="TestProfile"
- path="platform:/plugin/org.eclipse.papyrus.uml.dynamic.profile.tests/resources/DynamicProfileTypeTests.uml"
- provider="Eclipse Modeling Project">
- </profile>
- </extension>
-
-</plugin>

Back to the top