Author: jliu
Date: Mon Oct 30 23:45:29 2006
New Revision: 469399
URL: http://svn.apache.org/viewvc?view=rev&rev=469399
Log:
Fixed the path to checkstyle-suppressions.xml.
Modified:
incubator/cxf/trunk/rt/frontend/jaxws/pom.xml
Modified: incubator/cxf/trunk/rt/frontend/jaxws/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/frontend/jaxws/pom.xml?view=diff&rev=469399&r1=469398&r2=469399
==============================================================================
--- incubator/cxf/trunk/rt/frontend/jaxws/pom.xml (original)
+++ incubator/cxf/trunk/rt/frontend/jaxws/pom.xml Mon Oct 30 23:45:29 2006
@@ -120,7 +120,7 @@
<id>process-sources</id>
<phase>process-sources</phase>
<configuration>
-
<suppressionsLocation>${basedir}\checkstyle-suppressions.xml</suppressionsLocation>
+
<suppressionsLocation>${basedir}/checkstyle-suppressions.xml</suppressionsLocation>
</configuration>
<goals>
<goal>checkstyle</goal>