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/20 22:39:57 UTC

svn commit: r1234153 - in /camel/branches/camel-2.9.x: ./ pom.xml

Author: hadrian
Date: Fri Jan 20 21:39:57 2012
New Revision: 1234153

URL: http://svn.apache.org/viewvc?rev=1234153&view=rev
Log:
Merged revisions 1229568 via svnmerge from 
https://svn.apache.org/repos/asf/camel/trunk

........
  r1229568 | dkulp | 2012-01-10 09:56:08 -0500 (Tue, 10 Jan 2012) | 2 lines
  
  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.9.x/   (props changed)
    camel/branches/camel-2.9.x/pom.xml

Propchange: camel/branches/camel-2.9.x/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: camel/branches/camel-2.9.x/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.9.x/pom.xml?rev=1234153&r1=1234152&r2=1234153&view=diff
==============================================================================
--- camel/branches/camel-2.9.x/pom.xml (original)
+++ camel/branches/camel-2.9.x/pom.xml Fri Jan 20 21:39:57 2012
@@ -691,13 +691,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">