Blame view
fr.femtost.disc.eclipse.vhdlamslibrary/plugin.xml
2.64 KB
f902ce56c Commit of projects |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 |
<?xml version="1.0" encoding="UTF-8"?> <?eclipse version="3.4"?> <plugin> <extension point="org.eclipse.emf.ecore.uri_mapping"> <mapping source="pathmap://SYSML_LIBRARIES/si.library.sysml" target="platform:/plugin/fr.femtost.disc.eclipse.vhdlamslibrary/library/si.library.sysml"> </mapping> </extension> <extension point="org.eclipse.emf.ecore.uri_mapping"> <mapping source="pathmap://SYSML_LIBRARIES/vhdlams.library.sysml" target="platform:/plugin/fr.femtost.disc.eclipse.vhdlamslibrary/library/vhdlAmsPrimitiveTypes.library.sysml"> </mapping> </extension> <extension point="org.eclipse.emf.ecore.uri_mapping"> <mapping source="pathmap://SYSML_LIBRARIES/ieee.library.sysml" target="platform:/plugin/fr.femtost.disc.eclipse.vhdlamslibrary/library/ieee.library.sysml"> </mapping> </extension> <extension point="org.eclipse.emf.ecore.uri_mapping"> <mapping source="pathmap://VHDLAMS_LIBRARIES/vhdlPrimitive.vhdl.xmi" target="platform:/plugin/fr.femtost.disc.eclipse.vhdlamslibrary/library/vhdlPrimitive.vhdl.xmi"> </mapping> </extension> <extension point="org.eclipse.emf.ecore.uri_mapping"> <mapping source="pathmap://VHDLAMS_LIBRARIES/ieee.vhdl.xmi" target="platform:/plugin/fr.femtost.disc.eclipse.vhdlamslibrary/library/ieee.vhdl.xmi"> </mapping> </extension> <extension point="org.eclipse.emf.ecore.uri_mapping"> <mapping source="pathmap://VHDLAMS_PROFILE/vhdlamsProfile.sysml" target="platform:/plugin/fr.femtost.disc.eclipse.vhdlamslibrary/library/vhdlamsforsysml.profile.sysml"> </mapping> </extension> <extension point="org.eclipse.uml2.uml.dynamic_package"> <profile location="pathmap://VHDLAMS_PROFILE/vhdlamsProfile.sysml" uri="http:///schemas/vhdlamsforsysmlprofile/_KCvVUBj9EeKYhrLWBG_-Bg/1"> </profile> </extension> <!--<extension point="org.eclipse.emf.ecore.generated_package"> <package class="vhdlamsprofile.VhdlamsprofilePackage" genModel="library/vhdlamsprofile.genmodel" uri="http:///schemas/vhdlamsprofile/_neFL8ILyEeG53vuZjg1YWQ/3"> </package> </extension> <extension point="org.eclipse.emf.ecore.uri_mapping"> <mapping source="pathmap://VHDLAMS_PROFILE/vhdlams-profile.uml" target="platform:/plugin/fr.femto.topcased.sysml2vhdlams.library/library/vhdlams.profile.uml"> </mapping> </extension>--> </plugin> |