summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/distribution/bundle/pom.xml678
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/distribution/jaxws/pom.xml72
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/distribution/ode/pom.xml73
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/distribution/openejb/pom.xml71
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/assembly/bin-jaxws.xml36
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/assembly/bin-ode.xml36
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/assembly/bin-openejb.xml36
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/assembly/bin-selfcontained.xml38
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/assembly/bin.xml38
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/components/bin-common.xml43
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/components/bin-default.xml28
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/components/bin-jaxws.xml46
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/components/bin-modules.xml119
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/components/bin-ode.xml36
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/components/bin-openejb.xml46
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/components/bin-selfcontained.xml42
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/release/LICENSE (renamed from sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/release/bin/LICENSE)0
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/release/NOTICE (renamed from sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/release/bin/NOTICE)0
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/release/bin/INSTALL24
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/resources/build-clients.xml54
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/resources/build-defs-selfcontained.xml30
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/resources/build-defs.xml46
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/resources/build-launchers.xml328
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/resources/build-services.xml64
24 files changed, 0 insertions, 1984 deletions
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/distribution/bundle/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/distribution/bundle/pom.xml
deleted file mode 100644
index d72131d247..0000000000
--- a/sca-java-1.x/trunk/tutorials/travelsample/distribution/bundle/pom.xml
+++ /dev/null
@@ -1,678 +0,0 @@
-<?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.
--->
-<project>
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours</artifactId>
- <version>1.0-SNAPSHOT</version>
- <relativePath>../../pom.xml</relativePath>
- </parent>
- <version>1.0-SNAPSHOT</version>
-
- <artifactId>scatours-distribution-bundle</artifactId>
- <name>Apache Tuscany SCA Tours Distribution Bundle</name>
- <packaging>pom</packaging>
-
- <dependencies>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-client-currency-converter-corba</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-client-currency-converter-jms</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-client-currency-converter-rmi</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-client-currency-converter-ws-jaxws</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-contribution-blog-feed</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-contribution-buildingblocks</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-contribution-buildingblocks-client</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-contribution-calendar</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-contribution-car</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-contribution-common</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-contribution-creditcard-payment-jaxb</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-contribution-creditcard-payment-jaxb-policy</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-contribution-creditcard-payment-sdo</artifactId>
- <version>${pom.version}</version>
- </dependency>
-<!--
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-contribution-creditcard-payment-webapp</artifactId>
- <version>${pom.version}</version>
- </dependency>
--->
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-contribution-currency</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-contribution-currency-corba</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-contribution-currency-jms</artifactId>
- <version>${pom.version}</version>
- </dependency>
-<!--
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-contribution-currency-jsp</artifactId>
- <version>${pom.version}</version>
- </dependency>
--->
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-contribution-currency-rmi</artifactId>
- <version>${pom.version}</version>
- </dependency>
-<!--
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-contribution-currency-servlet</artifactId>
- <version>${pom.version}</version>
- </dependency>
--->
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-contribution-currency-ws</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-contribution-databinding-client</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-contribution-emailgateway</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-contribution-feed-logger</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-contribution-flight</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-contribution-fullapp-bespoketrip</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-contribution-fullapp-currency</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-contribution-fullapp-coordination</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-contribution-fullapp-packagedtrip</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-contribution-fullapp-shoppingcart</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-contribution-fullapp-ui</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-contribution-help-pages</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-contribution-hotel</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-contribution-interaction-client</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-contribution-interaction-service-remote</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-contribution-introducing-client</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-contribution-introducing-tours</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-contribution-introducing-trips</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-contribution-notification</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-contribution-notification-corba</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-contribution-notification-ejb</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-contribution-notification-jms</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-contribution-notification-rmi</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-contribution-notification-ws</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-contribution-payment-bpel</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-contribution-payment-bpel-process</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-contribution-payment-groovy</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-contribution-payment-python</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-contribution-payment-java</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-contribution-payment-java-callback</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-contribution-payment-java-policy</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-contribution-payment-java-reference-pass</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-contribution-payment-spring</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-contribution-payment-spring-policy</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-contribution-payment-spring-scatag</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-contribution-policy-client</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-contribution-scatours</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-contribution-shoppingcart</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-contribution-travelcatalog</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-contribution-trip</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-contribution-trip-policy</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-contribution-tripbooking</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-contribution-using</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-launcher-blog-feed</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-launcher-buildingblocks</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-launcher-currency-converter</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-launcher-currency-converter-corba</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-launcher-currency-converter-jms</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-launcher-currency-converter-rmi</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-launcher-currency-converter-ws</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-launcher-databinding</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-launcher-feed-logger</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-launcher-fullapp</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-launcher-fullapp-domain</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-launcher-fullapp-nodes</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-launcher-help-pages</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-launcher-interaction</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-launcher-introducing</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-launcher-introducing-client</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-launcher-introducing-domain</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-launcher-introducing-tours</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-launcher-introducing-trips</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-launcher-notification-corba</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-launcher-notification-ejb</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-launcher-notification-jms</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-launcher-notification-rmi</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-launcher-notification-ws</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-launcher-payment-bpel</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-launcher-payment-groovy</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-launcher-payment-python</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-launcher-payment-java</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-launcher-payment-java-callback</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-launcher-payment-java-policy</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-launcher-payment-java-reference-pass</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-launcher-payment-spring</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-launcher-payment-spring-scatag</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-launcher-policy</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-launcher-using</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-service-smsgateway-corba</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-service-smsgateway-ejb</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-service-smsgateway-jaxws</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-service-smsgateway-jms</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-service-smsgateway-rmi</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-util-launcher-common</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-domainconfig-fullapp</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-domainconfig-introducing</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.geronimo.specs</groupId>
- <artifactId>geronimo-jms_1.1_spec</artifactId>
- <version>1.1</version>
- </dependency>
- </dependencies>
-
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-antrun-plugin</artifactId>
- <executions>
- <execution>
- <phase>install</phase>
- <configuration>
- <tasks>
- <delete dir="../target/apache-tuscany-scatours-${version}/tuscany-scatours-${version}/domainconfig/META-INF"
- includeemptydirs="true"/>
- </tasks>
- </configuration>
- <goals>
- <goal>run</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
-
-
- <profiles>
- <profile>
- <!-- The default profile produces a subset distribution which excludes
- libraries that are present in the Tuscany SCA binary distro. -->
- <id>default</id>
- <activation>
- <activeByDefault>true</activeByDefault>
- </activation>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-assembly-plugin</artifactId>
- <executions>
- <execution>
- <id>distribution-package</id>
- <phase>package</phase>
- <goals>
- <goal>single</goal>
- </goals>
- <configuration>
- <outputDirectory>../target</outputDirectory>
- <descriptors>
- <descriptor>../src/main/assembly/bin.xml</descriptor>
- <descriptor>../src/main/assembly/src.xml</descriptor>
- </descriptors>
- <tarLongFileMode>gnu</tarLongFileMode>
- <archiveBaseDirectory>..</archiveBaseDirectory>
- <outputDirectory>../target</outputDirectory>
- <finalName>apache-tuscany-scatours-${version}</finalName>
- <appendAssemblyId>true</appendAssemblyId>
- <ignoreDirFormatExtensions>true</ignoreDirFormatExtensions>
- </configuration>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
-
- <profile>
- <!-- Use mvn -Pselfcontained to produce a self-contained distribution
- with all library dependencies included. -->
- <id>selfcontained</id>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-assembly-plugin</artifactId>
- <executions>
- <execution>
- <id>distribution-package</id>
- <phase>package</phase>
- <goals>
- <goal>single</goal>
- </goals>
- <configuration>
- <outputDirectory>../target</outputDirectory>
- <descriptors>
- <descriptor>../src/main/assembly/bin-selfcontained.xml</descriptor>
- <descriptor>../src/main/assembly/src.xml</descriptor>
- </descriptors>
- <tarLongFileMode>gnu</tarLongFileMode>
- <archiveBaseDirectory>..</archiveBaseDirectory>
- <outputDirectory>../target</outputDirectory>
- <finalName>apache-tuscany-scatours-${version}</finalName>
- <appendAssemblyId>true</appendAssemblyId>
- <ignoreDirFormatExtensions>true</ignoreDirFormatExtensions>
- </configuration>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
-
-</project>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/distribution/jaxws/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/distribution/jaxws/pom.xml
deleted file mode 100644
index 08c654a1a4..0000000000
--- a/sca-java-1.x/trunk/tutorials/travelsample/distribution/jaxws/pom.xml
+++ /dev/null
@@ -1,72 +0,0 @@
-<?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.
--->
-<project>
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours</artifactId>
- <version>1.0-SNAPSHOT</version>
- <relativePath>../../pom.xml</relativePath>
- </parent>
- <version>1.0-SNAPSHOT</version>
-
- <!-- This module brings in the JAX-WS runtime dependencies that are needed when running on JDK 5. -->
- <artifactId>scatours-distribution-jaxws</artifactId>
- <name>Apache Tuscany SCA Tours Distribution JAX-WS Dependencies for JDK 5</name>
- <packaging>pom</packaging>
-
- <dependencies>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-util-jaxws-runtime</artifactId>
- <version>1.0-SNAPSHOT</version>
- </dependency>
- </dependencies>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-assembly-plugin</artifactId>
- <executions>
- <execution>
- <id>distribution-package</id>
- <phase>package</phase>
- <goals>
- <goal>single</goal>
- </goals>
- <configuration>
- <outputDirectory>../target</outputDirectory>
- <descriptors>
- <descriptor>../src/main/assembly/bin-jaxws.xml</descriptor>
- </descriptors>
- <tarLongFileMode>gnu</tarLongFileMode>
- <archiveBaseDirectory>..</archiveBaseDirectory>
- <outputDirectory>../target</outputDirectory>
- <finalName>apache-tuscany-scatours-${version}</finalName>
- <appendAssemblyId>true</appendAssemblyId>
- <ignoreDirFormatExtensions>true</ignoreDirFormatExtensions>
- </configuration>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
-</project>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/distribution/ode/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/distribution/ode/pom.xml
deleted file mode 100644
index 4641976fba..0000000000
--- a/sca-java-1.x/trunk/tutorials/travelsample/distribution/ode/pom.xml
+++ /dev/null
@@ -1,73 +0,0 @@
-<?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.
--->
-<project>
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours</artifactId>
- <version>1.0-SNAPSHOT</version>
- <relativePath>../../pom.xml</relativePath>
- </parent>
- <version>1.0-SNAPSHOT</version>
-
- <!-- This module brings in the database needed by the ODE runtime. -->
- <artifactId>scatours-distribution-ode</artifactId>
- <name>Apache Tuscany SCA Tours Distribution ODE Database</name>
- <packaging>pom</packaging>
-
- <dependencies>
- <dependency>
- <groupId>org.apache.ode</groupId>
- <artifactId>ode-dao-jpa-ojpa-derby</artifactId>
- <type>zip</type>
- <version>1.1.1</version>
- </dependency>
- </dependencies>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-assembly-plugin</artifactId>
- <executions>
- <execution>
- <id>distribution-package</id>
- <phase>package</phase>
- <goals>
- <goal>single</goal>
- </goals>
- <configuration>
- <outputDirectory>../target</outputDirectory>
- <descriptors>
- <descriptor>../src/main/assembly/bin-ode.xml</descriptor>
- </descriptors>
- <tarLongFileMode>gnu</tarLongFileMode>
- <archiveBaseDirectory>..</archiveBaseDirectory>
- <outputDirectory>../target</outputDirectory>
- <finalName>apache-tuscany-scatours-${version}</finalName>
- <appendAssemblyId>true</appendAssemblyId>
- <ignoreDirFormatExtensions>true</ignoreDirFormatExtensions>
- </configuration>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
-</project>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/distribution/openejb/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/distribution/openejb/pom.xml
deleted file mode 100644
index e42098a5b0..0000000000
--- a/sca-java-1.x/trunk/tutorials/travelsample/distribution/openejb/pom.xml
+++ /dev/null
@@ -1,71 +0,0 @@
-<?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.
--->
-<project>
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours</artifactId>
- <version>1.0-SNAPSHOT</version>
- <relativePath>../../pom.xml</relativePath>
- </parent>
- <version>1.0-SNAPSHOT</version>
-
- <artifactId>scatours-distribution-openejb</artifactId>
- <name>Apache Tuscany SCA Tours Distribution OpenEJB Dependencies</name>
- <packaging>pom</packaging>
-
- <dependencies>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-util-openejb-runtime</artifactId>
- <version>1.0-SNAPSHOT</version>
- </dependency>
- </dependencies>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-assembly-plugin</artifactId>
- <executions>
- <execution>
- <id>distribution-package</id>
- <phase>package</phase>
- <goals>
- <goal>single</goal>
- </goals>
- <configuration>
- <outputDirectory>../target</outputDirectory>
- <descriptors>
- <descriptor>../src/main/assembly/bin-openejb.xml</descriptor>
- </descriptors>
- <tarLongFileMode>gnu</tarLongFileMode>
- <archiveBaseDirectory>..</archiveBaseDirectory>
- <outputDirectory>../target</outputDirectory>
- <finalName>apache-tuscany-scatours-${version}</finalName>
- <appendAssemblyId>true</appendAssemblyId>
- <ignoreDirFormatExtensions>true</ignoreDirFormatExtensions>
- </configuration>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
-</project>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/assembly/bin-jaxws.xml b/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/assembly/bin-jaxws.xml
deleted file mode 100644
index b900b1bcb5..0000000000
--- a/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/assembly/bin-jaxws.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<?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.
--->
-<assembly>
- <!-- id typically identifies the "type" (src vs bin etc) of the assembly -->
- <id></id>
- <includeBaseDirectory>true</includeBaseDirectory>
- <baseDirectory>tuscany-scatours-${version}</baseDirectory>
- <formats>
- <format>dir</format>
-<!--
- <format>tar.gz</format>
- <format>zip</format>
--->
- </formats>
-
- <componentDescriptors>
- <componentDescriptor>../src/main/components/bin-jaxws.xml</componentDescriptor>
- </componentDescriptors>
-</assembly>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/assembly/bin-ode.xml b/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/assembly/bin-ode.xml
deleted file mode 100644
index 1965c7f16e..0000000000
--- a/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/assembly/bin-ode.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<?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.
--->
-<assembly>
- <!-- id typically identifies the "type" (src vs bin etc) of the assembly -->
- <id></id>
- <includeBaseDirectory>true</includeBaseDirectory>
- <baseDirectory>tuscany-scatours-${version}</baseDirectory>
- <formats>
- <format>dir</format>
-<!--
- <format>tar.gz</format>
- <format>zip</format>
--->
- </formats>
-
- <componentDescriptors>
- <componentDescriptor>../src/main/components/bin-ode.xml</componentDescriptor>
- </componentDescriptors>
-</assembly>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/assembly/bin-openejb.xml b/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/assembly/bin-openejb.xml
deleted file mode 100644
index 8364ac11e5..0000000000
--- a/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/assembly/bin-openejb.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<?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.
--->
-<assembly>
- <!-- id typically identifies the "type" (src vs bin etc) of the assembly -->
- <id></id>
- <includeBaseDirectory>true</includeBaseDirectory>
- <baseDirectory>tuscany-scatours-${version}</baseDirectory>
- <formats>
- <format>dir</format>
-<!--
- <format>tar.gz</format>
- <format>zip</format>
--->
- </formats>
-
- <componentDescriptors>
- <componentDescriptor>../src/main/components/bin-openejb.xml</componentDescriptor>
- </componentDescriptors>
-</assembly>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/assembly/bin-selfcontained.xml b/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/assembly/bin-selfcontained.xml
deleted file mode 100644
index cf2638fcfb..0000000000
--- a/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/assembly/bin-selfcontained.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?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.
--->
-<assembly>
- <!-- id typically identifies the "type" (src vs bin etc) of the assembly -->
- <id></id>
- <includeBaseDirectory>true</includeBaseDirectory>
- <baseDirectory>tuscany-scatours-${version}</baseDirectory>
- <formats>
- <format>dir</format>
-<!--
- <format>tar.gz</format>
- <format>zip</format>
--->
- </formats>
-
- <componentDescriptors>
- <componentDescriptor>../src/main/components/bin-common.xml</componentDescriptor>
- <componentDescriptor>../src/main/components/bin-modules.xml</componentDescriptor>
- <componentDescriptor>../src/main/components/bin-selfcontained.xml</componentDescriptor>
- </componentDescriptors>
-</assembly>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/assembly/bin.xml b/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/assembly/bin.xml
deleted file mode 100644
index 046be2caaf..0000000000
--- a/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/assembly/bin.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?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.
--->
-<assembly>
- <!-- id typically identifies the "type" (src vs bin etc) of the assembly -->
- <id></id>
- <includeBaseDirectory>true</includeBaseDirectory>
- <baseDirectory>tuscany-scatours-${version}</baseDirectory>
- <formats>
- <format>dir</format>
-<!--
- <format>tar.gz</format>
- <format>zip</format>
--->
- </formats>
-
- <componentDescriptors>
- <componentDescriptor>../src/main/components/bin-common.xml</componentDescriptor>
- <componentDescriptor>../src/main/components/bin-modules.xml</componentDescriptor>
- <componentDescriptor>../src/main/components/bin-default.xml</componentDescriptor>
- </componentDescriptors>
-</assembly>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/components/bin-common.xml b/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/components/bin-common.xml
deleted file mode 100644
index 5c2b013e3a..0000000000
--- a/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/components/bin-common.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-<!--
- * 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.
--->
-<component>
- <fileSets>
-
- <!-- Add the text files to the top-level directroy -->
- <fileSet>
- <directory>..</directory>
- <outputDirectory></outputDirectory>
- <includes>
- <include>CHANGES</include>
- <include>README</include>
- <include>RELEASE_NOTES</include>
- </includes>
- </fileSet>
- <fileSet>
- <directory>src/main/release/bin</directory>
- <outputDirectory></outputDirectory>
- <includes>
- <include>INSTALL</include>
- <include>LICENSE</include>
- <include>NOTICE</include>
- </includes>
- </fileSet>
- </fileSets>
-
-</component>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/components/bin-default.xml b/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/components/bin-default.xml
deleted file mode 100644
index ed61a17af3..0000000000
--- a/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/components/bin-default.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<!--
- * 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.
--->
-<component>
-
- <files>
- <file>
- <source>../src/main/resources/build-defs.xml</source>
- <outputDirectory>util</outputDirectory>
- </file>
- </files>
-
-</component>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/components/bin-jaxws.xml b/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/components/bin-jaxws.xml
deleted file mode 100644
index f139569c23..0000000000
--- a/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/components/bin-jaxws.xml
+++ /dev/null
@@ -1,46 +0,0 @@
-<!--
- * 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.
--->
-<component>
-
- <dependencySets>
- <!-- Add scatours-util-jaxws-runtime.jar to the util directory -->
- <dependencySet>
- <useProjectArtifact>false</useProjectArtifact>
- <outputDirectory>util</outputDirectory>
- <outputFileNameMapping>${artifact.artifactId}.${artifact.extension}</outputFileNameMapping>
- <unpack>false</unpack>
- <includes>
- <include>org.apache.tuscany.sca:scatours-util-jaxws-runtime</include>
- </includes>
- <scope>runtime</scope>
- </dependencySet>
-
- <!-- Add the JAX-WS runtime dependencies to the jaxws directory -->
- <dependencySet>
- <useProjectArtifact>false</useProjectArtifact>
- <outputDirectory>jaxws</outputDirectory>
- <unpack>false</unpack>
- <excludes>
- <exclude>org.apache.tuscany.sca:scatours-util-jaxws-runtime</exclude>
- </excludes>
- <scope>runtime</scope>
- </dependencySet>
- </dependencySets>
-
-</component>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/components/bin-modules.xml b/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/components/bin-modules.xml
deleted file mode 100644
index 41115063a7..0000000000
--- a/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/components/bin-modules.xml
+++ /dev/null
@@ -1,119 +0,0 @@
-<!--
- * 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.
--->
-<component>
-
- <files>
- <file>
- <source>../src/main/resources/build-clients.xml</source>
- <outputDirectory>clients</outputDirectory>
- <destName>build.xml</destName>
- </file>
- <file>
- <source>../src/main/resources/build-launchers.xml</source>
- <outputDirectory>launchers</outputDirectory>
- <destName>build.xml</destName>
- </file>
- <file>
- <source>../src/main/resources/build-services.xml</source>
- <outputDirectory>services</outputDirectory>
- <destName>build.xml</destName>
- </file>
- </files>
-
- <dependencySets>
- <dependencySet>
- <useProjectArtifact>false</useProjectArtifact>
- <outputDirectory>util</outputDirectory>
- <outputFileNameMapping>${artifact.artifactId}.${artifact.extension}</outputFileNameMapping>
- <unpack>false</unpack>
- <includes>
- <include>org.apache.tuscany.sca:scatours-util-*</include>
- </includes>
- <scope>runtime</scope>
- </dependencySet>
-
- <dependencySet>
- <useProjectArtifact>false</useProjectArtifact>
- <outputDirectory>contributions</outputDirectory>
- <outputFileNameMapping>${artifact.artifactId}.${artifact.extension}</outputFileNameMapping>
- <unpack>false</unpack>
- <includes>
- <include>org.apache.tuscany.sca:scatours-contribution-*</include>
- </includes>
- <excludes>
- <exclude>org.apache.tuscany.sca:scatours-contribution-payment-bpel-process</exclude>
- </excludes>
- <scope>runtime</scope>
- </dependencySet>
-
- <dependencySet>
- <useProjectArtifact>false</useProjectArtifact>
- <outputDirectory>contributions/scatours-contribution-payment-bpel-process</outputDirectory>
- <unpack>true</unpack>
- <includes>
- <include>org.apache.tuscany.sca:scatours-contribution-payment-bpel-process</include>
- </includes>
- <scope>runtime</scope>
- </dependencySet>
-
- <dependencySet>
- <useProjectArtifact>false</useProjectArtifact>
- <outputDirectory>launchers</outputDirectory>
- <outputFileNameMapping>${artifact.artifactId}.${artifact.extension}</outputFileNameMapping>
- <unpack>false</unpack>
- <includes>
- <include>org.apache.tuscany.sca:scatours-launcher-*</include>
- </includes>
- <scope>runtime</scope>
- </dependencySet>
-
- <dependencySet>
- <useProjectArtifact>false</useProjectArtifact>
- <outputDirectory>services</outputDirectory>
- <outputFileNameMapping>${artifact.artifactId}.${artifact.extension}</outputFileNameMapping>
- <unpack>false</unpack>
- <includes>
- <include>org.apache.tuscany.sca:scatours-service-*</include>
- </includes>
- <scope>runtime</scope>
- </dependencySet>
-
- <dependencySet>
- <useProjectArtifact>false</useProjectArtifact>
- <outputDirectory>clients</outputDirectory>
- <outputFileNameMapping>${artifact.artifactId}.${artifact.extension}</outputFileNameMapping>
- <unpack>false</unpack>
- <includes>
- <include>org.apache.tuscany.sca:scatours-client-*</include>
- </includes>
- <scope>runtime</scope>
- </dependencySet>
-
- <dependencySet>
- <useProjectArtifact>false</useProjectArtifact>
- <outputDirectory>domainconfig</outputDirectory>
- <unpack>true</unpack>
- <includes>
- <include>org.apache.tuscany.sca:scatours-domainconfig-*</include>
- </includes>
- <scope>runtime</scope>
- </dependencySet>
- </dependencySets>
-
-</component>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/components/bin-ode.xml b/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/components/bin-ode.xml
deleted file mode 100644
index 884a8fdb84..0000000000
--- a/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/components/bin-ode.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<!--
- * 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.
--->
-<component>
-
- <dependencySets>
- <!-- Add the ODE database to the ode directory -->
- <dependencySet>
- <useProjectArtifact>false</useProjectArtifact>
- <outputDirectory>ode</outputDirectory>
- <unpack>true</unpack>
- <!--
- <includes>
- <include>org.apache.ode:ode-dao-jpa-ojpa-derby-*</include>
- </includes>
- -->
- <scope>runtime</scope>
- </dependencySet>
- </dependencySets>
-
-</component>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/components/bin-openejb.xml b/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/components/bin-openejb.xml
deleted file mode 100644
index 596ee0b55a..0000000000
--- a/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/components/bin-openejb.xml
+++ /dev/null
@@ -1,46 +0,0 @@
-<!--
- * 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.
--->
-<component>
-
- <dependencySets>
- <!-- Add scatours-util-openejb-runtime.jar to the util directory -->
- <dependencySet>
- <useProjectArtifact>false</useProjectArtifact>
- <outputDirectory>util</outputDirectory>
- <outputFileNameMapping>${artifact.artifactId}.${artifact.extension}</outputFileNameMapping>
- <unpack>false</unpack>
- <includes>
- <include>org.apache.tuscany.sca:scatours-util-openejb-runtime</include>
- </includes>
- <scope>runtime</scope>
- </dependencySet>
-
- <!-- Add the OpenEJB runtime dependencies to the openejb directory -->
- <dependencySet>
- <useProjectArtifact>false</useProjectArtifact>
- <outputDirectory>openejb</outputDirectory>
- <unpack>false</unpack>
- <excludes>
- <exclude>org.apache.tuscany.sca:scatours-util-openejb-runtime</exclude>
- </excludes>
- <scope>runtime</scope>
- </dependencySet>
- </dependencySets>
-
-</component>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/components/bin-selfcontained.xml b/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/components/bin-selfcontained.xml
deleted file mode 100644
index 90db09cfbe..0000000000
--- a/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/components/bin-selfcontained.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-<!--
- * 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.
--->
-<component>
-
- <files>
- <file>
- <source>../src/main/resources/build-defs-selfcontained.xml</source>
- <outputDirectory>util</outputDirectory>
- <destName>build-defs.xml</destName>
- </file>
- </files>
-
- <dependencySets>
- <!-- Add all the Tuscany dependencies to the lib directory -->
- <dependencySet>
- <useProjectArtifact>false</useProjectArtifact>
- <outputDirectory>lib</outputDirectory>
- <unpack>false</unpack>
- <excludes>
- <exclude>org.apache.tuscany.sca:scatours*</exclude>
- </excludes>
- <scope>runtime</scope>
- </dependencySet>
- </dependencySets>
-
-</component>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/release/bin/LICENSE b/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/release/LICENSE
index a1c5f8d2e6..a1c5f8d2e6 100644
--- a/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/release/bin/LICENSE
+++ b/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/release/LICENSE
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/release/bin/NOTICE b/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/release/NOTICE
index cabd225df1..cabd225df1 100644
--- a/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/release/bin/NOTICE
+++ b/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/release/NOTICE
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/release/bin/INSTALL b/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/release/bin/INSTALL
deleted file mode 100644
index 7514a7c73c..0000000000
--- a/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/release/bin/INSTALL
+++ /dev/null
@@ -1,24 +0,0 @@
-Installing the Apache Tuscany SCA 2.0-M3 June 2009 Release binary distribution
-===============================================================================
-
-Unzip Tuscany binary distribution archive and you get the following:
-
-tuscany-sca-2.0-M3
- CHANGES - A note of the major changes in this release
- INSTALL - this help file
- LICENSE - the Apache License and any dependecy licenses
- NOTICE - attribution notices associated with the licenses
- README - readme for the release
- RELEASE_NOTES - description of this release
-
- /bin - Tuscany launcher (for use when running tuscany from the command line)
-
- /features - OSGi runtime configuration, Tuscany manifest and PDE target
-
- /modules - all of the individual Tuscany jars and their dependencies
-
- /samples - all the Tuscany samples, see the README in that directory
-
-
-
-
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/resources/build-clients.xml b/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/resources/build-clients.xml
deleted file mode 100644
index 98a3b2c345..0000000000
--- a/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/resources/build-clients.xml
+++ /dev/null
@@ -1,54 +0,0 @@
-<!--
- * 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.
--->
-
-<project name="scatours-distribution-clients">
- <import file="../util/build-defs.xml"/>
-
- <target name="run-currency-converter-corba">
- <java classname="scatours.CurrencyConverterCORBAClient" fork="true" failonerror="true">
- <classpath location="scatours-client-currency-converter-corba.jar"/>
- </java>
- </target>
-
- <target name="run-currency-converter-jms">
- <java classname="scatours.CurrencyConverterJMSClient" fork="true" failonerror="true">
- <classpath>
- <pathelement location="scatours-client-currency-converter-jms.jar"/>
- <!-- The following is used to bring in the ActiveMQ runtime. -->
- <path refid="scatours.tuscany-manifest"/>
- </classpath>
- </java>
- </target>
-
- <target name="run-currency-converter-rmi">
- <java classname="scatours.CurrencyConverterRMIClient" fork="true" failonerror="true">
- <classpath location="scatours-client-currency-converter-rmi.jar"/>
- </java>
- </target>
-
- <target name="run-currency-converter-ws-jaxws">
- <java classname="scatours.CurrencyConverterWSClient" fork="true" failonerror="true">
- <classpath>
- <pathelement location="scatours-client-currency-converter-ws-jaxws.jar"/>
- <!-- The following is used to bring in additional dependencies of the JAX-WS runtime. -->
- <path refid="scatours.tuscany-manifest"/>
- </classpath>
- </java>
- </target>
-</project>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/resources/build-defs-selfcontained.xml b/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/resources/build-defs-selfcontained.xml
deleted file mode 100644
index f741f28a7b..0000000000
--- a/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/resources/build-defs-selfcontained.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<!--
- * 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.
--->
-
-<!-- The self-contained build does not need any libraries from the Tuscany SCA
- binary distro. -->
-<project name="build-defs">
-
- <path id="scatours.tuscany-manifest"/>
-
- <path id="scatours.tuscany-node-launcher"/>
-
- <path id="scatours.tuscany-openejb"/>
-
-</project>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/resources/build-defs.xml b/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/resources/build-defs.xml
deleted file mode 100644
index f914208f52..0000000000
--- a/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/resources/build-defs.xml
+++ /dev/null
@@ -1,46 +0,0 @@
-<!--
- * 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.
--->
-
-<!-- The default build depends on libraries from the Tuscany SCA binary distro. -->
-<project name="build-defs">
- <property environment="env"/>
-
- <path id="scatours.tuscany-manifest">
- <pathelement location="${env.TUSCANY_HOME}/lib/tuscany-sca-manifest.jar"/>
- </path>
-
- <path id="scatours.tuscany-node-launcher">
- <fileset dir="${env.TUSCANY_HOME}/modules" includes="tuscany-node-launcher-*.jar"/>
- </path>
-
- <path id="scatours.tuscany-openejb">
- <fileset dir="${env.TUSCANY_HOME}/lib">
- <!-- exclude some jars to prevent them being loaded by OpenEJB -->
- <exclude name="tuscany-sca-manifest.jar"/>
- <exclude name="ode-*.jar"/>
- <exclude name="jaxb-xjc-*.jar"/>
- <exclude name="jython-*.jar"/>
- <exclude name="activemq-all-*.jar"/>
- <exclude name="js-*.jar"/>
- <exclude name="org.apache.felix.main-*.jar"/>
- <exclude name="saxon-*.jar"/>
- </fileset>
- </path>
-
-</project>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/resources/build-launchers.xml b/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/resources/build-launchers.xml
deleted file mode 100644
index eac25092b2..0000000000
--- a/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/resources/build-launchers.xml
+++ /dev/null
@@ -1,328 +0,0 @@
-<!--
- * 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.
--->
-
-<project name="scatours-distribution-launchers">
- <import file="../util/build-defs.xml"/>
-
- <target name="run-blog-feed">
- <java classname="scatours.BlogFeedLauncher" fork="true" failonerror="true">
- <classpath>
- <pathelement location="scatours-launcher-blog-feed.jar"/>
- <path refid="scatours.tuscany-manifest"/>
- </classpath>
- </java>
- </target>
-
- <target name="run-buildingblocks">
- <java classname="scatours.BuildingBlocksLauncher" fork="true" failonerror="true">
- <classpath>
- <pathelement location="scatours-launcher-buildingblocks.jar"/>
- <path refid="scatours.tuscany-manifest"/>
- </classpath>
- </java>
- </target>
-
- <target name="run-currency-converter">
- <java classname="scatours.CurrencyConverterLauncher" fork="true" failonerror="true">
- <classpath>
- <pathelement location="scatours-launcher-currency-converter.jar"/>
- <path refid="scatours.tuscany-manifest"/>
- </classpath>
- </java>
- </target>
-
- <target name="run-currency-converter-corba">
- <java classname="scatours.CurrencyConverterCORBALauncher" fork="true" failonerror="true">
- <classpath>
- <pathelement location="scatours-launcher-currency-converter-corba.jar"/>
- <path refid="scatours.tuscany-manifest"/>
- </classpath>
- </java>
- </target>
-
- <target name="run-currency-converter-jms">
- <java classname="scatours.CurrencyConverterJMSLauncher" fork="true" failonerror="true">
- <classpath>
- <pathelement location="scatours-launcher-currency-converter-jms.jar"/>
- <path refid="scatours.tuscany-manifest"/>
- </classpath>
- </java>
- </target>
-
- <target name="run-currency-converter-rmi">
- <java classname="scatours.CurrencyConverterRMILauncher" fork="true" failonerror="true">
- <classpath>
- <pathelement location="scatours-launcher-currency-converter-rmi.jar"/>
- <path refid="scatours.tuscany-manifest"/>
- </classpath>
- </java>
- </target>
-
- <target name="run-currency-converter-ws">
- <java classname="scatours.CurrencyConverterWSLauncher" fork="true" failonerror="true">
- <classpath>
- <pathelement location="scatours-launcher-currency-converter-ws.jar"/>
- <path refid="scatours.tuscany-manifest"/>
- </classpath>
- </java>
- </target>
-
- <target name="run-databinding">
- <java classname="scatours.DatabindingLauncher" fork="true" failonerror="true">
- <classpath>
- <pathelement location="scatours-launcher-databinding.jar"/>
- <path refid="scatours.tuscany-manifest"/>
- </classpath>
- </java>
- </target>
-
- <target name="run-feed-logger">
- <java classname="scatours.FeedLoggerLauncher" fork="true" failonerror="true">
- <classpath>
- <pathelement location="scatours-launcher-feed-logger.jar"/>
- <path refid="scatours.tuscany-manifest"/>
- </classpath>
- </java>
- </target>
-
- <target name="run-fullapp">
- <java classname="scatours.FullAppLauncher" fork="true" failonerror="true">
- <classpath>
- <pathelement location="scatours-launcher-fullapp.jar"/>
- <path refid="scatours.tuscany-manifest"/>
- </classpath>
- </java>
- </target>
-
- <target name="run-fullapp-domain">
- <java classname="org.apache.tuscany.sca.node.launcher.DomainManagerLauncher" fork="true" failonerror="true">
- <arg value="../domainconfig/fullapp"/>
- <classpath>
- <path refid="scatours.tuscany-node-launcher"/>
- </classpath>
- </java>
- </target>
-
- <target name="run-fullapp-nodes">
- <java classname="scatours.FullAppNodesLauncher" fork="true" failonerror="true">
- <classpath>
- <pathelement location="scatours-launcher-fullapp-nodes.jar"/>
- <path refid="scatours.tuscany-manifest"/>
- </classpath>
- </java>
- </target>
-
- <target name="run-help-pages">
- <java classname="scatours.HelpPagesLauncher" fork="true" failonerror="true">
- <classpath>
- <pathelement location="scatours-launcher-help-pages.jar"/>
- <path refid="scatours.tuscany-manifest"/>
- </classpath>
- </java>
- </target>
-
- <target name="run-interaction">
- <java classname="scatours.InteractionLauncher" fork="true" failonerror="true">
- <classpath>
- <pathelement location="scatours-launcher-interaction.jar"/>
- <path refid="scatours.tuscany-manifest"/>
- </classpath>
- </java>
- </target>
-
- <target name="run-introducing">
- <java classname="scatours.IntroducingLauncher" fork="true" failonerror="true">
- <classpath>
- <pathelement location="scatours-launcher-introducing.jar"/>
- <path refid="scatours.tuscany-manifest"/>
- </classpath>
- </java>
- </target>
-
- <target name="run-introducing-client">
- <java classname="scatours.IntroducingClientLauncher" fork="true" failonerror="true">
- <classpath>
- <pathelement location="scatours-launcher-introducing-client.jar"/>
- <path refid="scatours.tuscany-manifest"/>
- </classpath>
- </java>
- </target>
-
- <target name="run-introducing-domain">
- <java classname="org.apache.tuscany.sca.node.launcher.DomainManagerLauncher" fork="true" failonerror="true">
- <arg value="../domainconfig/introducing"/>
- <classpath>
- <path refid="scatours.tuscany-node-launcher"/>
- </classpath>
- </java>
- </target>
-
- <target name="run-introducing-tours">
- <java classname="org.apache.tuscany.sca.node.launcher.NodeLauncher" fork="true" failonerror="true">
- <arg value="http://localhost:9990/node-config/ToursNode"/>
- <classpath>
- <path refid="scatours.tuscany-node-launcher"/>
- </classpath>
- </java>
- </target>
-
- <target name="run-introducing-trips">
- <java classname="org.apache.tuscany.sca.node.launcher.NodeLauncher" fork="true" failonerror="true">
- <arg value="http://localhost:9990/node-config/TripsNode"/>
- <classpath>
- <path refid="scatours.tuscany-node-launcher"/>
- </classpath>
- </java>
- </target>
-
- <target name="run-notification-corba">
- <java classname="scatours.NotificationCORBALauncher" fork="true" failonerror="true">
- <classpath>
- <pathelement location="scatours-launcher-notification-corba.jar"/>
- <path refid="scatours.tuscany-manifest"/>
- </classpath>
- </java>
- </target>
-
- <target name="run-notification-ejb">
- <java classname="scatours.NotificationEJBLauncher" fork="true" failonerror="true">
- <classpath>
- <pathelement location="scatours-launcher-notification-ejb.jar"/>
- <path refid="scatours.tuscany-manifest"/>
- </classpath>
- </java>
- </target>
-
- <target name="run-notification-jms">
- <java classname="scatours.NotificationJMSLauncher" fork="true" failonerror="true">
- <classpath>
- <pathelement location="scatours-launcher-notification-jms.jar"/>
- <path refid="scatours.tuscany-manifest"/>
- </classpath>
- </java>
- </target>
-
- <target name="run-notification-rmi">
- <java classname="scatours.NotificationRMILauncher" fork="true" failonerror="true">
- <classpath>
- <pathelement location="scatours-launcher-notification-rmi.jar"/>
- <path refid="scatours.tuscany-manifest"/>
- </classpath>
- </java>
- </target>
-
- <target name="run-notification-ws">
- <java classname="scatours.NotificationWSLauncher" fork="true" failonerror="true">
- <classpath>
- <pathelement location="scatours-launcher-notification-ws.jar"/>
- <path refid="scatours.tuscany-manifest"/>
- </classpath>
- </java>
- </target>
-
- <target name="run-payment-bpel">
- <java classname="scatours.payment.PaymentLauncher" fork="true" failonerror="true">
- <classpath>
- <pathelement location="scatours-launcher-payment-bpel.jar"/>
- <path refid="scatours.tuscany-manifest"/>
- </classpath>
- </java>
- </target>
-
- <target name="run-payment-groovy">
- <java classname="scatours.payment.PaymentLauncher" fork="true" failonerror="true">
- <classpath>
- <pathelement location="scatours-launcher-payment-groovy.jar"/>
- <path refid="scatours.tuscany-manifest"/>
- </classpath>
- </java>
- </target>
-
- <target name="run-payment-python">
- <java classname="scatours.payment.PaymentLauncher" fork="true" failonerror="true">
- <classpath>
- <pathelement location="scatours-launcher-payment-groovy.jar"/>
- <path refid="scatours.tuscany-manifest"/>
- </classpath>
- </java>
- </target>
-
- <target name="run-payment-java">
- <java classname="scatours.payment.PaymentLauncher" fork="true" failonerror="true">
- <classpath>
- <pathelement location="scatours-launcher-payment-java.jar"/>
- <path refid="scatours.tuscany-manifest"/>
- </classpath>
- </java>
- </target>
-
- <target name="run-payment-java-callback">
- <java classname="scatours.payment.PaymentLauncher" fork="true" failonerror="true">
- <classpath>
- <pathelement location="scatours-launcher-payment-java.jar"/>
- <path refid="scatours.tuscany-manifest"/>
- </classpath>
- </java>
- </target>
-
- <target name="run-payment-java-policy">
- <java classname="scatours.payment.PaymentLauncher" fork="true" failonerror="true">
- <classpath>
- <pathelement location="scatours-launcher-java-policy.jar"/>
- <path refid="scatours.tuscany-manifest"/>
- </classpath>
- </java>
- </target>
-
- <target name="run-payment-java-reference-pass">
- <java classname="scatours.payment.PaymentLauncher" fork="true" failonerror="true">
- <classpath>
- <pathelement location="scatours-launcher-payment-java.jar"/>
- <path refid="scatours.tuscany-manifest"/>
- </classpath>
- </java>
- </target>
-
- <target name="run-payment-spring">
- <java classname="scatours.payment.PaymentLauncher" fork="true" failonerror="true">
- <classpath>
- <pathelement location="scatours-launcher-payment-spring.jar"/>
- <path refid="scatours.tuscany-manifest"/>
- </classpath>
- </java>
- </target>
-
- <target name="run-payment-spring-scatag">
- <java classname="scatours.payment.PaymentLauncher" fork="true" failonerror="true">
- <classpath>
- <pathelement location="scatours-launcher-spring-scatag.jar"/>
- <path refid="scatours.tuscany-manifest"/>
- </classpath>
- </java>
- </target>
-
- <target name="run-using">
- <java classname="scatours.UsingLauncher" fork="true" failonerror="true">
- <classpath>
- <pathelement location="scatours-launcher-using.jar"/>
- <path refid="scatours.tuscany-manifest"/>
- </classpath>
- </java>
- </target>
-</project>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/resources/build-services.xml b/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/resources/build-services.xml
deleted file mode 100644
index 6154f0b451..0000000000
--- a/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/resources/build-services.xml
+++ /dev/null
@@ -1,64 +0,0 @@
-<!--
- * 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.
--->
-
-<project name="scatours-distribution-services">
- <import file="../util/build-defs.xml"/>
-
- <target name="run-smsgateway-corba">
- <java classname="scatours.smsgateway.SMSGatewayCORBAServiceBootstrap" fork="true" failonerror="true">
- <classpath location="scatours-service-smsgateway-corba.jar"/>
- </java>
- </target>
-
- <target name="run-smsgateway-ejb">
- <java classname="com.tuscanyscatours.smsgateway.SMSGatewayEJBServiceBootstrap" fork="true" failonerror="true">
- <classpath>
- <pathelement location="scatours-service-smsgateway-ejb.jar"/>
- <!-- The following is used to bring in additional dependencies of the OpenEJB runtime. -->
- <path refid="scatours.tuscany-openejb"/>
- </classpath>
- </java>
- </target>
-
- <target name="run-smsgateway-jaxws">
- <java classname="com.tuscanyscatours.smsgateway.SMSGatewayServiceBootstrap" fork="true">
- <classpath>
- <pathelement location="scatours-service-smsgateway-jaxws.jar"/>
- <!-- The following is used to bring in additional dependencies of the JAX-WS runtime. -->
- <path refid="scatours.tuscany-manifest"/>
- </classpath>
- </java>
- </target>
-
- <target name="run-smsgateway-jms">
- <java classname="scatours.smsgateway.SMSGatewayJMSServiceBootstrap" fork="true">
- <classpath>
- <pathelement location="scatours-service-smsgateway-jms.jar"/>
- <!-- The following is used to bring in the ActiveMQ runtime. -->
- <path refid="scatours.tuscany-manifest"/>
- </classpath>
- </java>
- </target>
-
- <target name="run-smsgateway-rmi">
- <java classname="com.tuscanyscatours.smsgateway.SMSGatewayRMIServiceBootstrap" fork="true" failonerror="true">
- <classpath location="scatours-service-smsgateway-rmi.jar"/>
- </java>
- </target>
-</project>