Adds tests to load UML profile in NotLoadingResourceSet.
[EMFCompare2.git] / plugins / org.eclipse.emf.compare.uml2.ide.tests / plugin.xml
blobfbeafbd983085367362ec2be733583ffebb519c8
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?eclipse version="3.4"?>
3 <plugin>
4    <extension
5          point="org.eclipse.uml2.uml.dynamic_package">
6       <profile
7             location="pathmap://ProfileLoadingTest/model.profile.uml#_JSwPQEIyEeSXpd1NJW5urA"
8             uri="http:///schemas/LoadingProfileTest">
9       </profile>
10    </extension>
11     <extension
12          point="org.eclipse.uml2.uml.dynamic_package">
13       <profile
14             location="pathmap://ProfileLoadingTest/registered/model_profile.uml#_JSwPQEIyEeSXpd1NJW5urA"
15             uri="http:///schemas/LoadingProfileTestRegistered">
16       </profile>
17    </extension>
18    <extension
19          point="org.eclipse.emf.ecore.uri_mapping">
20       <mapping
21             source="pathmap://ProfileLoadingTest/"
22             target="platform:/plugin/org.eclipse.emf.compare.uml2.ide.tests/src/org/eclipse/emf/compare/uml2/ide/tests/profile/data/loading/">
23       </mapping>
24    </extension>
25    <extension
26          point="org.eclipse.papyrus.uml.extensionpoints.UMLProfile">
27       <profile
28             name="ProfileLoadingTest"
29             path="pathmap://ProfileLoadingTest/model.profile.uml">
30       </profile>
31    </extension>
33 </plugin>