Author: antelder
Date: Sun Jul 30 02:22:21 2006
New Revision: 426879
URL: http://svn.apache.org/viewvc?rev=426879&view=rev
Log:
Add a .componentType sidefile to the sample
(which will be required till JavaScript introspection is implemented but right
now isn't used as I can't get the .componentType sidefile loading to work)
Added:
incubator/tuscany/java/samples/sca/helloworldJavaScript/src/main/resources/HelloWorld.componentType
Added:
incubator/tuscany/java/samples/sca/helloworldJavaScript/src/main/resources/HelloWorld.componentType
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/samples/sca/helloworldJavaScript/src/main/resources/HelloWorld.componentType?rev=426879&view=auto
==============================================================================
---
incubator/tuscany/java/samples/sca/helloworldJavaScript/src/main/resources/HelloWorld.componentType
(added)
+++
incubator/tuscany/java/samples/sca/helloworldJavaScript/src/main/resources/HelloWorld.componentType
Sun Jul 30 02:22:21 2006
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="ASCII"?>
+
+<componentType xmlns="http://www.osoa.org/xmlns/sca/1.0"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+
+ <service name="HelloWorldService">
+ <interface.java interface="helloworld.HelloWorldService"/>
+ </service>
+
+</componentType>
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]