Skip to content

Commit

Permalink
Store checkout location in workspace variable
Browse files Browse the repository at this point in the history
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 spring-projectsgh-4110
  • Loading branch information
philwebb committed Oct 9, 2015
1 parent e86e8c2 commit 8318698
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eclipse/spring-boot-project.setup
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
xsi:type="setup:VariableTask"
type="FOLDER"
name="checkout.location"
defaultValue=""
storageURI="scope://Workspace"
label="Checkout Location"/>
<setupTask
xsi:type="jdt:JRETask"
Expand Down

0 comments on commit 8318698

Please sign in to comment.