Skip to content

Commit

Permalink
Add setup file for v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abelgomez committed Jan 15, 2021
1 parent 7c1640b commit d725afc
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 12 deletions.
76 changes: 64 additions & 12 deletions releng/setup/dice.simulation.catalog.setup
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,60 @@
</detail>
</annotation>
<version
name="0.7.0"
label="0.7.0"
name="latest"
label="latest"
requiredJavaVersion="11">
<annotation
source="http://www.eclipse.org/oomph/setup/BrandingInfo">
<detail
key="siteURI">
<value>https://www.github.com/dice-project/DICE-Simulation/</value>
</detail>
<detail
key="shortcut">
<value>DICE Simulation Tool</value>
</detail>
</annotation>
<setupTask
xsi:type="setup.p2:P2Task"
label="Eclipse - Latest">
<repository
url="http://download.eclipse.org/releases/latest/"/>
</setupTask>
<setupTask
xsi:type="setup.p2:P2Task"
label="Eclipse Project Updates - Latest">
<requirement
name="org.eclipse.platform.ide"/>
<repository
url="http://download.eclipse.org/eclipse/updates/latest/"/>
</setupTask>
<setupTask
xsi:type="setup.p2:P2Task"
label="DICE Simulation - Latest">
<requirement
name="es.unizar.disco.simulation.feature.feature.group"/>
<requirement
name="es.unizar.disco.simulation.feature.feature.group"/>
<requirement
name="es.unizar.disco.simulation.quickstart.feature.feature.group"/>
<requirement
name="es.unizar.disco.simulation.ui.feature.feature.group"/>
<requirement
name="es.unizar.disco.simulation.greatspn.feature.feature.group"/>
<requirement
name="es.unizar.disco.ssh.feature.feature.group"/>
<requirement
name="es.unizar.disco.ssh.ui.feature.feature.group"/>
<requirement
name="com.hierynomus.sshj.feature.feature.group"/>
<repository
url="https://dice-project.github.io/DICE-Simulation/updates/"/>
</setupTask>
</version>
<version
name="0.7.1"
label="0.7.1"
requiredJavaVersion="11">
<annotation
source="http://www.eclipse.org/oomph/setup/BrandingInfo">
Expand Down Expand Up @@ -57,7 +109,7 @@
</setupTask>
<setupTask
xsi:type="setup.p2:P2Task"
label="DICE Simulation - 0.7.0">
label="DICE Simulation - 0.7.1">
<requirement
name="es.unizar.disco.simulation.feature.feature.group"/>
<requirement
Expand All @@ -75,12 +127,12 @@
<requirement
name="com.hierynomus.sshj.feature.feature.group"/>
<repository
url="https://dice-project.github.io/DICE-Simulation/updates/0.7.0"/>
url="https://dice-project.github.io/DICE-Simulation/updates/0.7.1"/>
</setupTask>
</version>
<version
name="latest"
label="latest"
name="0.7.0"
label="0.7.0"
requiredJavaVersion="11">
<annotation
source="http://www.eclipse.org/oomph/setup/BrandingInfo">
Expand All @@ -95,21 +147,21 @@
</annotation>
<setupTask
xsi:type="setup.p2:P2Task"
label="Eclipse - Latest">
label="Eclipse - 2020-12">
<repository
url="http://download.eclipse.org/releases/latest/"/>
url="http://download.eclipse.org/releases/2020-12/"/>
</setupTask>
<setupTask
xsi:type="setup.p2:P2Task"
label="Eclipse Project Updates - Latest">
label="Eclipse Project Updates - 4.18">
<requirement
name="org.eclipse.platform.ide"/>
<repository
url="http://download.eclipse.org/eclipse/updates/latest/"/>
url="http://download.eclipse.org/eclipse/updates/4.18/"/>
</setupTask>
<setupTask
xsi:type="setup.p2:P2Task"
label="DICE Simulation - Latest">
label="DICE Simulation - 0.7.0">
<requirement
name="es.unizar.disco.simulation.feature.feature.group"/>
<requirement
Expand All @@ -127,7 +179,7 @@
<requirement
name="com.hierynomus.sshj.feature.feature.group"/>
<repository
url="https://dice-project.github.io/DICE-Simulation/updates/"/>
url="https://dice-project.github.io/DICE-Simulation/updates/0.7.0"/>
</setupTask>
</version>
<description>Package suited to perform performance evaluation based on the Eclipse Platform adding the DICE Simulation Tool, Papyrus, and the MARTE, DAM and DICE profiles, among other utilities.</description>
Expand Down
15 changes: 15 additions & 0 deletions releng/setup/dice.simulation.configuration.0.7.1.setup
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<setup:Configuration
xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI"
xmlns:setup="http://www.eclipse.org/oomph/setup/1.0"
label="DICE Simulation Installation Configuration">
<installation
name="dice.simulation.installation"
label="DICE Simulation Installation">
<productVersion
href="dice.simulation.catalog.setup#//@products[name='es.unizar.disco.dice.simulation']/@versions[name='0.7.1']"/>
<description>DICE Simulation Tool installation.</description>
</installation>
<description>The DICE Simulation configuration allows installing the DICE SImulation tool.</description>
</setup:Configuration>

0 comments on commit d725afc

Please sign in to comment.