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:
parent
123508549d
commit
8c02478e71
1 changed files with 2 additions and 3 deletions
5
pom.xml
5
pom.xml
|
@ -15,8 +15,8 @@
|
|||
<name>CDT Parent</name>
|
||||
|
||||
<properties>
|
||||
<tycho-version>0.26.0</tycho-version>
|
||||
<tycho-extras-version>0.26.0</tycho-extras-version>
|
||||
<tycho-version>1.0.0</tycho-version>
|
||||
<tycho-extras-version>1.0.0</tycho-extras-version>
|
||||
<cbi-plugins.version>1.1.3</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>
|
||||
|
@ -507,7 +507,6 @@
|
|||
<version>${tycho-version}</version>
|
||||
<configuration>
|
||||
<encoding>UTF-8</encoding>
|
||||
<useProjectSettings>true</useProjectSettings>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<!-- enable source bundle generation -->
|
||||
|
|
Loading…
Add table
Reference in a new issue