summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/tutorials/travelsample/clients
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-05-27 10:12:24 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-05-27 10:12:24 +0000
commit46576bda96cf80886ed8bd811e79dee9b1e63f4c (patch)
treeb8ac5e49c7c999f9a03425cab3e844a0a24e6d6a /sca-java-2.x/trunk/tutorials/travelsample/clients
parentd3ab2b28493cecc4092814c3fd6873d74d1018d8 (diff)
Move the travel sample tutorial from 2.x trunk to contrib as its not in the build, doesn't build, and no one is actively working on it. (and even if they were, i wonder if this should be released seperately like the 1.x version and so not in the trunk tree anyway
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948750 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/clients/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/clients/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-corba/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-corba/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-corba/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-corba/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-corba/src/main/java/scatours/CurrencyConverterCORBAClient.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-corba/src/main/java/scatours/CurrencyConverterCORBAClient.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-corba/src/main/resources/currency-converter.idl (renamed from sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-corba/src/main/resources/currency-converter.idl)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-jms/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-jms/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-jms/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-jms/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-jms/src/main/java/scatours/CurrencyConverterJMSClient.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-jms/src/main/java/scatours/CurrencyConverterJMSClient.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-rmi/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-rmi/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-rmi/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-rmi/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-rmi/src/main/java/com/tuscanyscatours/currencyconverter/CurrencyConverter.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-rmi/src/main/java/com/tuscanyscatours/currencyconverter/CurrencyConverter.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-rmi/src/main/java/scatours/CurrencyConverterRMIClient.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-rmi/src/main/java/scatours/CurrencyConverterRMIClient.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-ws-jaxws/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-ws-jaxws/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-ws-jaxws/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-ws-jaxws/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-ws-jaxws/src/main/java/scatours/CurrencyConverterWSClient.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-ws-jaxws/src/main/java/scatours/CurrencyConverterWSClient.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-ws-jaxws/src/main/resources/wsdl/CurrencyConverter.wsdl (renamed from sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-ws-jaxws/src/main/resources/wsdl/CurrencyConverter.wsdl)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/clients/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/clients/pom.xml)0
17 files changed, 0 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/clients/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/clients/build.xml
index 78e305c3cd..78e305c3cd 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/clients/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/clients/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-corba/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-corba/build.xml
index eebbe90d4d..eebbe90d4d 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-corba/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-corba/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-corba/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-corba/pom.xml
index e6ad5e33a8..e6ad5e33a8 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-corba/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-corba/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-corba/src/main/java/scatours/CurrencyConverterCORBAClient.java b/sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-corba/src/main/java/scatours/CurrencyConverterCORBAClient.java
index 7d799e459b..7d799e459b 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-corba/src/main/java/scatours/CurrencyConverterCORBAClient.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-corba/src/main/java/scatours/CurrencyConverterCORBAClient.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-corba/src/main/resources/currency-converter.idl b/sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-corba/src/main/resources/currency-converter.idl
index 1ff24291f5..1ff24291f5 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-corba/src/main/resources/currency-converter.idl
+++ b/sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-corba/src/main/resources/currency-converter.idl
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-jms/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-jms/build.xml
index 1e3e20e4e6..1e3e20e4e6 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-jms/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-jms/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-jms/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-jms/pom.xml
index a69b843bff..a69b843bff 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-jms/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-jms/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-jms/src/main/java/scatours/CurrencyConverterJMSClient.java b/sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-jms/src/main/java/scatours/CurrencyConverterJMSClient.java
index 0bea38e07f..0bea38e07f 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-jms/src/main/java/scatours/CurrencyConverterJMSClient.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-jms/src/main/java/scatours/CurrencyConverterJMSClient.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-rmi/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-rmi/build.xml
index 33a2db7951..33a2db7951 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-rmi/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-rmi/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-rmi/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-rmi/pom.xml
index 18ed8ce4fa..18ed8ce4fa 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-rmi/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-rmi/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-rmi/src/main/java/com/tuscanyscatours/currencyconverter/CurrencyConverter.java b/sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-rmi/src/main/java/com/tuscanyscatours/currencyconverter/CurrencyConverter.java
index e12a95c964..e12a95c964 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-rmi/src/main/java/com/tuscanyscatours/currencyconverter/CurrencyConverter.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-rmi/src/main/java/com/tuscanyscatours/currencyconverter/CurrencyConverter.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-rmi/src/main/java/scatours/CurrencyConverterRMIClient.java b/sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-rmi/src/main/java/scatours/CurrencyConverterRMIClient.java
index 32e4fccfce..32e4fccfce 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-rmi/src/main/java/scatours/CurrencyConverterRMIClient.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-rmi/src/main/java/scatours/CurrencyConverterRMIClient.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-ws-jaxws/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-ws-jaxws/build.xml
index 116f2999ba..116f2999ba 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-ws-jaxws/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-ws-jaxws/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-ws-jaxws/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-ws-jaxws/pom.xml
index 11eb5d52eb..11eb5d52eb 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-ws-jaxws/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-ws-jaxws/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-ws-jaxws/src/main/java/scatours/CurrencyConverterWSClient.java b/sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-ws-jaxws/src/main/java/scatours/CurrencyConverterWSClient.java
index dbaa7c2124..dbaa7c2124 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-ws-jaxws/src/main/java/scatours/CurrencyConverterWSClient.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-ws-jaxws/src/main/java/scatours/CurrencyConverterWSClient.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-ws-jaxws/src/main/resources/wsdl/CurrencyConverter.wsdl b/sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-ws-jaxws/src/main/resources/wsdl/CurrencyConverter.wsdl
index 055431bbf2..055431bbf2 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-ws-jaxws/src/main/resources/wsdl/CurrencyConverter.wsdl
+++ b/sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-ws-jaxws/src/main/resources/wsdl/CurrencyConverter.wsdl
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/clients/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/clients/pom.xml
index ea2ed780ed..ea2ed780ed 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/clients/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/clients/pom.xml