You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2010/08/31 14:00:25 UTC

svn commit: r991162 - /tuscany/sca-java-2.x/trunk/modules/binding-http-runtime/src/test/resources/helloworld.composite

Author: antelder
Date: Tue Aug 31 12:00:25 2010
New Revision: 991162

URL: http://svn.apache.org/viewvc?rev=991162&view=rev
Log:
Remove test binidng

Modified:
    tuscany/sca-java-2.x/trunk/modules/binding-http-runtime/src/test/resources/helloworld.composite

Modified: tuscany/sca-java-2.x/trunk/modules/binding-http-runtime/src/test/resources/helloworld.composite
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/binding-http-runtime/src/test/resources/helloworld.composite?rev=991162&r1=991161&r2=991162&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/binding-http-runtime/src/test/resources/helloworld.composite (original)
+++ tuscany/sca-java-2.x/trunk/modules/binding-http-runtime/src/test/resources/helloworld.composite Tue Aug 31 12:00:25 2010
@@ -26,7 +26,6 @@
         <implementation.java class="org.apache.tuscany.sca.binding.http.HelloworldImpl"/>
         <service name="Helloworld">
     		<tuscany:binding.http />
-    		<binding.ws name="ws" />
     	</service>
     </component>