Author: jsdelfino
Date: Thu Apr 27 01:07:18 2006
New Revision: 397472
URL: http://svn.apache.org/viewcvs?rev=397472&view=rev
Log:
Added missing <import.sdo> statements to sca.module
Modified:
incubator/tuscany/java/samples/helloworld/helloworldws/src/main/resources/sca.module
incubator/tuscany/java/samples/helloworld/helloworldwsclient/src/main/resources/sca.module
Modified:
incubator/tuscany/java/samples/helloworld/helloworldws/src/main/resources/sca.module
URL:
http://svn.apache.org/viewcvs/incubator/tuscany/java/samples/helloworld/helloworldws/src/main/resources/sca.module?rev=397472&r1=397471&r2=397472&view=diff
==============================================================================
---
incubator/tuscany/java/samples/helloworld/helloworldws/src/main/resources/sca.module
(original)
+++
incubator/tuscany/java/samples/helloworld/helloworldws/src/main/resources/sca.module
Thu Apr 27 01:07:18 2006
@@ -18,6 +18,7 @@
<module xmlns="http://www.osoa.org/xmlns/sca/0.9"
xmlns:v="http://www.osoa.org/xmlns/sca/values/0.9"
name="sampleHelloworld">
+ <import.sdo wsdlLocation="wsdl/helloworld.wsdl"/>
<import.wsdl location="wsdl/helloworld.wsdl"
namespace="http://helloworldaxis.samples.tuscany.apache.org"/>
<entryPoint name="HelloWorldService">
Modified:
incubator/tuscany/java/samples/helloworld/helloworldwsclient/src/main/resources/sca.module
URL:
http://svn.apache.org/viewcvs/incubator/tuscany/java/samples/helloworld/helloworldwsclient/src/main/resources/sca.module?rev=397472&r1=397471&r2=397472&view=diff
==============================================================================
---
incubator/tuscany/java/samples/helloworld/helloworldwsclient/src/main/resources/sca.module
(original)
+++
incubator/tuscany/java/samples/helloworld/helloworldwsclient/src/main/resources/sca.module
Thu Apr 27 01:07:18 2006
@@ -17,6 +17,7 @@
<module xmlns="http://www.osoa.org/xmlns/sca/0.9"
xmlns:v="http://www.osoa.org/xmlns/sca/values/0.9"
name="sampleHelloworld">
+ <import.sdo wsdlLocation="wsdl/helloworld.wsdl"/>
<import.wsdl location="wsdl/helloworld.wsdl"
namespace="http://helloworldaxis.samples.tuscany.apache.org"/>
<component name="HelloWorldServiceComponent">