summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/contributions/fullapp-packagedtrip/src/main/resources/scatours.composite
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2009-08-27 01:07:30 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2009-08-27 01:07:30 +0000
commit47d7bf03613dfd6a2db848df57306c0c2b8c2402 (patch)
tree47d5bc9c7e565ffc5f1a653c2ba2d3cc2df1a940 /sandbox/travelsample/contributions/fullapp-packagedtrip/src/main/resources/scatours.composite
parente55e032a7fbf42b17461e4fa4ad729b8f58a0f60 (diff)
Apply the new naming conventions to the fullapp contributions and launchers
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808241 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sandbox/travelsample/contributions/fullapp-packagedtrip/src/main/resources/scatours.composite (renamed from sandbox/travelsample/contributions/fullapp-packagedtrip-contribution/src/main/resources/scatours.composite)7
1 files changed, 3 insertions, 4 deletions
diff --git a/sandbox/travelsample/contributions/fullapp-packagedtrip-contribution/src/main/resources/scatours.composite b/sandbox/travelsample/contributions/fullapp-packagedtrip/src/main/resources/scatours.composite
index 024969edcc..0bd670c1a4 100644
--- a/sandbox/travelsample/contributions/fullapp-packagedtrip-contribution/src/main/resources/scatours.composite
+++ b/sandbox/travelsample/contributions/fullapp-packagedtrip/src/main/resources/scatours.composite
@@ -18,13 +18,12 @@
* under the License.
-->
<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
- targetNamespace="http://scatours"
- xmlns:scatours="http://scatours"
+ targetNamespace="http://tuscanyscatours.com/"
xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0"
name="packagedtrip">
- <component name="TripComponent">
- <implementation.java class="scatours.trip.TripImpl"/>
+ <component name="Trip">
+ <implementation.java class="com.tuscanyscatours.trip.impl.TripImpl"/>
<service name="Search">
<binding.ws name="searchws" uri="http://localhost:8085/Trip/Search"/>
<tuscany:binding.jsonrpc name="searchjsonrpc"/>