Skip to content

Commit

Permalink
Update CFT to build with Eclipse 2020-06
Browse files Browse the repository at this point in the history
Also fixed orbit repo  for Eclipse 2019-12 build
  • Loading branch information
Nieraj Singh committed Apr 27, 2020
1 parent d846769 commit b323dc1
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
The CFT uses Maven Tycho to do continuous integration builds and
to produce p2 repos and update sites. To build the tooling yourself, you can execute:

mvn clean package -Pe414
mvn clean package -Pe416

Check the parent pom in master branch for additional profiles under "profiles". We build against the latest Eclipse, so you
should be able to find a profile for the latest Eclipse that you can pass to mvn:
Expand Down
23 changes: 21 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -270,12 +270,31 @@
<repository>
<id>2019-12</id>
<layout>p2</layout>
<url>https://download.eclipse.org/staging/2019-12/</url>
<url>https://download.eclipse.org/releases/2019-12/</url>
</repository>
<repository>
<id>orbit</id>
<layout>p2</layout>
<url>https://download.eclipse.org/tools/orbit/downloads/drops/S20191025144108/repository</url>
<url>https://download.eclipse.org/tools/orbit/downloads/drops/R20191126223242/repository</url>
</repository>
</repositories>
</profile>

<profile>
<id>e416</id>
<properties>
<p2.repository.name>CFT for Eclipse 2020-06</p2.repository.name>
</properties>
<repositories>
<repository>
<id>2020-06</id>
<layout>p2</layout>
<url>https://download.eclipse.org/staging/2020-06/</url>
</repository>
<repository>
<id>orbit</id>
<layout>p2</layout>
<url>https://download.eclipse.org/tools/orbit/downloads/drops/S20200406151314/repository</url>
</repository>
</repositories>
</profile>
Expand Down

0 comments on commit b323dc1

Please sign in to comment.