Skip to content

Commit

Permalink
Updates Oomph setup to support recent SimRel versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ujhelyiz committed Jul 20, 2023
1 parent 729b855 commit 3abc493
Showing 1 changed file with 129 additions and 1 deletion.
130 changes: 129 additions & 1 deletion releng/org.eclipse.viatra.setup/VIATRAEMF.setup
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
xmlns:setup.p2="http://www.eclipse.org/oomph/setup/p2/1.0"
xmlns:setup.targlets="http://www.eclipse.org/oomph/setup/targlets/1.0"
xmlns:setup.workingsets="http://www.eclipse.org/oomph/setup/workingsets/1.0"
xsi:schemaLocation="http://www.eclipse.org/oomph/setup/git/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Git.ecore http://www.eclipse.org/oomph/setup/jdt/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/JDT.ecore http://www.eclipse.org/oomph/setup/launching/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Launching.ecore http://www.eclipse.org/oomph/setup/pde/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/PDE.ecore http://www.eclipse.org/oomph/predicates/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Predicates.ecore http://www.eclipse.org/oomph/setup/projects/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Projects.ecore http://www.eclipse.org/oomph/setup/targlets/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/SetupTarglets.ecore http://www.eclipse.org/oomph/setup/workingsets/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/SetupWorkingSets.ecore"
xsi:schemaLocation="http://www.eclipse.org/oomph/setup/git/1.0 https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/Git.ecore http://www.eclipse.org/oomph/setup/jdt/1.0 https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/JDT.ecore http://www.eclipse.org/oomph/setup/launching/1.0 https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/Launching.ecore http://www.eclipse.org/oomph/setup/pde/1.0 https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/PDE.ecore http://www.eclipse.org/oomph/predicates/1.0 https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/Predicates.ecore http://www.eclipse.org/oomph/setup/projects/1.0 https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/Projects.ecore http://www.eclipse.org/oomph/setup/targlets/1.0 https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/SetupTarglets.ecore http://www.eclipse.org/oomph/setup/workingsets/1.0 https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/SetupWorkingSets.ecore"
name="viatra"
label="VIATRA">
<setupTask
Expand Down Expand Up @@ -338,6 +338,50 @@
<repository
url="http://download.eclipse.org/efxclipse/updates-released/3.8.0/site"/>
</repositoryList>
<repositoryList
name="2022-12">
<repository
url="http://download.eclipse.org/releases/2022-12"/>
<repository
url="http://download.eclipse.org/cbi/updates/license"/>
<repository
url="http://download.eclipse.org/tools/orbit/downloads/drops/R20150124073747/repository/"/>
<repository
url="http://download.eclipse.org/efxclipse/updates-released/3.8.0/site"/>
</repositoryList>
<repositoryList
name="2023-03">
<repository
url="http://download.eclipse.org/releases/2023-03"/>
<repository
url="http://download.eclipse.org/cbi/updates/license"/>
<repository
url="http://download.eclipse.org/tools/orbit/downloads/drops/R20150124073747/repository/"/>
<repository
url="http://download.eclipse.org/efxclipse/updates-released/3.8.0/site"/>
</repositoryList>
<repositoryList
name="2023-06">
<repository
url="http://download.eclipse.org/releases/2023-06"/>
<repository
url="http://download.eclipse.org/cbi/updates/license"/>
<repository
url="http://download.eclipse.org/tools/orbit/downloads/drops/R20150124073747/repository/"/>
<repository
url="http://download.eclipse.org/efxclipse/updates-released/3.8.0/site"/>
</repositoryList>
<repositoryList
name="2022-09">
<repository
url="http://download.eclipse.org/releases/2023-09"/>
<repository
url="http://download.eclipse.org/cbi/updates/license"/>
<repository
url="http://download.eclipse.org/tools/orbit/downloads/drops/R20150124073747/repository/"/>
<repository
url="http://download.eclipse.org/efxclipse/updates-released/3.8.0/site"/>
</repositoryList>
</targlet>
<targlet
name="CPS metamodels"
Expand Down Expand Up @@ -567,6 +611,34 @@
<repository
url="http://download.eclipse.org/cbi/updates/license"/>
</repositoryList>
<repositoryList
name="2022-12">
<repository
url="http://download.eclipse.org/releases/2022-12"/>
<repository
url="http://download.eclipse.org/cbi/updates/license"/>
</repositoryList>
<repositoryList
name="2023-03">
<repository
url="http://download.eclipse.org/releases/2023-03"/>
<repository
url="http://download.eclipse.org/cbi/updates/license"/>
</repositoryList>
<repositoryList
name="2023-06">
<repository
url="http://download.eclipse.org/releases/2023-06"/>
<repository
url="http://download.eclipse.org/cbi/updates/license"/>
</repositoryList>
<repositoryList
name="2023-09">
<repository
url="http://download.eclipse.org/releases/2023-09"/>
<repository
url="http://download.eclipse.org/cbi/updates/license"/>
</repositoryList>
</targlet>
<targlet
name="Sirius"
Expand Down Expand Up @@ -683,6 +755,34 @@
<repository
url="https://download.eclipse.org/sirius/updates/releases/7.0.4/2021-06/"/>
</repositoryList>
<repositoryList
name="2022-12">
<repository
url="http://download.eclipse.org/releases/2022-12"/>
<repository
url="https://download.eclipse.org/sirius/updates/releases/7.0.6/2021-06/"/>
</repositoryList>
<repositoryList
name="2023-03">
<repository
url="http://download.eclipse.org/releases/2023-03"/>
<repository
url="https://download.eclipse.org/sirius/updates/releases/7.0.7/2021-06/"/>
</repositoryList>
<repositoryList
name="2023-06">
<repository
url="http://download.eclipse.org/releases/2023-06"/>
<repository
url="https://download.eclipse.org/sirius/updates/releases/7.2.0/2023-03/"/>
</repositoryList>
<repositoryList
name="2023-09">
<repository
url="http://download.eclipse.org/releases/2023-09"/>
<repository
url="https://download.eclipse.org/sirius/updates/releases/7.2.0/2023-03/"/>
</repositoryList>
</targlet>
</setupTask>
<setupTask
Expand Down Expand Up @@ -1165,6 +1265,34 @@
<repository
url="http://download.itemis.com/updates/releases/2.1.1/"/>
</repositoryList>
<repositoryList
name="2022-12">
<repository
url="http://download.eclipse.org/releases/2022-12"/>
<repository
url="http://download.itemis.com/updates/releases/2.1.1/"/>
</repositoryList>
<repositoryList
name="2023-03">
<repository
url="http://download.eclipse.org/releases/2022-03"/>
<repository
url="http://download.itemis.com/updates/releases/2.1.1/"/>
</repositoryList>
<repositoryList
name="2023-06">
<repository
url="http://download.eclipse.org/releases/2022-06"/>
<repository
url="http://download.itemis.com/updates/releases/2.1.1/"/>
</repositoryList>
<repositoryList
name="2023-09">
<repository
url="http://download.eclipse.org/releases/2023-09"/>
<repository
url="http://download.itemis.com/updates/releases/2.1.1/"/>
</repositoryList>
</targlet>
<targlet
name="Eclipse Collections"
Expand Down

0 comments on commit 3abc493

Please sign in to comment.