summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-20080910/samples/customer-dojo
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-11 23:13:16 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-11 23:13:16 +0000
commit3ac2d800d840f03618fc364090d786effde84b1f (patch)
treee334754cd5c37e1465230497b48cc79584c1f571 /branches/sca-java-20080910/samples/customer-dojo
parent9bed5ae38c581999db465b42b504026a7097af95 (diff)
Moving 1.x branches
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835142 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-1.x/branches/sca-java-20080910/samples/customer-dojo/README (renamed from branches/sca-java-20080910/samples/customer-dojo/README)0
-rw-r--r--sca-java-1.x/branches/sca-java-20080910/samples/customer-dojo/build-dojo.xml (renamed from branches/sca-java-20080910/samples/customer-dojo/build-dojo.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-20080910/samples/customer-dojo/build.xml (renamed from branches/sca-java-20080910/samples/customer-dojo/build.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-20080910/samples/customer-dojo/customer-dojo-jsonrpc.png (renamed from branches/sca-java-20080910/samples/customer-dojo/customer-dojo-jsonrpc.png)bin9947 -> 9947 bytes
-rw-r--r--sca-java-1.x/branches/sca-java-20080910/samples/customer-dojo/customer-dojo-jsonrpc.svg (renamed from branches/sca-java-20080910/samples/customer-dojo/customer-dojo-jsonrpc.svg)0
-rw-r--r--sca-java-1.x/branches/sca-java-20080910/samples/customer-dojo/customer.sql (renamed from branches/sca-java-20080910/samples/customer-dojo/customer.sql)0
-rw-r--r--sca-java-1.x/branches/sca-java-20080910/samples/customer-dojo/pom.xml (renamed from branches/sca-java-20080910/samples/customer-dojo/pom.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-20080910/samples/customer-dojo/src/main/java/customer/Customer.java (renamed from branches/sca-java-20080910/samples/customer-dojo/src/main/java/customer/Customer.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-20080910/samples/customer-dojo/src/main/java/customer/CustomerCollection.java (renamed from branches/sca-java-20080910/samples/customer-dojo/src/main/java/customer/CustomerCollection.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-20080910/samples/customer-dojo/src/main/java/customer/CustomerCollectionImpl.java (renamed from branches/sca-java-20080910/samples/customer-dojo/src/main/java/customer/CustomerCollectionImpl.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-20080910/samples/customer-dojo/src/main/java/customer/CustomerService.java (renamed from branches/sca-java-20080910/samples/customer-dojo/src/main/java/customer/CustomerService.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-20080910/samples/customer-dojo/src/main/java/customer/CustomerServiceImpl.java (renamed from branches/sca-java-20080910/samples/customer-dojo/src/main/java/customer/CustomerServiceImpl.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-20080910/samples/customer-dojo/src/main/java/launch/Launch.java (renamed from branches/sca-java-20080910/samples/customer-dojo/src/main/java/launch/Launch.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-20080910/samples/customer-dojo/src/main/resources/META-INF/orm.xml (renamed from branches/sca-java-20080910/samples/customer-dojo/src/main/resources/META-INF/orm.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-20080910/samples/customer-dojo/src/main/resources/META-INF/persistence.xml (renamed from branches/sca-java-20080910/samples/customer-dojo/src/main/resources/META-INF/persistence.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-20080910/samples/customer-dojo/src/main/resources/META-INF/sca-contribution.xml (renamed from branches/sca-java-20080910/samples/customer-dojo/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-20080910/samples/customer-dojo/src/main/resources/content/customer.html (renamed from branches/sca-java-20080910/samples/customer-dojo/src/main/resources/content/customer.html)0
-rw-r--r--sca-java-1.x/branches/sca-java-20080910/samples/customer-dojo/src/main/resources/customer.composite (renamed from branches/sca-java-20080910/samples/customer-dojo/src/main/resources/customer.composite)0
18 files changed, 0 insertions, 0 deletions
diff --git a/branches/sca-java-20080910/samples/customer-dojo/README b/sca-java-1.x/branches/sca-java-20080910/samples/customer-dojo/README
index 9c1729123f..9c1729123f 100644
--- a/branches/sca-java-20080910/samples/customer-dojo/README
+++ b/sca-java-1.x/branches/sca-java-20080910/samples/customer-dojo/README
diff --git a/branches/sca-java-20080910/samples/customer-dojo/build-dojo.xml b/sca-java-1.x/branches/sca-java-20080910/samples/customer-dojo/build-dojo.xml
index 8c6bd99484..8c6bd99484 100644
--- a/branches/sca-java-20080910/samples/customer-dojo/build-dojo.xml
+++ b/sca-java-1.x/branches/sca-java-20080910/samples/customer-dojo/build-dojo.xml
diff --git a/branches/sca-java-20080910/samples/customer-dojo/build.xml b/sca-java-1.x/branches/sca-java-20080910/samples/customer-dojo/build.xml
index 95813af65a..95813af65a 100644
--- a/branches/sca-java-20080910/samples/customer-dojo/build.xml
+++ b/sca-java-1.x/branches/sca-java-20080910/samples/customer-dojo/build.xml
diff --git a/branches/sca-java-20080910/samples/customer-dojo/customer-dojo-jsonrpc.png b/sca-java-1.x/branches/sca-java-20080910/samples/customer-dojo/customer-dojo-jsonrpc.png
index 57f90aed01..57f90aed01 100644
--- a/branches/sca-java-20080910/samples/customer-dojo/customer-dojo-jsonrpc.png
+++ b/sca-java-1.x/branches/sca-java-20080910/samples/customer-dojo/customer-dojo-jsonrpc.png
Binary files differ
diff --git a/branches/sca-java-20080910/samples/customer-dojo/customer-dojo-jsonrpc.svg b/sca-java-1.x/branches/sca-java-20080910/samples/customer-dojo/customer-dojo-jsonrpc.svg
index d5c3bc5d3e..d5c3bc5d3e 100644
--- a/branches/sca-java-20080910/samples/customer-dojo/customer-dojo-jsonrpc.svg
+++ b/sca-java-1.x/branches/sca-java-20080910/samples/customer-dojo/customer-dojo-jsonrpc.svg
diff --git a/branches/sca-java-20080910/samples/customer-dojo/customer.sql b/sca-java-1.x/branches/sca-java-20080910/samples/customer-dojo/customer.sql
index a3caf8e050..a3caf8e050 100644
--- a/branches/sca-java-20080910/samples/customer-dojo/customer.sql
+++ b/sca-java-1.x/branches/sca-java-20080910/samples/customer-dojo/customer.sql
diff --git a/branches/sca-java-20080910/samples/customer-dojo/pom.xml b/sca-java-1.x/branches/sca-java-20080910/samples/customer-dojo/pom.xml
index 305ca8ada0..305ca8ada0 100644
--- a/branches/sca-java-20080910/samples/customer-dojo/pom.xml
+++ b/sca-java-1.x/branches/sca-java-20080910/samples/customer-dojo/pom.xml
diff --git a/branches/sca-java-20080910/samples/customer-dojo/src/main/java/customer/Customer.java b/sca-java-1.x/branches/sca-java-20080910/samples/customer-dojo/src/main/java/customer/Customer.java
index 6d207ea2ef..6d207ea2ef 100644
--- a/branches/sca-java-20080910/samples/customer-dojo/src/main/java/customer/Customer.java
+++ b/sca-java-1.x/branches/sca-java-20080910/samples/customer-dojo/src/main/java/customer/Customer.java
diff --git a/branches/sca-java-20080910/samples/customer-dojo/src/main/java/customer/CustomerCollection.java b/sca-java-1.x/branches/sca-java-20080910/samples/customer-dojo/src/main/java/customer/CustomerCollection.java
index 5ad39aad5c..5ad39aad5c 100644
--- a/branches/sca-java-20080910/samples/customer-dojo/src/main/java/customer/CustomerCollection.java
+++ b/sca-java-1.x/branches/sca-java-20080910/samples/customer-dojo/src/main/java/customer/CustomerCollection.java
diff --git a/branches/sca-java-20080910/samples/customer-dojo/src/main/java/customer/CustomerCollectionImpl.java b/sca-java-1.x/branches/sca-java-20080910/samples/customer-dojo/src/main/java/customer/CustomerCollectionImpl.java
index c0a2f25f15..c0a2f25f15 100644
--- a/branches/sca-java-20080910/samples/customer-dojo/src/main/java/customer/CustomerCollectionImpl.java
+++ b/sca-java-1.x/branches/sca-java-20080910/samples/customer-dojo/src/main/java/customer/CustomerCollectionImpl.java
diff --git a/branches/sca-java-20080910/samples/customer-dojo/src/main/java/customer/CustomerService.java b/sca-java-1.x/branches/sca-java-20080910/samples/customer-dojo/src/main/java/customer/CustomerService.java
index 7915cc6e77..7915cc6e77 100644
--- a/branches/sca-java-20080910/samples/customer-dojo/src/main/java/customer/CustomerService.java
+++ b/sca-java-1.x/branches/sca-java-20080910/samples/customer-dojo/src/main/java/customer/CustomerService.java
diff --git a/branches/sca-java-20080910/samples/customer-dojo/src/main/java/customer/CustomerServiceImpl.java b/sca-java-1.x/branches/sca-java-20080910/samples/customer-dojo/src/main/java/customer/CustomerServiceImpl.java
index 0cba7d8bc1..0cba7d8bc1 100644
--- a/branches/sca-java-20080910/samples/customer-dojo/src/main/java/customer/CustomerServiceImpl.java
+++ b/sca-java-1.x/branches/sca-java-20080910/samples/customer-dojo/src/main/java/customer/CustomerServiceImpl.java
diff --git a/branches/sca-java-20080910/samples/customer-dojo/src/main/java/launch/Launch.java b/sca-java-1.x/branches/sca-java-20080910/samples/customer-dojo/src/main/java/launch/Launch.java
index d7f88b8dd4..d7f88b8dd4 100644
--- a/branches/sca-java-20080910/samples/customer-dojo/src/main/java/launch/Launch.java
+++ b/sca-java-1.x/branches/sca-java-20080910/samples/customer-dojo/src/main/java/launch/Launch.java
diff --git a/branches/sca-java-20080910/samples/customer-dojo/src/main/resources/META-INF/orm.xml b/sca-java-1.x/branches/sca-java-20080910/samples/customer-dojo/src/main/resources/META-INF/orm.xml
index 64be295302..64be295302 100644
--- a/branches/sca-java-20080910/samples/customer-dojo/src/main/resources/META-INF/orm.xml
+++ b/sca-java-1.x/branches/sca-java-20080910/samples/customer-dojo/src/main/resources/META-INF/orm.xml
diff --git a/branches/sca-java-20080910/samples/customer-dojo/src/main/resources/META-INF/persistence.xml b/sca-java-1.x/branches/sca-java-20080910/samples/customer-dojo/src/main/resources/META-INF/persistence.xml
index 7073c8daf7..7073c8daf7 100644
--- a/branches/sca-java-20080910/samples/customer-dojo/src/main/resources/META-INF/persistence.xml
+++ b/sca-java-1.x/branches/sca-java-20080910/samples/customer-dojo/src/main/resources/META-INF/persistence.xml
diff --git a/branches/sca-java-20080910/samples/customer-dojo/src/main/resources/META-INF/sca-contribution.xml b/sca-java-1.x/branches/sca-java-20080910/samples/customer-dojo/src/main/resources/META-INF/sca-contribution.xml
index 136326d1d3..136326d1d3 100644
--- a/branches/sca-java-20080910/samples/customer-dojo/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-1.x/branches/sca-java-20080910/samples/customer-dojo/src/main/resources/META-INF/sca-contribution.xml
diff --git a/branches/sca-java-20080910/samples/customer-dojo/src/main/resources/content/customer.html b/sca-java-1.x/branches/sca-java-20080910/samples/customer-dojo/src/main/resources/content/customer.html
index dbc8aad9d0..dbc8aad9d0 100644
--- a/branches/sca-java-20080910/samples/customer-dojo/src/main/resources/content/customer.html
+++ b/sca-java-1.x/branches/sca-java-20080910/samples/customer-dojo/src/main/resources/content/customer.html
diff --git a/branches/sca-java-20080910/samples/customer-dojo/src/main/resources/customer.composite b/sca-java-1.x/branches/sca-java-20080910/samples/customer-dojo/src/main/resources/customer.composite
index 4c370f2a9f..4c370f2a9f 100644
--- a/branches/sca-java-20080910/samples/customer-dojo/src/main/resources/customer.composite
+++ b/sca-java-1.x/branches/sca-java-20080910/samples/customer-dojo/src/main/resources/customer.composite