You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ha...@apache.org on 2012/01/23 03:18:29 UTC

svn commit: r1234670 - /camel/branches/camel-2.8.x/pom.xml

Author: hadrian
Date: Mon Jan 23 02:18:29 2012
New Revision: 1234670

URL: http://svn.apache.org/viewvc?rev=1234670&view=rev
Log:
Stop turning off warnings at the global workspace level to not masking warnings that may be important for other projects.

Modified:
    camel/branches/camel-2.8.x/pom.xml

Modified: camel/branches/camel-2.8.x/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.8.x/pom.xml?rev=1234670&r1=1234669&r2=1234670&view=diff
==============================================================================
--- camel/branches/camel-2.8.x/pom.xml (original)
+++ camel/branches/camel-2.8.x/pom.xml Mon Jan 23 02:18:29 2012
@@ -694,14 +694,6 @@
                     </xslt>
                     <copy file="${full.eclipse.workspace}/.metadata/.plugins/net.sf.eclipsecs.core/checkstyle-config.xml.new" tofile="${full.eclipse.workspace}/.metadata/.plugins/net.sf.eclipsecs.core/checkstyle-config.xml" overwrite="yes" />
 
-                    <!-- Add warning flags that we want -->
-                    <propertyfile file="${full.eclipse.workspace}/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.core.prefs">
-                      <entry key="org.eclipse.jdt.core.compiler.problem.missingSerialVersion" value="ignore" />
-                      <entry key="org.eclipse.jdt.core.compiler.problem.unusedImport" value="ignore" />
-                      <entry key="org.eclipse.jdt.core.compiler.problem.annotationSuperInterface" value="ignore" />
-                      <entry key="org.eclipse.jdt.core.compiler.problem.rawTypeReference" value="ignore" />
-                    </propertyfile>
-
                     <!-- Add code format rules -->
                     <concat destfile="${full.eclipse.workspace}/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.core.prefs" append="true" fixlastline="true">
                       <filelist dir="${basedir}/etc/eclipse" files="org.eclipse.jdt.core.prefs" />