summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-11 23:08:20 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-11 23:08:20 +0000
commit61c9466ff91ca40f4b1ebbe670d7848e521131d7 (patch)
treed41cd727b04a6146533cc3ad97182e715cd61e32 /sca-java-1.x/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms
parent0cc8ed2208c9d04057bcb00859490290e3aa948c (diff)
Moving 1.x branches
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835130 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-1.x/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/README (renamed from branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/README)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/build.xml (renamed from branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/build.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/helloworld-ws-reference.png (renamed from branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/helloworld-ws-reference.png)bin7549 -> 7549 bytes
-rw-r--r--sca-java-1.x/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/helloworld-ws-reference.svg (renamed from branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/helloworld-ws-reference.svg)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/pom.xml (renamed from branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/pom.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/src/main/java/helloworld/HelloWorldImpl.java (renamed from branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/src/main/java/helloworld/HelloWorldImpl.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/src/main/java/helloworld/HelloWorldJmsClient.java (renamed from branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/src/main/java/helloworld/HelloWorldJmsClient.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/src/main/java/helloworld/HelloWorldService.java (renamed from branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/src/main/java/helloworld/HelloWorldService.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/src/main/java/helloworld/HelloWorldServiceComponent.java (renamed from branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/src/main/java/helloworld/HelloWorldServiceComponent.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/src/main/resources/helloworldwsjms.composite (renamed from branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/src/main/resources/helloworldwsjms.composite)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/src/main/resources/helloworldwsjmsclient.composite (renamed from branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/src/main/resources/helloworldwsjmsclient.composite)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/src/main/resources/logging.properties (renamed from branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/src/main/resources/logging.properties)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/src/main/resources/wsdl/helloworld.wsdl (renamed from branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/src/main/resources/wsdl/helloworld.wsdl)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/src/test/java/helloworld/HelloWorldJmsClientTestCase.java (renamed from branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/src/test/java/helloworld/HelloWorldJmsClientTestCase.java)0
14 files changed, 0 insertions, 0 deletions
diff --git a/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/README b/sca-java-1.x/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/README
index abf10ef1f2..abf10ef1f2 100644
--- a/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/README
+++ b/sca-java-1.x/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/README
diff --git a/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/build.xml b/sca-java-1.x/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/build.xml
index 4f83c8ae9d..4f83c8ae9d 100644
--- a/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/build.xml
+++ b/sca-java-1.x/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/build.xml
diff --git a/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/helloworld-ws-reference.png b/sca-java-1.x/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/helloworld-ws-reference.png
index bd2bba41db..bd2bba41db 100644
--- a/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/helloworld-ws-reference.png
+++ b/sca-java-1.x/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/helloworld-ws-reference.png
Binary files differ
diff --git a/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/helloworld-ws-reference.svg b/sca-java-1.x/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/helloworld-ws-reference.svg
index 333ad53e0a..333ad53e0a 100644
--- a/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/helloworld-ws-reference.svg
+++ b/sca-java-1.x/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/helloworld-ws-reference.svg
diff --git a/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/pom.xml b/sca-java-1.x/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/pom.xml
index 812d27b64b..812d27b64b 100644
--- a/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/pom.xml
diff --git a/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/src/main/java/helloworld/HelloWorldImpl.java b/sca-java-1.x/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/src/main/java/helloworld/HelloWorldImpl.java
index 4cdcc1fd0b..4cdcc1fd0b 100644
--- a/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/src/main/java/helloworld/HelloWorldImpl.java
+++ b/sca-java-1.x/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/src/main/java/helloworld/HelloWorldImpl.java
diff --git a/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/src/main/java/helloworld/HelloWorldJmsClient.java b/sca-java-1.x/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/src/main/java/helloworld/HelloWorldJmsClient.java
index b3db243a1f..b3db243a1f 100644
--- a/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/src/main/java/helloworld/HelloWorldJmsClient.java
+++ b/sca-java-1.x/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/src/main/java/helloworld/HelloWorldJmsClient.java
diff --git a/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/src/main/java/helloworld/HelloWorldService.java b/sca-java-1.x/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/src/main/java/helloworld/HelloWorldService.java
index db0c947cf7..db0c947cf7 100644
--- a/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/src/main/java/helloworld/HelloWorldService.java
+++ b/sca-java-1.x/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/src/main/java/helloworld/HelloWorldService.java
diff --git a/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/src/main/java/helloworld/HelloWorldServiceComponent.java b/sca-java-1.x/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/src/main/java/helloworld/HelloWorldServiceComponent.java
index 0dee19550b..0dee19550b 100644
--- a/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/src/main/java/helloworld/HelloWorldServiceComponent.java
+++ b/sca-java-1.x/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/src/main/java/helloworld/HelloWorldServiceComponent.java
diff --git a/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/src/main/resources/helloworldwsjms.composite b/sca-java-1.x/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/src/main/resources/helloworldwsjms.composite
index d029ba3e1c..d029ba3e1c 100644
--- a/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/src/main/resources/helloworldwsjms.composite
+++ b/sca-java-1.x/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/src/main/resources/helloworldwsjms.composite
diff --git a/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/src/main/resources/helloworldwsjmsclient.composite b/sca-java-1.x/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/src/main/resources/helloworldwsjmsclient.composite
index a4eb217310..a4eb217310 100644
--- a/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/src/main/resources/helloworldwsjmsclient.composite
+++ b/sca-java-1.x/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/src/main/resources/helloworldwsjmsclient.composite
diff --git a/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/src/main/resources/logging.properties b/sca-java-1.x/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/src/main/resources/logging.properties
index 3dca310cdb..3dca310cdb 100644
--- a/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/src/main/resources/logging.properties
+++ b/sca-java-1.x/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/src/main/resources/logging.properties
diff --git a/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/src/main/resources/wsdl/helloworld.wsdl b/sca-java-1.x/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/src/main/resources/wsdl/helloworld.wsdl
index 013a55b61e..013a55b61e 100644
--- a/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/src/main/resources/wsdl/helloworld.wsdl
+++ b/sca-java-1.x/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/src/main/resources/wsdl/helloworld.wsdl
diff --git a/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/src/test/java/helloworld/HelloWorldJmsClientTestCase.java b/sca-java-1.x/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/src/test/java/helloworld/HelloWorldJmsClientTestCase.java
index 12b0716b5d..12b0716b5d 100644
--- a/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/src/test/java/helloworld/HelloWorldJmsClientTestCase.java
+++ b/sca-java-1.x/branches/sca-java-1.3.3/samples/helloworld-ws-reference-jms/src/test/java/helloworld/HelloWorldJmsClientTestCase.java