Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2016-11-03 11:05:06 +0000
committerDani Megert2016-11-03 11:06:12 +0000
commite1aab99c603e589eea162124fbb67f0b26f71e69 (patch)
tree6b7302c8aa5faa729c8f74fcc103d661134ed84e
parent869d1af247764d332a92d961fd216b0c209e42f3 (diff)
downloadeclipse.platform.team-e1aab99c603e589eea162124fbb67f0b26f71e69.tar.gz
eclipse.platform.team-e1aab99c603e589eea162124fbb67f0b26f71e69.tar.xz
eclipse.platform.team-e1aab99c603e589eea162124fbb67f0b26f71e69.zip
Fixed bug 506795: Warnings in official buildY20161103-1000
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 93b4bde5a..9c197374c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,6 +16,7 @@
<groupId>org.eclipse</groupId>
<artifactId>eclipse-platform-parent</artifactId>
<version>4.7.0-SNAPSHOT</version>
+
<relativePath>../eclipse-platform-parent</relativePath>
</parent>
@@ -26,7 +27,7 @@
<properties>
<tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/platform/eclipse.platform.team.git</tycho.scmUrl>
- <code.ignoredWarnings>-warn:-deprecation,raw,unchecked</code.ignoredWarnings>
+ <code.ignoredWarnings>-warn:-deprecation,raw,unchecked,warningToken</code.ignoredWarnings>
</properties>
<!--

Back to the top