Browse Source

Update packaging project to build using Indigo platform

Change-Id: I4c07112a6723d90d3677761f5476af00ead58282
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
tags/v2.0.0.201206130900-r
Matthias Sohn 12 years ago
parent
commit
c3709f4ef0
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      org.eclipse.jgit.packaging/pom.xml

+ 2
- 2
org.eclipse.jgit.packaging/pom.xml View File

@@ -60,7 +60,7 @@

<properties>
<tycho-version>0.12.0</tycho-version>
<eclipse-site>http://download.eclipse.org/releases/galileo</eclipse-site>
<eclipse-site>http://download.eclipse.org/releases/indigo</eclipse-site>
</properties>

<modules>
@@ -72,7 +72,7 @@

<repositories>
<repository>
<id>ganymede</id>
<id>indigo</id>
<layout>p2</layout>
<url>${eclipse-site}</url>
</repository>

Loading…
Cancel
Save