From 8318698f55390f081f4ba24b194fa4125f23fd87 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Fri, 9 Oct 2015 10:10:58 -0700 Subject: [PATCH] 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 --- eclipse/spring-boot-project.setup | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eclipse/spring-boot-project.setup b/eclipse/spring-boot-project.setup index 67b0020f66..513ed5143d 100644 --- a/eclipse/spring-boot-project.setup +++ b/eclipse/spring-boot-project.setup @@ -17,6 +17,8 @@ xsi:type="setup:VariableTask" type="FOLDER" name="checkout.location" + defaultValue="" + storageURI="scope://Workspace" label="Checkout Location"/>