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 2010/10/18 18:18:29 UTC

svn commit: r1023884 - /cxf/trunk/rt/databinding/sdo/pom.xml

Author: dkulp
Date: Mon Oct 18 16:18:28 2010
New Revision: 1023884

URL: http://svn.apache.org/viewvc?rev=1023884&view=rev
Log:
Fix pmd setup in eclipse for SDO

Modified:
    cxf/trunk/rt/databinding/sdo/pom.xml

Modified: cxf/trunk/rt/databinding/sdo/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/rt/databinding/sdo/pom.xml?rev=1023884&r1=1023883&r2=1023884&view=diff
==============================================================================
--- cxf/trunk/rt/databinding/sdo/pom.xml (original)
+++ cxf/trunk/rt/databinding/sdo/pom.xml Mon Oct 18 16:18:28 2010
@@ -31,7 +31,7 @@
     </parent>
 
     <properties>
-        <pmd.eclipse.ruleset>cxf-pmd-ruleset-generated.xml</pmd.eclipse.ruleset>
+        <cxf.pmd.eclipse.ruleset>cxf-pmd-ruleset-generated.xml</cxf.pmd.eclipse.ruleset>
         <cxf.compile.flags>-Xlint:unchecked,fallthrough,finally</cxf.compile.flags>
         <cxf.compile.show.deprecation>false</cxf.compile.show.deprecation>
     </properties>