1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Update to Tycho 1.0.0

useProjectSettings is now true by default so it can be removed.

See https://wiki.eclipse.org/Tycho/Release_Notes/1.0.0

Change-Id: I63256423942d11b94acb2eba11afe76eb62a9b91
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
This commit is contained in:
Marc-Andre Laperle 2017-02-06 11:25:50 -05:00 committed by Marc-André Laperle
parent 123508549d
commit 8c02478e71

View file

@ -15,8 +15,8 @@
<name>CDT Parent</name> <name>CDT Parent</name>
<properties> <properties>
<tycho-version>0.26.0</tycho-version> <tycho-version>1.0.0</tycho-version>
<tycho-extras-version>0.26.0</tycho-extras-version> <tycho-extras-version>1.0.0</tycho-extras-version>
<cbi-plugins.version>1.1.3</cbi-plugins.version> <cbi-plugins.version>1.1.3</cbi-plugins.version>
<sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin> <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> <cdt-site>http://hudson.eclipse.org/cdt/job/cdt-master/lastSuccessfulBuild/artifact/releng/org.eclipse.cdt.repo/target/repository</cdt-site>
@ -507,7 +507,6 @@
<version>${tycho-version}</version> <version>${tycho-version}</version>
<configuration> <configuration>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<useProjectSettings>true</useProjectSettings>
</configuration> </configuration>
</plugin> </plugin>
<!-- enable source bundle generation --> <!-- enable source bundle generation -->