summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-20080910/samples/helloworld-ws-reference-lean/src
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2008-09-11 04:13:16 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2008-09-11 04:13:16 +0000
commita3ce58076d0ce2d2f09c2331ea499554e9b5a9f9 (patch)
tree83e79cf76ae58c58d216a4396c0cf3532bc3d160 /branches/sca-java-20080910/samples/helloworld-ws-reference-lean/src
parent28f92c6fc62f3bc0637ac77681aabcc8c0b5e42c (diff)
Renaming branch
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694108 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--branches/sca-java-20080910/samples/helloworld-ws-reference-lean/src/main/java/helloworld/HelloWorldClient.java (renamed from branches/sca-trunk-20080910/samples/helloworld-ws-reference-lean/src/main/java/helloworld/HelloWorldClient.java)0
-rw-r--r--branches/sca-java-20080910/samples/helloworld-ws-reference-lean/src/main/java/helloworld/HelloWorldClient2.java (renamed from branches/sca-trunk-20080910/samples/helloworld-ws-reference-lean/src/main/java/helloworld/HelloWorldClient2.java)0
-rw-r--r--branches/sca-java-20080910/samples/helloworld-ws-reference-lean/src/main/java/helloworld/HelloWorldClient3.java (renamed from branches/sca-trunk-20080910/samples/helloworld-ws-reference-lean/src/main/java/helloworld/HelloWorldClient3.java)0
-rw-r--r--branches/sca-java-20080910/samples/helloworld-ws-reference-lean/src/main/java/helloworld/HelloWorldClient4.java (renamed from branches/sca-trunk-20080910/samples/helloworld-ws-reference-lean/src/main/java/helloworld/HelloWorldClient4.java)0
-rw-r--r--branches/sca-java-20080910/samples/helloworld-ws-reference-lean/src/main/java/helloworld/HelloWorldClient5.java (renamed from branches/sca-trunk-20080910/samples/helloworld-ws-reference-lean/src/main/java/helloworld/HelloWorldClient5.java)0
-rw-r--r--branches/sca-java-20080910/samples/helloworld-ws-reference-lean/src/main/java/helloworld/HelloWorldService.java (renamed from branches/sca-trunk-20080910/samples/helloworld-ws-reference-lean/src/main/java/helloworld/HelloWorldService.java)0
-rw-r--r--branches/sca-java-20080910/samples/helloworld-ws-reference-lean/src/main/resources/helloworldwsclient.composite (renamed from branches/sca-trunk-20080910/samples/helloworld-ws-reference-lean/src/main/resources/helloworldwsclient.composite)0
-rw-r--r--branches/sca-java-20080910/samples/helloworld-ws-reference-lean/src/main/resources/helloworldwsclient2.composite (renamed from branches/sca-trunk-20080910/samples/helloworld-ws-reference-lean/src/main/resources/helloworldwsclient2.composite)0
-rw-r--r--branches/sca-java-20080910/samples/helloworld-ws-reference-lean/src/main/resources/helloworldwsclient3.composite (renamed from branches/sca-trunk-20080910/samples/helloworld-ws-reference-lean/src/main/resources/helloworldwsclient3.composite)0
-rw-r--r--branches/sca-java-20080910/samples/helloworld-ws-reference-lean/src/main/resources/helloworldwsclient4.composite (renamed from branches/sca-trunk-20080910/samples/helloworld-ws-reference-lean/src/main/resources/helloworldwsclient4.composite)0
-rw-r--r--branches/sca-java-20080910/samples/helloworld-ws-reference-lean/src/main/resources/helloworldwsclient5.composite (renamed from branches/sca-trunk-20080910/samples/helloworld-ws-reference-lean/src/main/resources/helloworldwsclient5.composite)0
-rw-r--r--branches/sca-java-20080910/samples/helloworld-ws-reference-lean/src/main/resources/logging.properties (renamed from branches/sca-trunk-20080910/samples/helloworld-ws-reference-lean/src/main/resources/logging.properties)0
-rw-r--r--branches/sca-java-20080910/samples/helloworld-ws-reference-lean/src/main/resources/wsdl/helloworld.wsdl (renamed from branches/sca-trunk-20080910/samples/helloworld-ws-reference-lean/src/main/resources/wsdl/helloworld.wsdl)0
-rw-r--r--branches/sca-java-20080910/samples/helloworld-ws-reference-lean/src/test/java/helloworld/HelloWorldClientTestCase.java (renamed from branches/sca-trunk-20080910/samples/helloworld-ws-reference-lean/src/test/java/helloworld/HelloWorldClientTestCase.java)0
-rw-r--r--branches/sca-java-20080910/samples/helloworld-ws-reference-lean/src/test/java/helloworld/HelloWorldTestServer.java (renamed from branches/sca-trunk-20080910/samples/helloworld-ws-reference-lean/src/test/java/helloworld/HelloWorldTestServer.java)0
15 files changed, 0 insertions, 0 deletions
diff --git a/branches/sca-trunk-20080910/samples/helloworld-ws-reference-lean/src/main/java/helloworld/HelloWorldClient.java b/branches/sca-java-20080910/samples/helloworld-ws-reference-lean/src/main/java/helloworld/HelloWorldClient.java
index f8d66876fa..f8d66876fa 100644
--- a/branches/sca-trunk-20080910/samples/helloworld-ws-reference-lean/src/main/java/helloworld/HelloWorldClient.java
+++ b/branches/sca-java-20080910/samples/helloworld-ws-reference-lean/src/main/java/helloworld/HelloWorldClient.java
diff --git a/branches/sca-trunk-20080910/samples/helloworld-ws-reference-lean/src/main/java/helloworld/HelloWorldClient2.java b/branches/sca-java-20080910/samples/helloworld-ws-reference-lean/src/main/java/helloworld/HelloWorldClient2.java
index 13a31b6391..13a31b6391 100644
--- a/branches/sca-trunk-20080910/samples/helloworld-ws-reference-lean/src/main/java/helloworld/HelloWorldClient2.java
+++ b/branches/sca-java-20080910/samples/helloworld-ws-reference-lean/src/main/java/helloworld/HelloWorldClient2.java
diff --git a/branches/sca-trunk-20080910/samples/helloworld-ws-reference-lean/src/main/java/helloworld/HelloWorldClient3.java b/branches/sca-java-20080910/samples/helloworld-ws-reference-lean/src/main/java/helloworld/HelloWorldClient3.java
index 6d1722095b..6d1722095b 100644
--- a/branches/sca-trunk-20080910/samples/helloworld-ws-reference-lean/src/main/java/helloworld/HelloWorldClient3.java
+++ b/branches/sca-java-20080910/samples/helloworld-ws-reference-lean/src/main/java/helloworld/HelloWorldClient3.java
diff --git a/branches/sca-trunk-20080910/samples/helloworld-ws-reference-lean/src/main/java/helloworld/HelloWorldClient4.java b/branches/sca-java-20080910/samples/helloworld-ws-reference-lean/src/main/java/helloworld/HelloWorldClient4.java
index 3def5194a5..3def5194a5 100644
--- a/branches/sca-trunk-20080910/samples/helloworld-ws-reference-lean/src/main/java/helloworld/HelloWorldClient4.java
+++ b/branches/sca-java-20080910/samples/helloworld-ws-reference-lean/src/main/java/helloworld/HelloWorldClient4.java
diff --git a/branches/sca-trunk-20080910/samples/helloworld-ws-reference-lean/src/main/java/helloworld/HelloWorldClient5.java b/branches/sca-java-20080910/samples/helloworld-ws-reference-lean/src/main/java/helloworld/HelloWorldClient5.java
index 7c1853566f..7c1853566f 100644
--- a/branches/sca-trunk-20080910/samples/helloworld-ws-reference-lean/src/main/java/helloworld/HelloWorldClient5.java
+++ b/branches/sca-java-20080910/samples/helloworld-ws-reference-lean/src/main/java/helloworld/HelloWorldClient5.java
diff --git a/branches/sca-trunk-20080910/samples/helloworld-ws-reference-lean/src/main/java/helloworld/HelloWorldService.java b/branches/sca-java-20080910/samples/helloworld-ws-reference-lean/src/main/java/helloworld/HelloWorldService.java
index db0c947cf7..db0c947cf7 100644
--- a/branches/sca-trunk-20080910/samples/helloworld-ws-reference-lean/src/main/java/helloworld/HelloWorldService.java
+++ b/branches/sca-java-20080910/samples/helloworld-ws-reference-lean/src/main/java/helloworld/HelloWorldService.java
diff --git a/branches/sca-trunk-20080910/samples/helloworld-ws-reference-lean/src/main/resources/helloworldwsclient.composite b/branches/sca-java-20080910/samples/helloworld-ws-reference-lean/src/main/resources/helloworldwsclient.composite
index 991e4b4881..991e4b4881 100644
--- a/branches/sca-trunk-20080910/samples/helloworld-ws-reference-lean/src/main/resources/helloworldwsclient.composite
+++ b/branches/sca-java-20080910/samples/helloworld-ws-reference-lean/src/main/resources/helloworldwsclient.composite
diff --git a/branches/sca-trunk-20080910/samples/helloworld-ws-reference-lean/src/main/resources/helloworldwsclient2.composite b/branches/sca-java-20080910/samples/helloworld-ws-reference-lean/src/main/resources/helloworldwsclient2.composite
index 6ea14602b3..6ea14602b3 100644
--- a/branches/sca-trunk-20080910/samples/helloworld-ws-reference-lean/src/main/resources/helloworldwsclient2.composite
+++ b/branches/sca-java-20080910/samples/helloworld-ws-reference-lean/src/main/resources/helloworldwsclient2.composite
diff --git a/branches/sca-trunk-20080910/samples/helloworld-ws-reference-lean/src/main/resources/helloworldwsclient3.composite b/branches/sca-java-20080910/samples/helloworld-ws-reference-lean/src/main/resources/helloworldwsclient3.composite
index 3d6364f55f..3d6364f55f 100644
--- a/branches/sca-trunk-20080910/samples/helloworld-ws-reference-lean/src/main/resources/helloworldwsclient3.composite
+++ b/branches/sca-java-20080910/samples/helloworld-ws-reference-lean/src/main/resources/helloworldwsclient3.composite
diff --git a/branches/sca-trunk-20080910/samples/helloworld-ws-reference-lean/src/main/resources/helloworldwsclient4.composite b/branches/sca-java-20080910/samples/helloworld-ws-reference-lean/src/main/resources/helloworldwsclient4.composite
index 106e9db988..106e9db988 100644
--- a/branches/sca-trunk-20080910/samples/helloworld-ws-reference-lean/src/main/resources/helloworldwsclient4.composite
+++ b/branches/sca-java-20080910/samples/helloworld-ws-reference-lean/src/main/resources/helloworldwsclient4.composite
diff --git a/branches/sca-trunk-20080910/samples/helloworld-ws-reference-lean/src/main/resources/helloworldwsclient5.composite b/branches/sca-java-20080910/samples/helloworld-ws-reference-lean/src/main/resources/helloworldwsclient5.composite
index bbac4c3703..bbac4c3703 100644
--- a/branches/sca-trunk-20080910/samples/helloworld-ws-reference-lean/src/main/resources/helloworldwsclient5.composite
+++ b/branches/sca-java-20080910/samples/helloworld-ws-reference-lean/src/main/resources/helloworldwsclient5.composite
diff --git a/branches/sca-trunk-20080910/samples/helloworld-ws-reference-lean/src/main/resources/logging.properties b/branches/sca-java-20080910/samples/helloworld-ws-reference-lean/src/main/resources/logging.properties
index 3dca310cdb..3dca310cdb 100644
--- a/branches/sca-trunk-20080910/samples/helloworld-ws-reference-lean/src/main/resources/logging.properties
+++ b/branches/sca-java-20080910/samples/helloworld-ws-reference-lean/src/main/resources/logging.properties
diff --git a/branches/sca-trunk-20080910/samples/helloworld-ws-reference-lean/src/main/resources/wsdl/helloworld.wsdl b/branches/sca-java-20080910/samples/helloworld-ws-reference-lean/src/main/resources/wsdl/helloworld.wsdl
index 662c9affac..662c9affac 100644
--- a/branches/sca-trunk-20080910/samples/helloworld-ws-reference-lean/src/main/resources/wsdl/helloworld.wsdl
+++ b/branches/sca-java-20080910/samples/helloworld-ws-reference-lean/src/main/resources/wsdl/helloworld.wsdl
diff --git a/branches/sca-trunk-20080910/samples/helloworld-ws-reference-lean/src/test/java/helloworld/HelloWorldClientTestCase.java b/branches/sca-java-20080910/samples/helloworld-ws-reference-lean/src/test/java/helloworld/HelloWorldClientTestCase.java
index 51b70f47c2..51b70f47c2 100644
--- a/branches/sca-trunk-20080910/samples/helloworld-ws-reference-lean/src/test/java/helloworld/HelloWorldClientTestCase.java
+++ b/branches/sca-java-20080910/samples/helloworld-ws-reference-lean/src/test/java/helloworld/HelloWorldClientTestCase.java
diff --git a/branches/sca-trunk-20080910/samples/helloworld-ws-reference-lean/src/test/java/helloworld/HelloWorldTestServer.java b/branches/sca-java-20080910/samples/helloworld-ws-reference-lean/src/test/java/helloworld/HelloWorldTestServer.java
index 8226ec884e..8226ec884e 100644
--- a/branches/sca-trunk-20080910/samples/helloworld-ws-reference-lean/src/test/java/helloworld/HelloWorldTestServer.java
+++ b/branches/sca-java-20080910/samples/helloworld-ws-reference-lean/src/test/java/helloworld/HelloWorldTestServer.java