Author: dkulp
Date: Sun Jan 8 03:19:02 2012
New Revision: 1228771
URL: http://svn.apache.org/viewvc?rev=1228771&view=rev
Log:
Getting closer to getting warnings resolved
Modified:
cxf/trunk/pom.xml
Modified: cxf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/pom.xml?rev=1228771&r1=1228770&r2=1228771&view=diff
==============================================================================
--- cxf/trunk/pom.xml (original)
+++ cxf/trunk/pom.xml Sun Jan 8 03:19:02 2012
@@ -331,7 +331,7 @@
<!-- Add warning flags that we want -->
<propertyfile file="${full.eclipse.workspace}/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.core.prefs">
- <!-- need to fix a TON (~2K) of these before
figuring out if this is needed -->
+ <!-- need to fix a bunch (~450) of these before
figuring out if this is needed -->
<entry key="org.eclipse.jdt.core.compiler.problem.rawTypeReference"
value="ignore" />
<!-- SDO generated code has unused imports.
Checkstyle can handle this though. -->
|