Skip to content

Commit

Permalink
Merge pull request #3 from ghaith/master
Browse files Browse the repository at this point in the history
Added a required variable to the Setup file
  • Loading branch information
riederm authored Apr 29, 2017
2 parents 5e2a47e + b1fe550 commit 5b4474f
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions Jnario.setup
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,11 @@
<requirement
name="org.eclipse.sdk.feature.group"/>
<requirement
name="org.eclipse.xtext.sdk.feature.group"/>
name="org.eclipse.xtext.sdk.feature.group"
versionRange="[2.11.0,2.12.0)"/>
<requirement
name="org.eclipse.xtend.sdk.feature.group"/>
name="org.eclipse.xtend.sdk.feature.group"
versionRange="[2.11.0,2.12.0)"/>
<requirement
name="org.objectweb.asm"/>
<requirement
Expand Down Expand Up @@ -130,6 +132,14 @@
defaultValue="${installation.location/git/}${@id.remoteURI|gitRepository}">
<description>the git checkout location</description>
</setupTask>
<setupTask
xsi:type="setup:VariableTask"
id="git.clone.location"
name="git.clone.location"
value=""
defaultValue="${jnario.git.location}">
<description>the git checkout location</description>
</setupTask>
<stream name="master"
label="master"/>
<logicalProjectContainer
Expand Down

0 comments on commit 5b4474f

Please sign in to comment.