Skip to content

Commit

Permalink
Merge pull request #151 from eclipse/558616/add_2020_03
Browse files Browse the repository at this point in the history
Bug 558616 - [Passage] put .setup target platform definition in order
  • Loading branch information
eparovyshnaya authored Feb 29, 2020
2 parents b5bdf7a + 35f6004 commit fc5ce5e
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions releng/org.eclipse.passage.releng/passage.setup
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@
name="eclipse.target.platform"
value="${eclipse.target.platform.latest}"
storageURI="scope://Workspace"/>
<setupTask
xsi:type="setup:VariableTask"
name="eclipse.api.baseline.target.platform"
value="${eclipse.api.baseline.target.platform.latest.released}"
storageURI="scope://Workspace"/>
<setupTask
xsi:type="setup.p2:P2Task"
label="Passage">
Expand Down Expand Up @@ -200,6 +195,14 @@
<sourceLocator
rootFolder="${git.clone.passage.location}"
locateNestedProjects="true"/>
<repositoryList
name="2020-03">
<repository
url="https://download.eclipse.org/cbi/updates/license/"/>
<repository
url="https://download.eclipse.org/tools/orbit/downloads/2020-03"/>
<repository
url="https://download.eclipse.org/releases/2020-03/"/>
<repositoryList
name="2019-12">
<repository
Expand Down

0 comments on commit fc5ce5e

Please sign in to comment.