diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-11-11 23:09:08 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-11-11 23:09:08 +0000 |
commit | cde3d2629677a07aa09e3c7fbe117b680c0f5df7 (patch) | |
tree | c6d50048ffad8dfa8a1c0019e7afb207cb6b4fe2 /sca-java-2.x/branches/sca-equinox/samples/helloworld-ws-reference-jms | |
parent | 4ef0430519e276c2bdecea75f7a0f42f49f0cf30 (diff) |
Moving 2.x branches
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835133 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | sca-java-2.x/branches/sca-equinox/samples/helloworld-ws-reference-jms/README (renamed from branches/sca-equinox/samples/helloworld-ws-reference-jms/README) | 0 | ||||
-rw-r--r-- | sca-java-2.x/branches/sca-equinox/samples/helloworld-ws-reference-jms/build.xml (renamed from branches/sca-equinox/samples/helloworld-ws-reference-jms/build.xml) | 0 | ||||
-rw-r--r-- | sca-java-2.x/branches/sca-equinox/samples/helloworld-ws-reference-jms/helloworld-ws-reference.png (renamed from branches/sca-equinox/samples/helloworld-ws-reference-jms/helloworld-ws-reference.png) | bin | 7549 -> 7549 bytes | |||
-rw-r--r-- | sca-java-2.x/branches/sca-equinox/samples/helloworld-ws-reference-jms/helloworld-ws-reference.svg (renamed from branches/sca-equinox/samples/helloworld-ws-reference-jms/helloworld-ws-reference.svg) | 0 | ||||
-rw-r--r-- | sca-java-2.x/branches/sca-equinox/samples/helloworld-ws-reference-jms/pom.xml (renamed from branches/sca-equinox/samples/helloworld-ws-reference-jms/pom.xml) | 0 | ||||
-rw-r--r-- | sca-java-2.x/branches/sca-equinox/samples/helloworld-ws-reference-jms/src/main/java/helloworld/HelloWorldImpl.java (renamed from branches/sca-equinox/samples/helloworld-ws-reference-jms/src/main/java/helloworld/HelloWorldImpl.java) | 0 | ||||
-rw-r--r-- | sca-java-2.x/branches/sca-equinox/samples/helloworld-ws-reference-jms/src/main/java/helloworld/HelloWorldJmsClient.java (renamed from branches/sca-equinox/samples/helloworld-ws-reference-jms/src/main/java/helloworld/HelloWorldJmsClient.java) | 0 | ||||
-rw-r--r-- | sca-java-2.x/branches/sca-equinox/samples/helloworld-ws-reference-jms/src/main/java/helloworld/HelloWorldService.java (renamed from branches/sca-equinox/samples/helloworld-ws-reference-jms/src/main/java/helloworld/HelloWorldService.java) | 0 | ||||
-rw-r--r-- | sca-java-2.x/branches/sca-equinox/samples/helloworld-ws-reference-jms/src/main/java/helloworld/HelloWorldServiceComponent.java (renamed from branches/sca-equinox/samples/helloworld-ws-reference-jms/src/main/java/helloworld/HelloWorldServiceComponent.java) | 0 | ||||
-rw-r--r-- | sca-java-2.x/branches/sca-equinox/samples/helloworld-ws-reference-jms/src/main/resources/helloworldwsjms.composite (renamed from branches/sca-equinox/samples/helloworld-ws-reference-jms/src/main/resources/helloworldwsjms.composite) | 0 | ||||
-rw-r--r-- | sca-java-2.x/branches/sca-equinox/samples/helloworld-ws-reference-jms/src/main/resources/helloworldwsjmsclient.composite (renamed from branches/sca-equinox/samples/helloworld-ws-reference-jms/src/main/resources/helloworldwsjmsclient.composite) | 0 | ||||
-rw-r--r-- | sca-java-2.x/branches/sca-equinox/samples/helloworld-ws-reference-jms/src/main/resources/logging.properties (renamed from branches/sca-equinox/samples/helloworld-ws-reference-jms/src/main/resources/logging.properties) | 0 | ||||
-rw-r--r-- | sca-java-2.x/branches/sca-equinox/samples/helloworld-ws-reference-jms/src/main/resources/wsdl/helloworld.wsdl (renamed from branches/sca-equinox/samples/helloworld-ws-reference-jms/src/main/resources/wsdl/helloworld.wsdl) | 0 | ||||
-rw-r--r-- | sca-java-2.x/branches/sca-equinox/samples/helloworld-ws-reference-jms/src/test/java/helloworld/HelloWorldJmsClientTestCase.java (renamed from branches/sca-equinox/samples/helloworld-ws-reference-jms/src/test/java/helloworld/HelloWorldJmsClientTestCase.java) | 0 |
14 files changed, 0 insertions, 0 deletions
diff --git a/branches/sca-equinox/samples/helloworld-ws-reference-jms/README b/sca-java-2.x/branches/sca-equinox/samples/helloworld-ws-reference-jms/README index abf10ef1f2..abf10ef1f2 100644 --- a/branches/sca-equinox/samples/helloworld-ws-reference-jms/README +++ b/sca-java-2.x/branches/sca-equinox/samples/helloworld-ws-reference-jms/README diff --git a/branches/sca-equinox/samples/helloworld-ws-reference-jms/build.xml b/sca-java-2.x/branches/sca-equinox/samples/helloworld-ws-reference-jms/build.xml index 4f83c8ae9d..4f83c8ae9d 100644 --- a/branches/sca-equinox/samples/helloworld-ws-reference-jms/build.xml +++ b/sca-java-2.x/branches/sca-equinox/samples/helloworld-ws-reference-jms/build.xml diff --git a/branches/sca-equinox/samples/helloworld-ws-reference-jms/helloworld-ws-reference.png b/sca-java-2.x/branches/sca-equinox/samples/helloworld-ws-reference-jms/helloworld-ws-reference.png Binary files differindex bd2bba41db..bd2bba41db 100644 --- a/branches/sca-equinox/samples/helloworld-ws-reference-jms/helloworld-ws-reference.png +++ b/sca-java-2.x/branches/sca-equinox/samples/helloworld-ws-reference-jms/helloworld-ws-reference.png diff --git a/branches/sca-equinox/samples/helloworld-ws-reference-jms/helloworld-ws-reference.svg b/sca-java-2.x/branches/sca-equinox/samples/helloworld-ws-reference-jms/helloworld-ws-reference.svg index 333ad53e0a..333ad53e0a 100644 --- a/branches/sca-equinox/samples/helloworld-ws-reference-jms/helloworld-ws-reference.svg +++ b/sca-java-2.x/branches/sca-equinox/samples/helloworld-ws-reference-jms/helloworld-ws-reference.svg diff --git a/branches/sca-equinox/samples/helloworld-ws-reference-jms/pom.xml b/sca-java-2.x/branches/sca-equinox/samples/helloworld-ws-reference-jms/pom.xml index 567d0f2fa3..567d0f2fa3 100644 --- a/branches/sca-equinox/samples/helloworld-ws-reference-jms/pom.xml +++ b/sca-java-2.x/branches/sca-equinox/samples/helloworld-ws-reference-jms/pom.xml diff --git a/branches/sca-equinox/samples/helloworld-ws-reference-jms/src/main/java/helloworld/HelloWorldImpl.java b/sca-java-2.x/branches/sca-equinox/samples/helloworld-ws-reference-jms/src/main/java/helloworld/HelloWorldImpl.java index 4cdcc1fd0b..4cdcc1fd0b 100644 --- a/branches/sca-equinox/samples/helloworld-ws-reference-jms/src/main/java/helloworld/HelloWorldImpl.java +++ b/sca-java-2.x/branches/sca-equinox/samples/helloworld-ws-reference-jms/src/main/java/helloworld/HelloWorldImpl.java diff --git a/branches/sca-equinox/samples/helloworld-ws-reference-jms/src/main/java/helloworld/HelloWorldJmsClient.java b/sca-java-2.x/branches/sca-equinox/samples/helloworld-ws-reference-jms/src/main/java/helloworld/HelloWorldJmsClient.java index b3db243a1f..b3db243a1f 100644 --- a/branches/sca-equinox/samples/helloworld-ws-reference-jms/src/main/java/helloworld/HelloWorldJmsClient.java +++ b/sca-java-2.x/branches/sca-equinox/samples/helloworld-ws-reference-jms/src/main/java/helloworld/HelloWorldJmsClient.java diff --git a/branches/sca-equinox/samples/helloworld-ws-reference-jms/src/main/java/helloworld/HelloWorldService.java b/sca-java-2.x/branches/sca-equinox/samples/helloworld-ws-reference-jms/src/main/java/helloworld/HelloWorldService.java index db0c947cf7..db0c947cf7 100644 --- a/branches/sca-equinox/samples/helloworld-ws-reference-jms/src/main/java/helloworld/HelloWorldService.java +++ b/sca-java-2.x/branches/sca-equinox/samples/helloworld-ws-reference-jms/src/main/java/helloworld/HelloWorldService.java diff --git a/branches/sca-equinox/samples/helloworld-ws-reference-jms/src/main/java/helloworld/HelloWorldServiceComponent.java b/sca-java-2.x/branches/sca-equinox/samples/helloworld-ws-reference-jms/src/main/java/helloworld/HelloWorldServiceComponent.java index 0dee19550b..0dee19550b 100644 --- a/branches/sca-equinox/samples/helloworld-ws-reference-jms/src/main/java/helloworld/HelloWorldServiceComponent.java +++ b/sca-java-2.x/branches/sca-equinox/samples/helloworld-ws-reference-jms/src/main/java/helloworld/HelloWorldServiceComponent.java diff --git a/branches/sca-equinox/samples/helloworld-ws-reference-jms/src/main/resources/helloworldwsjms.composite b/sca-java-2.x/branches/sca-equinox/samples/helloworld-ws-reference-jms/src/main/resources/helloworldwsjms.composite index d029ba3e1c..d029ba3e1c 100644 --- a/branches/sca-equinox/samples/helloworld-ws-reference-jms/src/main/resources/helloworldwsjms.composite +++ b/sca-java-2.x/branches/sca-equinox/samples/helloworld-ws-reference-jms/src/main/resources/helloworldwsjms.composite diff --git a/branches/sca-equinox/samples/helloworld-ws-reference-jms/src/main/resources/helloworldwsjmsclient.composite b/sca-java-2.x/branches/sca-equinox/samples/helloworld-ws-reference-jms/src/main/resources/helloworldwsjmsclient.composite index a4eb217310..a4eb217310 100644 --- a/branches/sca-equinox/samples/helloworld-ws-reference-jms/src/main/resources/helloworldwsjmsclient.composite +++ b/sca-java-2.x/branches/sca-equinox/samples/helloworld-ws-reference-jms/src/main/resources/helloworldwsjmsclient.composite diff --git a/branches/sca-equinox/samples/helloworld-ws-reference-jms/src/main/resources/logging.properties b/sca-java-2.x/branches/sca-equinox/samples/helloworld-ws-reference-jms/src/main/resources/logging.properties index 3dca310cdb..3dca310cdb 100644 --- a/branches/sca-equinox/samples/helloworld-ws-reference-jms/src/main/resources/logging.properties +++ b/sca-java-2.x/branches/sca-equinox/samples/helloworld-ws-reference-jms/src/main/resources/logging.properties diff --git a/branches/sca-equinox/samples/helloworld-ws-reference-jms/src/main/resources/wsdl/helloworld.wsdl b/sca-java-2.x/branches/sca-equinox/samples/helloworld-ws-reference-jms/src/main/resources/wsdl/helloworld.wsdl index 013a55b61e..013a55b61e 100644 --- a/branches/sca-equinox/samples/helloworld-ws-reference-jms/src/main/resources/wsdl/helloworld.wsdl +++ b/sca-java-2.x/branches/sca-equinox/samples/helloworld-ws-reference-jms/src/main/resources/wsdl/helloworld.wsdl diff --git a/branches/sca-equinox/samples/helloworld-ws-reference-jms/src/test/java/helloworld/HelloWorldJmsClientTestCase.java b/sca-java-2.x/branches/sca-equinox/samples/helloworld-ws-reference-jms/src/test/java/helloworld/HelloWorldJmsClientTestCase.java index 12b0716b5d..12b0716b5d 100644 --- a/branches/sca-equinox/samples/helloworld-ws-reference-jms/src/test/java/helloworld/HelloWorldJmsClientTestCase.java +++ b/sca-java-2.x/branches/sca-equinox/samples/helloworld-ws-reference-jms/src/test/java/helloworld/HelloWorldJmsClientTestCase.java |