Skip to content

Commit

Permalink
15: Updated Oomph setup for Xtext 2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed Nov 14, 2017
1 parent 11adcfe commit 18a35c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 22 deletions.
23 changes: 2 additions & 21 deletions org.example.oomph/XtextBookExamples.setup
Expand Up @@ -108,7 +108,7 @@
<setupTask
xsi:type="setup:VariableTask"
name="xtext.site"
value="http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/"/>
value="http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.13.0/"/>
<setupTask
xsi:type="setup:VariableTask"
name="swtbot.site"
Expand Down Expand Up @@ -219,23 +219,6 @@
url="http://download.eclipse.org/mylyn/releases/latest"/>
<description>Task and build connector</description>
</setupTask>
<setupTask
xsi:type="setup.p2:P2Task"
label="Findbugs">
<requirement
name="edu.umd.cs.findbugs.plugin.eclipse.feature.group"
optional="true"/>
<repository
url="http://findbugs.cs.umd.edu/eclipse/"/>
</setupTask>
<setupTask
xsi:type="setup.p2:P2Task"
label="B3 Aggregator">
<requirement
name="org.eclipse.b3.aggregator.editor.feature.feature.group"/>
<repository
url="http://download.eclipse.org/modeling/emft/b3/updates-4.4"/>
</setupTask>
<setupTask
xsi:type="setup.p2:P2Task"
label="Oomph Extensions">
Expand All @@ -261,8 +244,6 @@
name="org.eclipse.oomph.setup.workbench.feature.group"/>
<requirement
name="org.eclipse.oomph.setup.workingsets.feature.group"/>
<repository
url="http://download.eclipse.org/oomph/updates/"/>
</setupTask>
<setupTask
xsi:type="setup.p2:P2Task"
Expand Down Expand Up @@ -637,7 +618,7 @@
licenseConfirmationDisabled="true">
<requirement
name="org.eclipse.xtext.sdk.feature.group"
versionRange="[2.12.0,2.13.0)"/>
versionRange="[2.13.0,2.14.0)"/>
<requirement
name="org.eclipse.emf.mwe2.language.sdk.feature.group"/>
<requirement
Expand Down
2 changes: 1 addition & 1 deletion org.example.oomph/feature.xml
Expand Up @@ -18,7 +18,7 @@
</license>

<requires>
<import feature="org.eclipse.xtext.sdk" version="2.12.0" match="equivalent"/>
<import feature="org.eclipse.xtext.sdk" version="2.13.0" match="equivalent"/>
</requires>

<plugin
Expand Down

0 comments on commit 18a35c8

Please sign in to comment.