Skip to content

Commit

Permalink
Added Xtext and XTend to the p2 director
Browse files Browse the repository at this point in the history
The setup can now be deployed on non dsl based oomph installations (The
RCP installation for example) It will pull in xtext and xtend into the
installation
  • Loading branch information
ghaith committed May 14, 2017
1 parent 66c65eb commit 337a161
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Jnario.setup
Original file line number Diff line number Diff line change
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 337a161

Please sign in to comment.