You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2007/10/31 02:53:07 UTC

svn commit: r590535 - /incubator/servicemix/branches/servicemix-3.2/archetypes/servicemix-jsr181-wsdl-first-service-unit/src/main/resources/archetype-resources/pom.xml

Author: ffang
Date: Tue Oct 30 18:53:07 2007
New Revision: 590535

URL: http://svn.apache.org/viewvc?rev=590535&view=rev
Log:
sync SM-1122 fix from main trunk

Modified:
    incubator/servicemix/branches/servicemix-3.2/archetypes/servicemix-jsr181-wsdl-first-service-unit/src/main/resources/archetype-resources/pom.xml

Modified: incubator/servicemix/branches/servicemix-3.2/archetypes/servicemix-jsr181-wsdl-first-service-unit/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/archetypes/servicemix-jsr181-wsdl-first-service-unit/src/main/resources/archetype-resources/pom.xml?rev=590535&r1=590534&r2=590535&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-3.2/archetypes/servicemix-jsr181-wsdl-first-service-unit/src/main/resources/archetype-resources/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.2/archetypes/servicemix-jsr181-wsdl-first-service-unit/src/main/resources/archetype-resources/pom.xml Tue Oct 30 18:53:07 2007
@@ -73,7 +73,7 @@
               <wsdls>
                 <wsdl>src/main/resources/service.wsdl</wsdl>
               </wsdls>
-              <outputDirectory>target/jaxws</outputDirectory>
+              <outputDirectory>target/generated-sources</outputDirectory>
               <profile>org.codehaus.xfire.jaxws.gen.JAXWSProfile</profile>
             </configuration>
             <goals>