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, 21 insertions, 0 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
new file mode 100644
index 00000000000..d76f68c2b5f
--- /dev/null
+++ b/tests/junit/plugins/uml/org.eclipse.papyrus.uml.dynamic.profile.tests/plugin.xml
@@ -0,0 +1,21 @@
+<?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