Skip to content

Commit

Permalink
Merge pull request sebastianbenz#13 from ghaith/master
Browse files Browse the repository at this point in the history
Added Xtext and XTend to the p2 director
  • Loading branch information
riederm committed May 14, 2017
2 parents 66c65eb + 337a161 commit d85793c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Jnario.setup
Expand Up @@ -42,6 +42,14 @@
storageURI="scope://Workspace"/>
<setupTask
xsi:type="setup.p2:P2Task">
<requirement
name="org.eclipse.xtend.sdk.feature.group"/>
<requirement
name="org.eclipse.xtext.sdk.feature.group"/>
<repository
url="http://download.eclipse.org/releases/neon"/>
<repository
url="http://download.eclipse.org/modeling/tmf/xtext/updates/composite/milestones/"/>
<description>Install the tools needed in the IDE to work with the source code for ${scope.project.label}</description>
</setupTask>
<setupTask
Expand Down

0 comments on commit d85793c

Please sign in to comment.