You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2011/02/04 23:25:33 UTC

svn commit: r1067315 - in /cxf/trunk: pom.xml rt/management-web/pom.xml

Author: dkulp
Date: Fri Feb  4 22:25:33 2011
New Revision: 1067315

URL: http://svn.apache.org/viewvc?rev=1067315&view=rev
Log:
Clean up the warnings in eclipse

Modified:
    cxf/trunk/pom.xml
    cxf/trunk/rt/management-web/pom.xml

Modified: cxf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/pom.xml?rev=1067315&r1=1067314&r2=1067315&view=diff
==============================================================================
--- cxf/trunk/pom.xml (original)
+++ cxf/trunk/pom.xml Fri Feb  4 22:25:33 2011
@@ -42,8 +42,8 @@
 
     <properties>
         <cxf.compiler.fork>false</cxf.compiler.fork>
-        <cxf.build-utils.version>2.3.1</cxf.build-utils.version>
-        <cxf.xjc-utils.version>2.3.0</cxf.xjc-utils.version>
+        <cxf.build-utils.version>2.3.2-SNAPSHOT</cxf.build-utils.version>
+        <cxf.xjc-utils.version>2.3.2</cxf.xjc-utils.version>
         <cxf.jdk.version>1.6</cxf.jdk.version>
     </properties>
 

Modified: cxf/trunk/rt/management-web/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/rt/management-web/pom.xml?rev=1067315&r1=1067314&r2=1067315&view=diff
==============================================================================
--- cxf/trunk/rt/management-web/pom.xml (original)
+++ cxf/trunk/rt/management-web/pom.xml Fri Feb  4 22:25:33 2011
@@ -41,6 +41,8 @@
 
         <gwt.hostedmode.dir>${project.build.directory}/war</gwt.hostedmode.dir>
         <gwt.classes.dir>${gwt.hostedmode.dir}/WEB-INF/classes</gwt.classes.dir>
+
+        <cxf.pmd.eclipse.ruleset>cxf-pmd-ruleset-generated.xml</cxf.pmd.eclipse.ruleset>
     </properties>
 
     <!-- This will need to be removed with dependencies pushed to Maven Central -->
@@ -183,6 +185,7 @@
 
                     <hostedWebapp>${gwt.hostedmode.dir}</hostedWebapp>
                     <runTarget>logbrowser/LogBrowser.html</runTarget>
+                    <gen>${project.build.directory}/generated-sources/gwt</gen>
                 </configuration>
             </plugin>
         </plugins>