Author: dkulp
Date: Fri Apr 8 15:47:39 2011
New Revision: 1090306
URL: http://svn.apache.org/viewvc?rev=1090306&view=rev
Log:
Allow use of j.u.l.Logger in generated Service classes
Modified:
cxf/build-utils/trunk/buildtools/src/main/resources/cxf-pmd-ruleset-generated.xml
cxf/build-utils/trunk/buildtools/src/main/resources/cxf-pmd-ruleset.xml
Modified:
cxf/build-utils/trunk/buildtools/src/main/resources/cxf-pmd-ruleset-generated.xml
URL:
http://svn.apache.org/viewvc/cxf/build-utils/trunk/buildtools/src/main/resources/cxf-pmd-ruleset-generated.xml?rev=1090306&r1=1090305&r2=1090306&view=diff
==============================================================================
---
cxf/build-utils/trunk/buildtools/src/main/resources/cxf-pmd-ruleset-generated.xml
(original)
+++
cxf/build-utils/trunk/buildtools/src/main/resources/cxf-pmd-ruleset-generated.xml
Fri Apr 8 15:47:39 2011
@@ -204,7 +204,7 @@
<property name="xpath">
<value>
<![CDATA[
-//PrimaryPrefix/Name[ends-with(@Image, 'Logger.getLogger') and
//PackageDeclaration/Name[starts-with(@Image, 'org.apache.cxf')]]
+//PrimaryPrefix/Name[ends-with(@Image, 'Logger.getLogger') and
//PackageDeclaration/Name[starts-with(@Image, 'org.apache.cxf')] and
not(//ExtendsList/ClassOrInterfaceType[contains(@Image, 'Service')])]
]]>
</value>
</property>
Modified:
cxf/build-utils/trunk/buildtools/src/main/resources/cxf-pmd-ruleset.xml
URL:
http://svn.apache.org/viewvc/cxf/build-utils/trunk/buildtools/src/main/resources/cxf-pmd-ruleset.xml?rev=1090306&r1=1090305&r2=1090306&view=diff
==============================================================================
--- cxf/build-utils/trunk/buildtools/src/main/resources/cxf-pmd-ruleset.xml
(original)
+++ cxf/build-utils/trunk/buildtools/src/main/resources/cxf-pmd-ruleset.xml Fri
Apr 8 15:47:39 2011
@@ -196,7 +196,7 @@
<property name="xpath">
<value>
<![CDATA[
-//PrimaryPrefix/Name[ends-with(@Image, 'Logger.getLogger') and
//PackageDeclaration/Name[starts-with(@Image, 'org.apache.cxf')]]
+//PrimaryPrefix/Name[ends-with(@Image, 'Logger.getLogger') and
//PackageDeclaration/Name[starts-with(@Image, 'org.apache.cxf')] and
not(//ExtendsList/ClassOrInterfaceType[contains(@Image, 'Service')])]
]]>
</value>
</property>