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 2007/01/28 02:00:10 UTC

svn commit: r500719 - /incubator/tuscany/java/sca/extensions/ruby/samples/helloworld/src/main/resources/HelloWorld.componentType

Author: antelder
Date: Sat Jan 27 17:00:09 2007
New Revision: 500719

URL: http://svn.apache.org/viewvc?view=rev&rev=500719
Log:
Fix Ruby sample service name

Modified:
    incubator/tuscany/java/sca/extensions/ruby/samples/helloworld/src/main/resources/HelloWorld.componentType

Modified: incubator/tuscany/java/sca/extensions/ruby/samples/helloworld/src/main/resources/HelloWorld.componentType
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/extensions/ruby/samples/helloworld/src/main/resources/HelloWorld.componentType?view=diff&rev=500719&r1=500718&r2=500719
==============================================================================
--- incubator/tuscany/java/sca/extensions/ruby/samples/helloworld/src/main/resources/HelloWorld.componentType (original)
+++ incubator/tuscany/java/sca/extensions/ruby/samples/helloworld/src/main/resources/HelloWorld.componentType Sat Jan 27 17:00:09 2007
@@ -20,7 +20,7 @@
 
 <componentType xmlns="http://www.osoa.org/xmlns/sca/1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
 
-    <service name="HelloWorldService">
+    <service name="helloworld.HelloWorldService">
         <interface.java interface="helloworld.HelloWorldService"/>
     </service>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org