summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/contrib/chapter-06/payment-javascript-contribution/src
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-06-01 19:00:22 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-06-01 19:00:22 +0000
commit38ebe24c08241e09ac0c1c5e257a25583a868566 (patch)
treedffd176567c83812f03df4cc7cd658e4f5a25e7d /sandbox/travelsample/contrib/chapter-06/payment-javascript-contribution/src
parent066ce9d3b6b12a8523c5ce208673bcbc8e6a8de6 (diff)
Move redundant modules into contrib
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@780781 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sandbox/travelsample/contrib/chapter-06/payment-javascript-contribution/src/main/resources/CreditCardPayment.wsdl (renamed from sandbox/travelsample/chapter-06/payment-javascript-contribution/src/main/resources/CreditCardPayment.wsdl)0
-rw-r--r--sandbox/travelsample/contrib/chapter-06/payment-javascript-contribution/src/main/resources/EmailGateway.wsdl (renamed from sandbox/travelsample/chapter-06/payment-javascript-contribution/src/main/resources/EmailGateway.wsdl)0
-rw-r--r--sandbox/travelsample/contrib/chapter-06/payment-javascript-contribution/src/main/resources/META-INF/sca-contribution.xml (renamed from sandbox/travelsample/chapter-06/payment-javascript-contribution/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sandbox/travelsample/contrib/chapter-06/payment-javascript-contribution/src/main/resources/Payment.wsdl (renamed from sandbox/travelsample/chapter-06/payment-javascript-contribution/src/main/resources/Payment.wsdl)0
-rw-r--r--sandbox/travelsample/contrib/chapter-06/payment-javascript-contribution/src/main/resources/payment.composite (renamed from sandbox/travelsample/chapter-06/payment-javascript-contribution/src/main/resources/payment.composite)0
-rw-r--r--sandbox/travelsample/contrib/chapter-06/payment-javascript-contribution/src/main/resources/payment/PaymentImpl.groovy (renamed from sandbox/travelsample/chapter-06/payment-javascript-contribution/src/main/resources/payment/PaymentImpl.groovy)0
-rw-r--r--sandbox/travelsample/contrib/chapter-06/payment-javascript-contribution/src/test/java/payment/PaymentTestCase.java (renamed from sandbox/travelsample/chapter-06/payment-javascript-contribution/src/test/java/payment/PaymentTestCase.java)0
-rw-r--r--sandbox/travelsample/contrib/chapter-06/payment-javascript-contribution/src/test/java/payment/client/PaymentClientImpl.java (renamed from sandbox/travelsample/chapter-06/payment-javascript-contribution/src/test/java/payment/client/PaymentClientImpl.java)0
-rw-r--r--sandbox/travelsample/contrib/chapter-06/payment-javascript-contribution/src/test/java/payment/creditcard/CreditCardPaymentImpl.java (renamed from sandbox/travelsample/chapter-06/payment-javascript-contribution/src/test/java/payment/creditcard/CreditCardPaymentImpl.java)0
-rw-r--r--sandbox/travelsample/contrib/chapter-06/payment-javascript-contribution/src/test/java/scatours/emailgateway/EmailGatewayImpl.java (renamed from sandbox/travelsample/chapter-06/payment-javascript-contribution/src/test/java/scatours/emailgateway/EmailGatewayImpl.java)0
10 files changed, 0 insertions, 0 deletions
diff --git a/sandbox/travelsample/chapter-06/payment-javascript-contribution/src/main/resources/CreditCardPayment.wsdl b/sandbox/travelsample/contrib/chapter-06/payment-javascript-contribution/src/main/resources/CreditCardPayment.wsdl
index 1813c77436..1813c77436 100644
--- a/sandbox/travelsample/chapter-06/payment-javascript-contribution/src/main/resources/CreditCardPayment.wsdl
+++ b/sandbox/travelsample/contrib/chapter-06/payment-javascript-contribution/src/main/resources/CreditCardPayment.wsdl
diff --git a/sandbox/travelsample/chapter-06/payment-javascript-contribution/src/main/resources/EmailGateway.wsdl b/sandbox/travelsample/contrib/chapter-06/payment-javascript-contribution/src/main/resources/EmailGateway.wsdl
index a097d9b7e4..a097d9b7e4 100644
--- a/sandbox/travelsample/chapter-06/payment-javascript-contribution/src/main/resources/EmailGateway.wsdl
+++ b/sandbox/travelsample/contrib/chapter-06/payment-javascript-contribution/src/main/resources/EmailGateway.wsdl
diff --git a/sandbox/travelsample/chapter-06/payment-javascript-contribution/src/main/resources/META-INF/sca-contribution.xml b/sandbox/travelsample/contrib/chapter-06/payment-javascript-contribution/src/main/resources/META-INF/sca-contribution.xml
index 7adba24d58..7adba24d58 100644
--- a/sandbox/travelsample/chapter-06/payment-javascript-contribution/src/main/resources/META-INF/sca-contribution.xml
+++ b/sandbox/travelsample/contrib/chapter-06/payment-javascript-contribution/src/main/resources/META-INF/sca-contribution.xml
diff --git a/sandbox/travelsample/chapter-06/payment-javascript-contribution/src/main/resources/Payment.wsdl b/sandbox/travelsample/contrib/chapter-06/payment-javascript-contribution/src/main/resources/Payment.wsdl
index 2519d7642e..2519d7642e 100644
--- a/sandbox/travelsample/chapter-06/payment-javascript-contribution/src/main/resources/Payment.wsdl
+++ b/sandbox/travelsample/contrib/chapter-06/payment-javascript-contribution/src/main/resources/Payment.wsdl
diff --git a/sandbox/travelsample/chapter-06/payment-javascript-contribution/src/main/resources/payment.composite b/sandbox/travelsample/contrib/chapter-06/payment-javascript-contribution/src/main/resources/payment.composite
index 9743f24ada..9743f24ada 100644
--- a/sandbox/travelsample/chapter-06/payment-javascript-contribution/src/main/resources/payment.composite
+++ b/sandbox/travelsample/contrib/chapter-06/payment-javascript-contribution/src/main/resources/payment.composite
diff --git a/sandbox/travelsample/chapter-06/payment-javascript-contribution/src/main/resources/payment/PaymentImpl.groovy b/sandbox/travelsample/contrib/chapter-06/payment-javascript-contribution/src/main/resources/payment/PaymentImpl.groovy
index dab3003eed..dab3003eed 100644
--- a/sandbox/travelsample/chapter-06/payment-javascript-contribution/src/main/resources/payment/PaymentImpl.groovy
+++ b/sandbox/travelsample/contrib/chapter-06/payment-javascript-contribution/src/main/resources/payment/PaymentImpl.groovy
diff --git a/sandbox/travelsample/chapter-06/payment-javascript-contribution/src/test/java/payment/PaymentTestCase.java b/sandbox/travelsample/contrib/chapter-06/payment-javascript-contribution/src/test/java/payment/PaymentTestCase.java
index 21bf6ff428..21bf6ff428 100644
--- a/sandbox/travelsample/chapter-06/payment-javascript-contribution/src/test/java/payment/PaymentTestCase.java
+++ b/sandbox/travelsample/contrib/chapter-06/payment-javascript-contribution/src/test/java/payment/PaymentTestCase.java
diff --git a/sandbox/travelsample/chapter-06/payment-javascript-contribution/src/test/java/payment/client/PaymentClientImpl.java b/sandbox/travelsample/contrib/chapter-06/payment-javascript-contribution/src/test/java/payment/client/PaymentClientImpl.java
index 556a699ad8..556a699ad8 100644
--- a/sandbox/travelsample/chapter-06/payment-javascript-contribution/src/test/java/payment/client/PaymentClientImpl.java
+++ b/sandbox/travelsample/contrib/chapter-06/payment-javascript-contribution/src/test/java/payment/client/PaymentClientImpl.java
diff --git a/sandbox/travelsample/chapter-06/payment-javascript-contribution/src/test/java/payment/creditcard/CreditCardPaymentImpl.java b/sandbox/travelsample/contrib/chapter-06/payment-javascript-contribution/src/test/java/payment/creditcard/CreditCardPaymentImpl.java
index ac05bf7359..ac05bf7359 100644
--- a/sandbox/travelsample/chapter-06/payment-javascript-contribution/src/test/java/payment/creditcard/CreditCardPaymentImpl.java
+++ b/sandbox/travelsample/contrib/chapter-06/payment-javascript-contribution/src/test/java/payment/creditcard/CreditCardPaymentImpl.java
diff --git a/sandbox/travelsample/chapter-06/payment-javascript-contribution/src/test/java/scatours/emailgateway/EmailGatewayImpl.java b/sandbox/travelsample/contrib/chapter-06/payment-javascript-contribution/src/test/java/scatours/emailgateway/EmailGatewayImpl.java
index 974c902f5d..974c902f5d 100644
--- a/sandbox/travelsample/chapter-06/payment-javascript-contribution/src/test/java/scatours/emailgateway/EmailGatewayImpl.java
+++ b/sandbox/travelsample/contrib/chapter-06/payment-javascript-contribution/src/test/java/scatours/emailgateway/EmailGatewayImpl.java