Author: gertv
Date: Fri Jun 29 21:08:39 2007
New Revision: 552099

URL: http://svn.apache.org/viewvc?view=rev&rev=552099
Log:
Fix for SM-977: XFireFault in wsdl-first example

Modified:
    
incubator/servicemix/branches/servicemix-3.1/samples/wsdl-first/wsdl-first-jsr181-su/pom.xml

Modified: 
incubator/servicemix/branches/servicemix-3.1/samples/wsdl-first/wsdl-first-jsr181-su/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/samples/wsdl-first/wsdl-first-jsr181-su/pom.xml?view=diff&rev=552099&r1=552098&r2=552099
==============================================================================
--- 
incubator/servicemix/branches/servicemix-3.1/samples/wsdl-first/wsdl-first-jsr181-su/pom.xml
 (original)
+++ 
incubator/servicemix/branches/servicemix-3.1/samples/wsdl-first/wsdl-first-jsr181-su/pom.xml
 Fri Jun 29 21:08:39 2007
@@ -60,7 +60,6 @@
                                 
<wsdl>${basedir}/src/main/resources/person.wsdl</wsdl>
                             </wsdls>
                             
<outputDirectory>${basedir}/target/jaxws</outputDirectory>
-                            
<profile>org.codehaus.xfire.jaxws.gen.JAXWSProfile</profile>
                         </configuration>
                         <goals>
                             <goal>wsgen</goal>
@@ -76,4 +75,4 @@
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>


Reply via email to