You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ni...@apache.org on 2007/03/07 06:34:12 UTC

svn commit: r515461 - /incubator/cxf/trunk/parent/pom.xml

Author: ningjiang
Date: Tue Mar  6 21:34:04 2007
New Revision: 515461

URL: http://svn.apache.org/viewvc?view=rev&rev=515461
Log:
fixed the build error

Modified:
    incubator/cxf/trunk/parent/pom.xml

Modified: incubator/cxf/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/parent/pom.xml?view=diff&rev=515461&r1=515460&r2=515461
==============================================================================
--- incubator/cxf/trunk/parent/pom.xml (original)
+++ incubator/cxf/trunk/parent/pom.xml Tue Mar  6 21:34:04 2007
@@ -191,7 +191,7 @@
                             <exclude>**/*$*</exclude>
                             <exclude>**/AbstractServletTest.java</exclude>
                             <exclude>**/ClientServerGreeterBaseNoWsdlTest.java</exclude>
-                            <exclude>**/ClientServerGreeterBaseNoWsdlTest.java</exclude> 
+                            <exclude>**/ClientServerGreeterNoWsdlTest.java</exclude> 
                         </excludes>
                         <reportFormat>${surefire.format}</reportFormat>
                         <useFile>${surefire.usefile}</useFile>