1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 14:12:10 +02:00

use Tycho 1.1; use Eclipse platform 4.8-I-builds instead of 4.8milestones

Signed-off-by: nickboldt <nboldt@redhat.com>
This commit is contained in:
nickboldt 2018-02-26 12:46:03 -05:00
parent 2dec1987d9
commit 10255bc382

View file

@ -12,11 +12,11 @@
<properties> <properties>
<tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/tm/org.eclipse.tm.git</tycho.scmUrl> <tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/tm/org.eclipse.tm.git</tycho.scmUrl>
<tycho-version>1.0.0</tycho-version> <tycho-version>1.1.0</tycho-version>
<tycho-extras-version>1.0.0</tycho-extras-version> <tycho-extras-version>1.1.0</tycho-extras-version>
<maven-resources-version>2.6</maven-resources-version> <maven-resources-version>2.6</maven-resources-version>
<!-- TODO: switch to 4.8 after June 27, 2018 --> <!-- TODO: use 4.8milestones? or switch to 4.8 after June 27, 2018 -->
<sdk-version>4.8milestones</sdk-version> <sdk-version>4.8-I-builds</sdk-version>
<!-- Set up the default target platform to build against --> <!-- Set up the default target platform to build against -->
<license-site>http://download.eclipse.org/cbi/updates/license</license-site> <license-site>http://download.eclipse.org/cbi/updates/license</license-site>