Skip to content

Commit

Permalink
Oomph setup for Oxygen Simrel
Browse files Browse the repository at this point in the history
Change-Id: I9462e5c0dc2a8249015989844b1afb8c02fbc6b2
  • Loading branch information
LorenzoBettini committed Dec 22, 2016
1 parent 49e6d7d commit 108d683
Showing 1 changed file with 60 additions and 10 deletions.
70 changes: 60 additions & 10 deletions devtools/org.eclipse.emf.parsley.oomph/EMFParsley.setup
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,23 @@
<repository
url="http://download.eclipse.org/cbi/updates/license"/>
</repositoryList>
<repositoryList
name="Oxygen">
<repository
url="http://download.eclipse.org/staging/oxygen/"/>
<repository
url="http://download.eclipse.org/cbi/updates/license"/>
<repository
url="http://download.itemis.com/updates/releases/2.1.1/"/>
<repository
url="${xtext.site}"/>
<repository
url="${mwe2.site}"/>
<repository
url="http://sourceforge.net/projects/xtext-xdoc/files/updates-2.7"/>
<repository
url="${orbit.site}"/>
</repositoryList>
</targlet>
</setupTask>
<setupTask
Expand Down Expand Up @@ -697,13 +714,13 @@
</setupTask>
</stream>
<stream
name="neon-simrel"
label="Neon-Simrel">
name="oxygen-simrel"
label="Oxygen-Simrel">
<setupTask
xsi:type="setup:VariableTask"
name="eclipse.target.platform"
value="Neon"
defaultValue="Neon"
value="Oxygen"
defaultValue="Oxygen"
storageURI="scope://Workspace"/>
<setupTask
xsi:type="setup.p2:P2Task"
Expand All @@ -723,7 +740,15 @@
url="http://download.itemis.com/updates/releases/2.1.1/"/>
<description>Xtext &amp; Xtend</description>
</setupTask>
<description>Branch for Simrel for Neon</description>
<setupTask
xsi:type="setup:VariableTask"
name="mwe2.site"
value="http://download.eclipse.org/staging/oxygen/"/>
<setupTask
xsi:type="setup:VariableTask"
name="xtext.site"
value="http://download.eclipse.org/staging/oxygen/"/>
<description>Branch for Simrel for Oxygen</description>
</stream>
<description>EMF Parsley version for RCP</description>
</project>
Expand Down Expand Up @@ -799,6 +824,23 @@
<repository
url="${mwe2.site}"/>
</repositoryList>
<repositoryList
name="Oxygen">
<repository
url="http://download.eclipse.org/staging/oxygen/"/>
<repository
url="http://download.eclipse.org/cbi/updates/license"/>
<repository
url="http://download.itemis.com/updates/releases/2.1.1/"/>
<repository
url="${xtext.site}"/>
<repository
url="${mwe2.site}"/>
<repository
url="http://sourceforge.net/projects/xtext-xdoc/files/updates-2.7"/>
<repository
url="${orbit.site}"/>
</repositoryList>
</targlet>
</setupTask>
<setupTask
Expand Down Expand Up @@ -958,15 +1000,23 @@
<description></description>
</stream>
<stream
name="neon-simrel"
label="Neon-Simrel">
name="oxygen-simrel"
label="Oxygen-Simrel">
<setupTask
xsi:type="setup:VariableTask"
name="eclipse.target.platform"
value="Neon"
defaultValue="Neon"
value="Oxygen"
defaultValue="Oxygen"
storageURI="scope://Workspace"/>
<description>Branch for Simrel for Neon</description>
<setupTask
xsi:type="setup:VariableTask"
name="mwe2.site"
value="http://download.eclipse.org/staging/oxygen/"/>
<setupTask
xsi:type="setup:VariableTask"
name="xtext.site"
value="http://download.eclipse.org/staging/oxygen/"/>
<description>Branch for Simrel for Oxygen</description>
</stream>
<description>EMF Parsley version for RAP</description>
</project>
Expand Down

0 comments on commit 108d683

Please sign in to comment.