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 2009/03/18 09:59:48 UTC

svn commit: r755514 - /cxf/trunk/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml

Author: ningjiang
Date: Wed Mar 18 08:59:47 2009
New Revision: 755514

URL: http://svn.apache.org/viewvc?rev=755514&view=rev
Log:
Fixed the wsdl_first_xmlbeans mvn start up issue

Modified:
    cxf/trunk/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml

Modified: cxf/trunk/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml?rev=755514&r1=755513&r2=755514&view=diff
==============================================================================
--- cxf/trunk/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml (original)
+++ cxf/trunk/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml Wed Mar 18 08:59:47 2009
@@ -13,7 +13,7 @@
 		<resources>
 		  <resource>
 		    <targetPath>schemaorg_apache_xmlbeans</targetPath>
-		    <directory>target/generated/src/main/java/schemaorg_apache_xmlbeans</directory>
+		    <directory>target/generated-sources/cxf/schemaorg_apache_xmlbeans</directory>
 		    <includes>
               <include> **/*.xsb </include>
               <include> **/*.class </include>