Skip to content

Commit

Permalink
Updates setup #150
Browse files Browse the repository at this point in the history
 - Removes unnecessary extra builds during the process
 - Remove extra redirect url
 - Finetune task ordering
  • Loading branch information
ujhelyiz committed Apr 13, 2024
1 parent 669c79e commit 8f8d982
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions releng/org.eclipse.viatra.setup/VIATRAEMF.setup
Original file line number Diff line number Diff line change
Expand Up @@ -360,8 +360,7 @@
xsi:type="projects:ProjectsBuildTask"
id="viatra.xtext.pregen"
predecessor="//@setupTasks.11/@setupTasks.1 //@setupTasks.11/@setupTasks.2 //@setupTasks.11/@setupTasks.3"
onlyNewProjects="true"
refresh="true"/>
onlyNewProjects="true"/>
<setupTask
xsi:type="launching:LaunchTask"
predecessor="viatra.xtext.pregen"
Expand Down Expand Up @@ -400,8 +399,7 @@
xsi:type="projects:ProjectsBuildTask"
id="viatra.xtext.postgen"
predecessor="//@setupTasks.12/@setupTasks.2"
onlyNewProjects="true"
refresh="true"/>
onlyNewProjects="true"/>
<setupTask
xsi:type="launching:LaunchTask"
predecessor="viatra.xtext.postgen"
Expand Down Expand Up @@ -500,11 +498,6 @@
<description>Design space exploration for VIATRA</description>
</project>
<stream name="master">
<setupTask
xsi:type="setup:EclipseIniTask"
option="-Doomph.redirection.viatra.setup"
value="=https://git.eclipse.org/c/viatra/org.eclipse.viatra.git/plain/releng/org.eclipse.viatra.setup/VIATRAEMF.setup->${git.clone.viatra.location|uri}/releng/org.eclipse.viatra.setup/VIATRAEMF.setup"
vm="true"/>
<setupTask
xsi:type="setup:EclipseIniTask"
option="-Doomph.redirection.viatra.setup"
Expand All @@ -529,6 +522,7 @@
</setupTask>
<setupTask
xsi:type="setup.targlets:TargletTask"
predecessor="//@streams[name='master']/@setupTasks.5 //@streams[name='master']/@setupTasks.6"
targetName="">
<targlet
name="${scope.project.label}"
Expand Down

0 comments on commit 8f8d982

Please sign in to comment.