Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-02-27 07:55:50 +0000
committerDavid Williams2013-02-27 07:55:50 +0000
commitb8d205363d84a0a342a8b51363eed9cf5c9b6046 (patch)
treeed4eefc12fb546e86e62f5176723a1308015d0f6 /eclipse-platform-parent/pom.xml
parent457133e01fe1fbf7eaed0b6c794298c66d83f3ab (diff)
downloadeclipse.platform.releng.aggregator-b8d205363d84a0a342a8b51363eed9cf5c9b6046.tar.gz
eclipse.platform.releng.aggregator-b8d205363d84a0a342a8b51363eed9cf5c9b6046.tar.xz
eclipse.platform.releng.aggregator-b8d205363d84a0a342a8b51363eed9cf5c9b6046.zip
Bug 401776 - [CBI] too many compile warnings
Diffstat (limited to 'eclipse-platform-parent/pom.xml')
-rw-r--r--eclipse-platform-parent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index eae130d72..c2edd2108 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -240,7 +240,6 @@
</dependency>
</dependencies>
<configuration>
- <showWarnings></showWarnings>
<compilerArgument>-warn:-deprecation</compilerArgument>
<compilerArguments>
<verbose />
@@ -250,6 +249,7 @@
<proceedOnError/>
<log>${project.build.directory}/@dot.xml</log>
</compilerArguments>
+ <showWarnings>true</showWarnings>
</configuration>
</plugin>
<plugin>

Back to the top