summaryrefslogtreecommitdiffstats
path: root/sandbox
diff options
context:
space:
mode:
authormcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68>2009-06-13 14:31:52 +0000
committermcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68>2009-06-13 14:31:52 +0000
commitc3fd6d1a36b46cfe5c609ee5c9a59c6c31f1898b (patch)
treef39342d2fea4cd4a1b3cd062342a62a5f791598c /sandbox
parent667940fec12c91bb231d7f8ff477f9e78112b80b (diff)
Added basic current converter .composite file
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@784398 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox')
-rw-r--r--sandbox/travelsample/contributions/currency-contribution/src/main/resources/currency-converter.composite29
1 files changed, 29 insertions, 0 deletions
diff --git a/sandbox/travelsample/contributions/currency-contribution/src/main/resources/currency-converter.composite b/sandbox/travelsample/contributions/currency-contribution/src/main/resources/currency-converter.composite
new file mode 100644
index 0000000000..13d4e9a45c
--- /dev/null
+++ b/sandbox/travelsample/contributions/currency-contribution/src/main/resources/currency-converter.composite
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+-->
+<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
+ xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0"
+ targetNamespace="http://goodvaluetrips.com/"
+ name="currencyconverter">
+
+ <component name="CurrencyConverter">
+ <implementation.java class="scatours.currencyconverter.CurrencyConverterImpl" />
+ <service name="CurrencyConverter"/>
+ </component>
+</composite>