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 15:57:26 UTC

svn commit: r1023803 - /cxf/trunk/parent/pom.xml

Author: dkulp
Date: Mon Oct 18 13:57:26 2010
New Revision: 1023803

URL: http://svn.apache.org/viewvc?rev=1023803&view=rev
Log:
Fix property that was renamed

Modified:
    cxf/trunk/parent/pom.xml

Modified: cxf/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/parent/pom.xml?rev=1023803&r1=1023802&r2=1023803&view=diff
==============================================================================
--- cxf/trunk/parent/pom.xml (original)
+++ cxf/trunk/parent/pom.xml Mon Oct 18 13:57:26 2010
@@ -164,7 +164,7 @@
                             </file>
                             <file>
                                 <name>.ruleset</name>
-                                <location>/${pmd.eclipse.ruleset}</location>
+                                <location>/${cxf.pmd.eclipse.ruleset}</location>
                             </file>
                         </additionalConfig>
                     </configuration>