Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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