Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Charles David2017-02-23 16:27:58 +0000
committerPierre-Charles David2017-02-23 16:27:58 +0000
commit9bca0f5244622f793a6e84e21bcda711558a211d (patch)
tree0ad4f4c790c792aa0ad8a7754a7dec6a90e43384 /packaging
parent5810a4be3d825e8ec97babedd6d5ac7220e1119d (diff)
downloadorg.eclipse.sirius-9bca0f5244622f793a6e84e21bcda711558a211d.tar.gz
org.eclipse.sirius-9bca0f5244622f793a6e84e21bcda711558a211d.tar.xz
org.eclipse.sirius-9bca0f5244622f793a6e84e21bcda711558a211d.zip
[build] Upgrade to Tycho 1.0.0
Disable project-specific Java compiler settings to avoid too many warnings in the logs. Change-Id: I46ad50ce2ff99cf7bd809a6e4a1bbf09a97bfd07 Signed-off-by: Pierre-Charles David <pierre-charles.david@obeo.fr>
Diffstat (limited to 'packaging')
-rw-r--r--packaging/org.eclipse.sirius.parent/pom.xml8
1 files changed, 3 insertions, 5 deletions
diff --git a/packaging/org.eclipse.sirius.parent/pom.xml b/packaging/org.eclipse.sirius.parent/pom.xml
index 4065e27fc8..1c01929ef2 100644
--- a/packaging/org.eclipse.sirius.parent/pom.xml
+++ b/packaging/org.eclipse.sirius.parent/pom.xml
@@ -36,8 +36,8 @@
</licenses>
<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>
<platform-version-name>mars</platform-version-name>
<target-platform-path>.</target-platform-path>
<tycho.scmUrl>scm:git:http://git.eclipse.org/gitroot/sirius/org.eclipse.sirius.git</tycho.scmUrl>
@@ -208,9 +208,7 @@
<version>${tycho-version}</version>
<configuration>
<encoding>UTF-8</encoding>
- <!-- Disabled for build performance reasons: the current code and rules produce thousands of warnings which take a significant amount of time
- to output during the build. We already have the information in our Eclipse worbenches. <compilerArguments> <properties>${project.basedir}/.settings/org.eclipse.jdt.core.prefs</properties>
- </compilerArguments> -->
+ <useProjectSettings>false</useProjectSettings>
</configuration>
</plugin>
<plugin>

Back to the top