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 2009/03/24 20:54:58 UTC

svn commit: r757986 - /cxf/branches/2.1.x-fixes/systests/pom.xml

Author: dkulp
Date: Tue Mar 24 19:54:57 2009
New Revision: 757986

URL: http://svn.apache.org/viewvc?rev=757986&view=rev
Log:
Fix wsdl location

Modified:
    cxf/branches/2.1.x-fixes/systests/pom.xml

Modified: cxf/branches/2.1.x-fixes/systests/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.1.x-fixes/systests/pom.xml?rev=757986&r1=757985&r2=757986&view=diff
==============================================================================
--- cxf/branches/2.1.x-fixes/systests/pom.xml (original)
+++ cxf/branches/2.1.x-fixes/systests/pom.xml Tue Mar 24 19:54:57 2009
@@ -112,7 +112,7 @@
                             <testSourceRoot>${basedir}/target/generated/src/test/java</testSourceRoot>
                             <wsdlOptions>
                                 <wsdlOption>
-                                    <wsdl>${basedir}/src/test/resources/wsdl_systest/xmlbeans/hello_world.wsdl</wsdl>
+                                    <wsdl>${basedir}/src/test/resources/wsdl/xmlbeans/hello_world.wsdl</wsdl>
                                     <extraargs>
                                         <extraarg>-db</extraarg>
                                         <extraarg>xmlbeans</extraarg>