mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-29 20:05:35 +02:00
[releng]Updated build scripts to use Luna instead of Kepler.
Signed-off-by: Anna Dushistova <anna.dushistova@gmail.com>
This commit is contained in:
parent
7abdc1ea52
commit
2e8b377823
2 changed files with 8 additions and 8 deletions
14
pom.xml
14
pom.xml
|
@ -39,8 +39,8 @@
|
|||
<maven-antrun-version>1.7</maven-antrun-version>
|
||||
<gmaven-version>1.4</gmaven-version>
|
||||
<eclipse-jarsigner-version>1.0.4</eclipse-jarsigner-version>
|
||||
<platform-version-name>kepler</platform-version-name>
|
||||
<tm-stream>kepler</tm-stream>
|
||||
<platform-version-name>luna</platform-version-name>
|
||||
<tm-stream>luna</tm-stream>
|
||||
<eclipse-site>http://download.eclipse.org/releases/${platform-version-name}</eclipse-site>
|
||||
<orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository</orbit-site>
|
||||
<rxtx-version>1.0.0.7837QcJa5vE7MnhE77YA7AU3SWUlbntVZAnlDoIGojcQd</rxtx-version>
|
||||
|
@ -82,24 +82,24 @@
|
|||
</repositories>
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>platform-kepler</id>
|
||||
<id>platform-luna</id>
|
||||
<activation>
|
||||
<activeByDefault>true</activeByDefault>
|
||||
<property>
|
||||
<name>platform-version-name</name>
|
||||
<value>kepler</value>
|
||||
<value>luna</value>
|
||||
</property>
|
||||
</activation>
|
||||
<properties>
|
||||
<eclipse-site>http://download.eclipse.org/releases/staging</eclipse-site>
|
||||
<platform-version>[4.3,)</platform-version>
|
||||
<sdk-version>4.3</sdk-version>
|
||||
<platform-version>[4.4,)</platform-version>
|
||||
<sdk-version>4.4</sdk-version>
|
||||
<cdt-site>http://download.eclipse.org/tools/cdt/releases/kepler</cdt-site>
|
||||
<cdt-test-site>http://download.eclipse.org/tools/cdt/updates/indigo/</cdt-test-site>
|
||||
</properties>
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>kepler</id>
|
||||
<id>luna</id>
|
||||
<layout>p2</layout>
|
||||
<url>${eclipse-site}</url>
|
||||
</repository>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<artifactId>org.eclipse.tm.repo</artifactId>
|
||||
<packaging>eclipse-repository</packaging>
|
||||
<properties>
|
||||
<tm-stream>kepler</tm-stream>
|
||||
<tm-stream>luna</tm-stream>
|
||||
<tm-zipfile>${project.artifactId}-${project.version}.zip</tm-zipfile>
|
||||
<tm-install>/home/data/httpd/download.eclipse.org/tm/builds/${tm-stream}/nightly</tm-install>
|
||||
</properties>
|
||||
|
|
Loading…
Add table
Reference in a new issue