Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2016-11-02 12:59:35 +0000
committerDani Megert2016-11-02 12:59:35 +0000
commitc3325476cc63753477e19f13934914fbfadf4ee2 (patch)
tree1cc9d210f2d5223d3a10237b93d2a44c75364390
parent54c6b9cf25955d727def84420bc9ac56aff764f0 (diff)
downloadeclipse.platform.releng.aggregator-c3325476cc63753477e19f13934914fbfadf4ee2.tar.gz
eclipse.platform.releng.aggregator-c3325476cc63753477e19f13934914fbfadf4ee2.tar.xz
eclipse.platform.releng.aggregator-c3325476cc63753477e19f13934914fbfadf4ee2.zip
Replaced wrong "suppress" with "warningToken"
-rw-r--r--eclipse-platform-parent/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 61eb054a9..f436487d8 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -121,7 +121,7 @@
by ${code.ignoredWarnings} (see further down).
Good citizens don't override those default settings for their production bundles.
-->
- <code.ignoredWarnings>-warn:-deprecation,unavoidableGenericProblems,suppress</code.ignoredWarnings>
+ <code.ignoredWarnings>-warn:-deprecation,unavoidableGenericProblems,warningToken</code.ignoredWarnings>
<!--
Test bundles may override the list of ignored warnings by setting this at the top of their pom.xml:
@@ -130,7 +130,7 @@
</properties>
Good citizens use those default settings for their test bundles.
-->
- <tests.ignoredWarnings>-warn:-deprecation,raw,unchecked,discouraged,suppress</tests.ignoredWarnings>
+ <tests.ignoredWarnings>-warn:-deprecation,raw,unchecked,discouraged,warningToken</tests.ignoredWarnings>
<!--
repo for released versions of CBI. Note, we intentionally use as specific a repo as possible.

Back to the top