Nicolas Hili
5 years ago
8 changed files with 170 additions and 4 deletions
@ -0,0 +1,17 @@ |
|||||||
|
<?xml version="1.0" encoding="UTF-8"?> |
||||||
|
<projectDescription> |
||||||
|
<name>com.irtsaintexupery.fiacre.simulator.feature</name> |
||||||
|
<comment></comment> |
||||||
|
<projects> |
||||||
|
</projects> |
||||||
|
<buildSpec> |
||||||
|
<buildCommand> |
||||||
|
<name>org.eclipse.pde.FeatureBuilder</name> |
||||||
|
<arguments> |
||||||
|
</arguments> |
||||||
|
</buildCommand> |
||||||
|
</buildSpec> |
||||||
|
<natures> |
||||||
|
<nature>org.eclipse.pde.FeatureNature</nature> |
||||||
|
</natures> |
||||||
|
</projectDescription> |
@ -0,0 +1 @@ |
|||||||
|
bin.includes = feature.xml |
@ -0,0 +1,125 @@ |
|||||||
|
<?xml version="1.0" encoding="UTF-8"?> |
||||||
|
<feature |
||||||
|
id="com.irtsaintexupery.fiacre.simulator.feature" |
||||||
|
label="Fiacre Simulator" |
||||||
|
version="1.0.0.qualifier" |
||||||
|
provider-name="irt-sainteuxpery"> |
||||||
|
|
||||||
|
<description url="http://www.example.com/description"> |
||||||
|
Fiacre simulatore feature |
||||||
|
</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> |
||||||
|
|
||||||
|
<plugin |
||||||
|
id="com.irtsaintexupey.fiacre.simulator.msc.edit" |
||||||
|
download-size="0" |
||||||
|
install-size="0" |
||||||
|
version="0.0.0" |
||||||
|
unpack="false"/> |
||||||
|
|
||||||
|
<plugin |
||||||
|
id="com.irtsaintexupey.fiacre.simulator.msc.editor" |
||||||
|
download-size="0" |
||||||
|
install-size="0" |
||||||
|
version="0.0.0" |
||||||
|
unpack="false"/> |
||||||
|
|
||||||
|
<plugin |
||||||
|
id="com.irtsaintexupery.fiacre.instance" |
||||||
|
download-size="0" |
||||||
|
install-size="0" |
||||||
|
version="0.0.0" |
||||||
|
unpack="false"/> |
||||||
|
|
||||||
|
<plugin |
||||||
|
id="fr.laas.libtts" |
||||||
|
download-size="0" |
||||||
|
install-size="0" |
||||||
|
version="0.0.0" |
||||||
|
unpack="false"/> |
||||||
|
|
||||||
|
<plugin |
||||||
|
id="fr.irit.fiacre.xtext.editor" |
||||||
|
download-size="0" |
||||||
|
install-size="0" |
||||||
|
version="0.0.0" |
||||||
|
unpack="false"/> |
||||||
|
|
||||||
|
<plugin |
||||||
|
id="com.irtsaintexupery.fiacre.instance.editor" |
||||||
|
download-size="0" |
||||||
|
install-size="0" |
||||||
|
version="0.0.0" |
||||||
|
unpack="false"/> |
||||||
|
|
||||||
|
<plugin |
||||||
|
id="com.irtsaintexupery.fiacre.simulator.msc.generator" |
||||||
|
download-size="0" |
||||||
|
install-size="0" |
||||||
|
version="0.0.0" |
||||||
|
unpack="false"/> |
||||||
|
|
||||||
|
<plugin |
||||||
|
id="fr.irit.fiacre.xtext" |
||||||
|
download-size="0" |
||||||
|
install-size="0" |
||||||
|
version="0.0.0" |
||||||
|
unpack="false"/> |
||||||
|
|
||||||
|
<plugin |
||||||
|
id="fr.irit.fiacre.xtext.ide" |
||||||
|
download-size="0" |
||||||
|
install-size="0" |
||||||
|
version="0.0.0" |
||||||
|
unpack="false"/> |
||||||
|
|
||||||
|
<plugin |
||||||
|
id="com.irtsaintexupey.fiacre.simulator.msc" |
||||||
|
download-size="0" |
||||||
|
install-size="0" |
||||||
|
version="0.0.0" |
||||||
|
unpack="false"/> |
||||||
|
|
||||||
|
<plugin |
||||||
|
id="fr.irit.fiacre.xtext.ui" |
||||||
|
download-size="0" |
||||||
|
install-size="0" |
||||||
|
version="0.0.0" |
||||||
|
unpack="false"/> |
||||||
|
|
||||||
|
<plugin |
||||||
|
id="fr.irit.xtext.xmi" |
||||||
|
download-size="0" |
||||||
|
install-size="0" |
||||||
|
version="0.0.0" |
||||||
|
unpack="false"/> |
||||||
|
|
||||||
|
<plugin |
||||||
|
id="com.irtsaintexupery.fiacre.instance.edit" |
||||||
|
download-size="0" |
||||||
|
install-size="0" |
||||||
|
version="0.0.0" |
||||||
|
unpack="false"/> |
||||||
|
|
||||||
|
<plugin |
||||||
|
id="com.irtsaintexupery.fiacre.simulator" |
||||||
|
download-size="0" |
||||||
|
install-size="0" |
||||||
|
version="0.0.0" |
||||||
|
unpack="false"/> |
||||||
|
|
||||||
|
<plugin |
||||||
|
id="fr.irit.fiacre.xtext.edit" |
||||||
|
download-size="0" |
||||||
|
install-size="0" |
||||||
|
version="0.0.0" |
||||||
|
unpack="false"/> |
||||||
|
|
||||||
|
</feature> |
@ -0,0 +1,17 @@ |
|||||||
|
<?xml version="1.0" encoding="UTF-8"?> |
||||||
|
<projectDescription> |
||||||
|
<name>com.irtsaintexupery.fiacre.simulator.updatesite</name> |
||||||
|
<comment></comment> |
||||||
|
<projects> |
||||||
|
</projects> |
||||||
|
<buildSpec> |
||||||
|
<buildCommand> |
||||||
|
<name>org.eclipse.pde.UpdateSiteBuilder</name> |
||||||
|
<arguments> |
||||||
|
</arguments> |
||||||
|
</buildCommand> |
||||||
|
</buildSpec> |
||||||
|
<natures> |
||||||
|
<nature>org.eclipse.pde.UpdateSiteNature</nature> |
||||||
|
</natures> |
||||||
|
</projectDescription> |
@ -0,0 +1,7 @@ |
|||||||
|
<?xml version="1.0" encoding="UTF-8"?> |
||||||
|
<site> |
||||||
|
<feature url="features/com.irtsaintexupery.fiacre.simulator.feature_1.0.0.202002141403.jar" id="com.irtsaintexupery.fiacre.simulator.feature" version="1.0.0.202002141403"> |
||||||
|
<category name="com.irtsaintexupery.fiacre.simulator"/> |
||||||
|
</feature> |
||||||
|
<category-def name="com.irtsaintexupery.fiacre.simulator" label="Fiacre simulator"/> |
||||||
|
</site> |
Loading…
Reference in new issue