1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-06 17:26:01 +02:00

Upgrade to Tycho 0.14.1

This commit is contained in:
Marc-Andre Laperle 2012-04-23 00:25:47 -04:00
parent 64ce186a2f
commit 68b6f3dc90
16 changed files with 38 additions and 38 deletions

View file

@ -18,10 +18,9 @@
<build>
<plugins>
<plugin>
<!-- Change to groupId org.eclipse.tycho.extras after upgrade to Tycho 0.14 -->
<groupId>com.google.code.tycho-eclipserun-plugin</groupId>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-eclipserun-plugin</artifactId>
<version>${tycho-version}</version>
<version>${tycho-extras-version}</version>
<configuration>
<appArgLine>-application org.eclipse.ant.core.antRunner -buildfile build-index.xml build.index</appArgLine>
<dependencies>

View file

@ -15,13 +15,14 @@
<artifactId>org.eclipse.cdt.autotools.tests</artifactId>
<packaging>eclipse-test-plugin</packaging>
<repositories>
<!-- Uncommenting this is useful when the repo is built first then you want to run tests on this plugin only -->
<!-- <repositories>
<repository>
<id>cdt.repo</id>
<url>file:/${basedir}/../../releng/org.eclipse.cdt.repo/target/repository</url>
<layout>p2</layout>
</repository>
</repositories>
</repositories>-->
<build>
<plugins>

View file

@ -15,13 +15,14 @@
<artifactId>org.eclipse.cdt.managedbuilder.core.tests</artifactId>
<packaging>eclipse-test-plugin</packaging>
<repositories>
<!-- Uncommenting this is useful when the repo is built first then you want to run tests on this plugin only -->
<!-- <repositories>
<repository>
<id>cdt.repo</id>
<url>file:/${basedir}/../../releng/org.eclipse.cdt.repo/target/repository</url>
<layout>p2</layout>
</repository>
</repositories>
</repositories>-->
<build>
<plugins>

View file

@ -15,13 +15,14 @@
<artifactId>org.eclipse.cdt.core.tests</artifactId>
<packaging>eclipse-test-plugin</packaging>
<repositories>
<!-- Uncommenting this is useful when the repo is built first then you want to run tests on this plugin only -->
<!-- <repositories>
<repository>
<id>cdt.repo</id>
<url>file:/${basedir}/../../releng/org.eclipse.cdt.repo/target/repository</url>
<layout>p2</layout>
</repository>
</repositories>
</repositories>-->
<build>
<plugins>

View file

@ -15,13 +15,14 @@
<artifactId>org.eclipse.cdt.ui.tests</artifactId>
<packaging>eclipse-test-plugin</packaging>
<repositories>
<!-- Uncommenting this is useful when the repo is built first then you want to run tests on this plugin only -->
<!-- <repositories>
<repository>
<id>cdt.repo</id>
<url>file:/${basedir}/../../releng/org.eclipse.cdt.repo/target/repository</url>
<layout>p2</layout>
</repository>
</repositories>
</repositories>-->
<build>
<plugins>

View file

@ -4,9 +4,7 @@
label="%featureName"
version="1.1.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.cdt.build.crossgcc"
license-feature="org.eclipse.cdt.license"
license-feature-version="1.0.0.qualifier">
plugin="org.eclipse.cdt.build.crossgcc">
<description>
%description

View file

@ -3,9 +3,7 @@
id="org.eclipse.cdt.launch.remote"
label="%featureName"
version="6.0.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.cdt.license"
license-feature-version="1.0.0.qualifier">
provider-name="%providerName">
<description>
%description

View file

@ -18,7 +18,6 @@ bin.includes = META-INF/,\
about.ini,\
about.mappings,\
about.properties,\
eclipse32.png,\
plugin.properties,\
plugin.xml,\
remotecdt.html,\

View file

@ -32,10 +32,9 @@
</executions>
</plugin>
<plugin>
<!-- Change to groupId org.eclipse.tycho.extra after upgrade to Tycho 0.14 -->
<groupId>com.google.code.tycho-eclipserun-plugin</groupId>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-eclipserun-plugin</artifactId>
<version>${tycho-version}</version>
<version>${tycho-extras-version}</version>
<configuration>
<appArgLine>-application org.eclipse.ant.core.antRunner -buildfile buildDoc.xml</appArgLine>
<dependencies>

View file

@ -32,10 +32,9 @@
</executions>
</plugin>
<plugin>
<!-- Change to groupId org.eclipse.tycho.extra after upgrade to Tycho 0.14 -->
<groupId>com.google.code.tycho-eclipserun-plugin</groupId>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-eclipserun-plugin</artifactId>
<version>${tycho-version}</version>
<version>${tycho-extras-version}</version>
<configuration>
<appArgLine>-application org.eclipse.ant.core.antRunner -buildfile customBuildCallbacks.xml build.index</appArgLine>
<dependencies>

View file

@ -4,9 +4,7 @@
label="%featureName"
version="7.0.0.qualifier"
provider-name="%providerName"
image="eclipse_update_120.jpg"
license-feature="org.eclipse.cdt.license"
license-feature-version="1.0.0.qualifier">
image="eclipse_update_120.jpg">
<description>
%description

View file

@ -15,6 +15,5 @@ bin.includes = META-INF/,\
plugin.properties,\
.,\
plugin.xml,\
about.html,\
icons/
about.html
src.includes = about.html

View file

@ -15,7 +15,8 @@
<name>CDT Parent</name>
<properties>
<tycho-version>0.13.0</tycho-version>
<tycho-version>0.14.1</tycho-version>
<tycho-extras-version>0.14.0</tycho-extras-version>
<platform-version>3.8milestones</platform-version>
<platform-site>http://download.eclipse.org/eclipse/updates/${platform-version}</platform-site>
<orbit-version>R20110523182458</orbit-version>

View file

@ -15,16 +15,26 @@
<artifactId>org.eclipse.cdt.testsrunner.test</artifactId>
<packaging>eclipse-test-plugin</packaging>
<repositories>
<!-- Uncommenting this is useful when the repo is built first then you want to run tests on this plugin only -->
<!-- <repositories>
<repository>
<id>cdt.repo</id>
<url>file:/${basedir}/../../releng/org.eclipse.cdt.repo/target/repository</url>
<layout>p2</layout>
</repository>
</repositories>
</repositories>-->
<build>
<plugins>
<!-- Not sure why but this is necessary since Tycho 0.14, perhaps this is a bug -->
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-compiler-plugin</artifactId>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-surefire-plugin</artifactId>

View file

@ -4,9 +4,7 @@
label="%featureName"
version="1.0.3.qualifier"
provider-name="%providerName"
plugin="org.eclipse.cdt.managedbuilder.bupc.ui"
license-feature="org.eclipse.cdt.license"
license-feature-version="1.0.0.qualifier">
plugin="org.eclipse.cdt.managedbuilder.bupc.ui">
<description>
%description

View file

@ -3,9 +3,7 @@
id="org.eclipse.cdt.msw"
label="CDT Visual C++ Support"
version="1.0.0.qualifier"
provider-name="Eclipse CDT"
license-feature="org.eclipse.cdt.license"
license-feature-version="1.0.0.qualifier">
provider-name="Eclipse CDT">
<description>
%description