You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2006/12/13 13:14:12 UTC

svn commit: r486614 - /incubator/servicemix/trunk/samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/xbean.xml

Author: gnodet
Date: Wed Dec 13 04:14:11 2006
New Revision: 486614

URL: http://svn.apache.org/viewvc?view=rev&rev=486614
Log:
The <classpath/> tag is not needed anymore

Modified:
    incubator/servicemix/trunk/samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/xbean.xml

Modified: incubator/servicemix/trunk/samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/xbean.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/xbean.xml?view=diff&rev=486614&r1=486613&r2=486614
==============================================================================
--- incubator/servicemix/trunk/samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/xbean.xml (original)
+++ incubator/servicemix/trunk/samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/xbean.xml Wed Dec 13 04:14:11 2006
@@ -19,10 +19,6 @@
 -->
 <beans xmlns:jsr181="http://servicemix.apache.org/jsr181/1.0">
 
-    <classpath>
-        <location>.</location>
-    </classpath>
-  
     <jsr181:endpoint pojoClass="org.apache.servicemix.samples.wsdl_first.PersonImpl"
                      wsdlResource="classpath:person.wsdl"
                      style="document" />