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>