summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/domainconfig/fullapp/src/main/resources/workspace.xml
blob: 95eca56958348d8762d31f17dc38704e6c3b23fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?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.    
-->
<workspace xmlns="http://tuscany.apache.org/xmlns/sca/1.0" 
           xmlns:ns1="http://tuscany.apache.org/xmlns/sca/1.0">
  <contribution location="file:../../contributions/common/target/scatours-contribution-common.jar"  uri="common"/>
  <contribution location="file:../../contributions/currency/target/scatours-contribution-currency.jar"  uri="currency"/>
  <contribution location="file:../../contributions/hotel/target/scatours-contribution-hotel.jar"  uri="hotel"/>
  <contribution location="file:../../contributions/flight/target/scatours-contribution-flight.jar"  uri="flight"/>
  <contribution location="file:../../contributions/car/target/scatours-contribution-car.jar"  uri="car"/>
  <contribution location="file:../../contributions/trip/target/scatours-contribution-trip.jar"  uri="trip"/>
  <contribution location="file:../../contributions/tripbooking/target/scatours-contribution-tripbooking.jar"  uri="tripbooking"/>
  <contribution location="file:../../contributions/travelcatalog/target/scatours-contribution-travelcatalog.jar"  uri="travelcatalog"/>
  <contribution location="file:../../contributions/payment-java/target/scatours-contribution-payment-java.jar"  uri="fullapp-payment"/>
  <contribution location="file:../../contributions/creditcard-payment-jaxb/target/scatours-contribution-creditcard-payment-jaxb.jar"  uri="fullapp-creditcard"/>
  <contribution location="file:../../contributions/shoppingcart/target/scatours-contribution-shoppingcart.jar"  uri="shoppingcart"/>
  <contribution location="file:../../contributions/scatours/target/scatours-contribution-scatours.jar"  uri="scatours"/>
  <contribution location="file:../../contributions/fullapp-ui/target/scatours-contribution-fullapp-ui.jar"  uri="fullapp-ui"/>
  <contribution location="file:../../contributions/fullapp-coordination/target/scatours-contribution-fullapp-coordination.jar"  uri="fullapp-coordination"/>
  <contribution location="file:../../contributions/fullapp-currency/target/scatours-contribution-fullapp-currency.jar"  uri="fullapp-currency"/>
  <contribution location="file:../../contributions/fullapp-packagedtrip/target/scatours-contribution-fullapp-packagedtrip.jar"  uri="fullapp-packagedtrip"/>
  <contribution location="file:../../contributions/fullapp-bespoketrip/target/scatours-contribution-fullapp-bespoketrip.jar"  uri="fullapp-bespoketrip"/>
  <contribution location="file:../../contributions/fullapp-shoppingcart/target/scatours-contribution-fullapp-shoppingcart.jar"  uri="fullapp-shoppingcart"/>
  <contribution location="file:../../domainconfig/fullapp/target/classes/cloud" uri="http://tuscany.apache.org/cloud"/>  
</workspace>