Blame view
fr.femtost.disc.eclipse.vhdlamslibrary.feature/feature.xml
2.22 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 |
<?xml version="1.0" encoding="UTF-8"?> <feature id="fr.femtost.disc.eclipse.vhdlamslibrary.feature" label="VHDL-AMS and IEEE Libraries" version="1.0.0.qualifier"> <description url="http://www.example.com/description"> [Enter Feature Description here.] </description> <copyright url="http://www.example.com/copyright"> [Enter Copyright Description here.] </copyright> <license url="http://www.example.com/license"> [Enter License Description here.] </license> <requires> <import plugin="org.eclipse.core.runtime"/> <import plugin="org.eclipse.emf.ecore" version="2.7.0" match="greaterOrEqual"/> <import plugin="org.eclipse.uml2" version="3.2.0" match="greaterOrEqual"/> <import plugin="org.eclipse.uml2.uml"/> <import plugin="org.topcased.sysml" version="3.0.3" match="greaterOrEqual"/> <import plugin="org.eclipse.ui"/> <import plugin="org.eclipse.m2m.atl.engine.emfvm" version="3.2.1" match="greaterOrEqual"/> <import plugin="org.eclipse.papyrus.sysml" version="0.8.1" match="greaterOrEqual"/> <import plugin="org.eclipse.core.resources" version="3.7.100" match="greaterOrEqual"/> <import plugin="org.eclipse.jface.text" version="3.7.1" match="greaterOrEqual"/> <import plugin="org.eclipse.uml2.uml" version="3.2.100" match="greaterOrEqual"/> <import plugin="org.eclipse.uml2.common.edit" version="1.5.0" match="greaterOrEqual"/> <import plugin="org.apache.commons.lang" version="2.4.0" match="greaterOrEqual"/> <import plugin="com.google.collect" version="1.0.0" match="greaterOrEqual"/> <import plugin="org.topcased.modeler" version="3.1.14" match="greaterOrEqual"/> <import plugin="org.topcased.modeler.sysml" version="3.0.9" match="greaterOrEqual"/> <import plugin="org.eclipse.emf.edit"/> <import plugin="org.eclipse.ui.ide"/> </requires> <plugin id="fr.femtost.disc.eclipse.vhdlamslibrary" download-size="0" install-size="0" version="0.0.0" unpack="false"/> <plugin id="fr.femtost.disc.eclipse.vhdlamslibrary.ui" download-size="0" install-size="0" version="0.0.0" unpack="false"/> </feature> |