mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
[releng] Update to Tycho 1.2.0
Includes reverting 851295e821
:
[releng] work around Tycho issues of obtaining *.jre.javase [10.0.0]
Change-Id: I1d49b519ba111e48545ef37c991859dfa68960cd
This commit is contained in:
parent
5ec251a791
commit
05f8dddcf2
2 changed files with 3 additions and 5 deletions
4
pom.xml
4
pom.xml
|
@ -16,8 +16,8 @@
|
|||
|
||||
<properties>
|
||||
<required-maven-version>3.3.1</required-maven-version>
|
||||
<tycho-version>1.1.0</tycho-version>
|
||||
<tycho-extras-version>1.1.0</tycho-extras-version>
|
||||
<tycho-version>1.2.0</tycho-version>
|
||||
<tycho-extras-version>1.2.0</tycho-extras-version>
|
||||
<cbi-plugins.version>1.1.5</cbi-plugins.version>
|
||||
<sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
|
||||
<cdt-site>http://hudson.eclipse.org/cdt/job/cdt-master/lastSuccessfulBuild/artifact/releng/org.eclipse.cdt.repo/target/repository</cdt-site>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<?pde version="3.8"?><target name="cdt" sequenceNumber="33">
|
||||
<?pde version="3.8"?><target name="cdt" sequenceNumber="34">
|
||||
<locations>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<unit id="com.google.gson" version="0.0.0"/>
|
||||
|
@ -47,8 +47,6 @@
|
|||
<unit id="org.eclipse.equinox.executable.feature.group" version="0.0.0"/>
|
||||
<unit id="org.eclipse.sdk.ide" version="0.0.0"/>
|
||||
<unit id="org.eclipse.test.feature.group" version="0.0.0"/>
|
||||
<unit id="a.jre.javase" version="0.0.0"/>
|
||||
<unit id="config.a.jre.javase" version="0.0.0"/>
|
||||
<repository location="http://download.eclipse.org/eclipse/updates/4.8milestones/"/>
|
||||
</location>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
|
|
Loading…
Add table
Reference in a new issue