Commit 8318698f authored by Phillip Webb's avatar Phillip Webb

Store checkout location in workspace variable

Update the Eclipse product setup so that `checkout.location` is stored
as a workspace variable. Without this things get mixed up when trying
to run different installations for different branches.

See gh-4110
parent e86e8c20
...@@ -17,6 +17,8 @@ ...@@ -17,6 +17,8 @@
xsi:type="setup:VariableTask" xsi:type="setup:VariableTask"
type="FOLDER" type="FOLDER"
name="checkout.location" name="checkout.location"
defaultValue=""
storageURI="scope://Workspace"
label="Checkout Location"/> label="Checkout Location"/>
<setupTask <setupTask
xsi:type="jdt:JRETask" xsi:type="jdt:JRETask"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment