Streamlined setups

This commit is contained in:
2018-04-09 10:43:59 +02:00
parent 14503a68d4
commit 620fe5b860
6 changed files with 235 additions and 255 deletions

View File

@@ -120,6 +120,16 @@
label="HTTPS (read-only, anonymous)"/>
<description>Choose from the available Github URIs</description>
</setupTask>
<setupTask
xsi:type="setup:VariableTask"
name="git-stream"
label="Stream to checkout">
<choice
value="master"/>
<choice
value="develop"/>
<description>Stream to checkout</description>
</setupTask>
</setupTask>
<setupTask
xsi:type="jdt:JRETask"
@@ -200,7 +210,7 @@
name="Neon Platform">
<description>Sets the RDL Editor target platform</description>
</setupTask>
<stream name="master"
label="Master"/>
<stream name="${git-stream}"
label="Stream to checkout"/>
<description>A lightweight tool to visualize VCD and transaction traces.</description>
</setup:Project>