summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.0.1/samples/helloworld-ws-service/src
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-java-1.x/branches/sca-java-1.0.1/samples/helloworld-ws-service/src/main/java/helloworld/HelloWorldImpl.java (renamed from branches/sca-java-1.0.1/samples/helloworld-ws-service/src/main/java/helloworld/HelloWorldImpl.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0.1/samples/helloworld-ws-service/src/main/java/helloworld/HelloWorldJmsServer.java (renamed from branches/sca-java-1.0.1/samples/helloworld-ws-service/src/main/java/helloworld/HelloWorldJmsServer.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0.1/samples/helloworld-ws-service/src/main/java/helloworld/HelloWorldServer.java (renamed from branches/sca-java-1.0.1/samples/helloworld-ws-service/src/main/java/helloworld/HelloWorldServer.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0.1/samples/helloworld-ws-service/src/main/java/helloworld/HelloWorldService.java (renamed from branches/sca-java-1.0.1/samples/helloworld-ws-service/src/main/java/helloworld/HelloWorldService.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0.1/samples/helloworld-ws-service/src/main/resources/definitions.xml (renamed from branches/sca-java-1.0.1/samples/helloworld-ws-service/src/main/resources/definitions.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0.1/samples/helloworld-ws-service/src/main/resources/helloworldws.composite (renamed from branches/sca-java-1.0.1/samples/helloworld-ws-service/src/main/resources/helloworldws.composite)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0.1/samples/helloworld-ws-service/src/main/resources/helloworldwsjms.composite (renamed from branches/sca-java-1.0.1/samples/helloworld-ws-service/src/main/resources/helloworldwsjms.composite)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0.1/samples/helloworld-ws-service/src/main/resources/helloworldwsjmspolicy.composite (renamed from branches/sca-java-1.0.1/samples/helloworld-ws-service/src/main/resources/helloworldwsjmspolicy.composite)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0.1/samples/helloworld-ws-service/src/main/resources/wsdl/helloworld.wsdl (renamed from branches/sca-java-1.0.1/samples/helloworld-ws-service/src/main/resources/wsdl/helloworld.wsdl)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0.1/samples/helloworld-ws-service/src/test/java/helloworld/HelloWorldJmsPolicyServerTestCase.java (renamed from branches/sca-java-1.0.1/samples/helloworld-ws-service/src/test/java/helloworld/HelloWorldJmsPolicyServerTestCase.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0.1/samples/helloworld-ws-service/src/test/java/helloworld/HelloWorldJmsServerTestCase.java (renamed from branches/sca-java-1.0.1/samples/helloworld-ws-service/src/test/java/helloworld/HelloWorldJmsServerTestCase.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0.1/samples/helloworld-ws-service/src/test/java/helloworld/HelloWorldServerTestCase.java (renamed from branches/sca-java-1.0.1/samples/helloworld-ws-service/src/test/java/helloworld/HelloWorldServerTestCase.java)0
12 files changed, 0 insertions, 0 deletions
diff --git a/branches/sca-java-1.0.1/samples/helloworld-ws-service/src/main/java/helloworld/HelloWorldImpl.java b/sca-java-1.x/branches/sca-java-1.0.1/samples/helloworld-ws-service/src/main/java/helloworld/HelloWorldImpl.java
index 0de3c70303..0de3c70303 100644
--- a/branches/sca-java-1.0.1/samples/helloworld-ws-service/src/main/java/helloworld/HelloWorldImpl.java
+++ b/sca-java-1.x/branches/sca-java-1.0.1/samples/helloworld-ws-service/src/main/java/helloworld/HelloWorldImpl.java
diff --git a/branches/sca-java-1.0.1/samples/helloworld-ws-service/src/main/java/helloworld/HelloWorldJmsServer.java b/sca-java-1.x/branches/sca-java-1.0.1/samples/helloworld-ws-service/src/main/java/helloworld/HelloWorldJmsServer.java
index ed08546c73..ed08546c73 100644
--- a/branches/sca-java-1.0.1/samples/helloworld-ws-service/src/main/java/helloworld/HelloWorldJmsServer.java
+++ b/sca-java-1.x/branches/sca-java-1.0.1/samples/helloworld-ws-service/src/main/java/helloworld/HelloWorldJmsServer.java
diff --git a/branches/sca-java-1.0.1/samples/helloworld-ws-service/src/main/java/helloworld/HelloWorldServer.java b/sca-java-1.x/branches/sca-java-1.0.1/samples/helloworld-ws-service/src/main/java/helloworld/HelloWorldServer.java
index e03ed4dc25..e03ed4dc25 100644
--- a/branches/sca-java-1.0.1/samples/helloworld-ws-service/src/main/java/helloworld/HelloWorldServer.java
+++ b/sca-java-1.x/branches/sca-java-1.0.1/samples/helloworld-ws-service/src/main/java/helloworld/HelloWorldServer.java
diff --git a/branches/sca-java-1.0.1/samples/helloworld-ws-service/src/main/java/helloworld/HelloWorldService.java b/sca-java-1.x/branches/sca-java-1.0.1/samples/helloworld-ws-service/src/main/java/helloworld/HelloWorldService.java
index 7245513b2a..7245513b2a 100644
--- a/branches/sca-java-1.0.1/samples/helloworld-ws-service/src/main/java/helloworld/HelloWorldService.java
+++ b/sca-java-1.x/branches/sca-java-1.0.1/samples/helloworld-ws-service/src/main/java/helloworld/HelloWorldService.java
diff --git a/branches/sca-java-1.0.1/samples/helloworld-ws-service/src/main/resources/definitions.xml b/sca-java-1.x/branches/sca-java-1.0.1/samples/helloworld-ws-service/src/main/resources/definitions.xml
index 1d9a57d6e4..1d9a57d6e4 100644
--- a/branches/sca-java-1.0.1/samples/helloworld-ws-service/src/main/resources/definitions.xml
+++ b/sca-java-1.x/branches/sca-java-1.0.1/samples/helloworld-ws-service/src/main/resources/definitions.xml
diff --git a/branches/sca-java-1.0.1/samples/helloworld-ws-service/src/main/resources/helloworldws.composite b/sca-java-1.x/branches/sca-java-1.0.1/samples/helloworld-ws-service/src/main/resources/helloworldws.composite
index a9c1bfabb1..a9c1bfabb1 100644
--- a/branches/sca-java-1.0.1/samples/helloworld-ws-service/src/main/resources/helloworldws.composite
+++ b/sca-java-1.x/branches/sca-java-1.0.1/samples/helloworld-ws-service/src/main/resources/helloworldws.composite
diff --git a/branches/sca-java-1.0.1/samples/helloworld-ws-service/src/main/resources/helloworldwsjms.composite b/sca-java-1.x/branches/sca-java-1.0.1/samples/helloworld-ws-service/src/main/resources/helloworldwsjms.composite
index cdc470df85..cdc470df85 100644
--- a/branches/sca-java-1.0.1/samples/helloworld-ws-service/src/main/resources/helloworldwsjms.composite
+++ b/sca-java-1.x/branches/sca-java-1.0.1/samples/helloworld-ws-service/src/main/resources/helloworldwsjms.composite
diff --git a/branches/sca-java-1.0.1/samples/helloworld-ws-service/src/main/resources/helloworldwsjmspolicy.composite b/sca-java-1.x/branches/sca-java-1.0.1/samples/helloworld-ws-service/src/main/resources/helloworldwsjmspolicy.composite
index df4c595141..df4c595141 100644
--- a/branches/sca-java-1.0.1/samples/helloworld-ws-service/src/main/resources/helloworldwsjmspolicy.composite
+++ b/sca-java-1.x/branches/sca-java-1.0.1/samples/helloworld-ws-service/src/main/resources/helloworldwsjmspolicy.composite
diff --git a/branches/sca-java-1.0.1/samples/helloworld-ws-service/src/main/resources/wsdl/helloworld.wsdl b/sca-java-1.x/branches/sca-java-1.0.1/samples/helloworld-ws-service/src/main/resources/wsdl/helloworld.wsdl
index 87d461ea83..87d461ea83 100644
--- a/branches/sca-java-1.0.1/samples/helloworld-ws-service/src/main/resources/wsdl/helloworld.wsdl
+++ b/sca-java-1.x/branches/sca-java-1.0.1/samples/helloworld-ws-service/src/main/resources/wsdl/helloworld.wsdl
diff --git a/branches/sca-java-1.0.1/samples/helloworld-ws-service/src/test/java/helloworld/HelloWorldJmsPolicyServerTestCase.java b/sca-java-1.x/branches/sca-java-1.0.1/samples/helloworld-ws-service/src/test/java/helloworld/HelloWorldJmsPolicyServerTestCase.java
index 3ae916ad1e..3ae916ad1e 100644
--- a/branches/sca-java-1.0.1/samples/helloworld-ws-service/src/test/java/helloworld/HelloWorldJmsPolicyServerTestCase.java
+++ b/sca-java-1.x/branches/sca-java-1.0.1/samples/helloworld-ws-service/src/test/java/helloworld/HelloWorldJmsPolicyServerTestCase.java
diff --git a/branches/sca-java-1.0.1/samples/helloworld-ws-service/src/test/java/helloworld/HelloWorldJmsServerTestCase.java b/sca-java-1.x/branches/sca-java-1.0.1/samples/helloworld-ws-service/src/test/java/helloworld/HelloWorldJmsServerTestCase.java
index ea790c4c6c..ea790c4c6c 100644
--- a/branches/sca-java-1.0.1/samples/helloworld-ws-service/src/test/java/helloworld/HelloWorldJmsServerTestCase.java
+++ b/sca-java-1.x/branches/sca-java-1.0.1/samples/helloworld-ws-service/src/test/java/helloworld/HelloWorldJmsServerTestCase.java
diff --git a/branches/sca-java-1.0.1/samples/helloworld-ws-service/src/test/java/helloworld/HelloWorldServerTestCase.java b/sca-java-1.x/branches/sca-java-1.0.1/samples/helloworld-ws-service/src/test/java/helloworld/HelloWorldServerTestCase.java
index 99c1f4d799..99c1f4d799 100644
--- a/branches/sca-java-1.0.1/samples/helloworld-ws-service/src/test/java/helloworld/HelloWorldServerTestCase.java
+++ b/sca-java-1.x/branches/sca-java-1.0.1/samples/helloworld-ws-service/src/test/java/helloworld/HelloWorldServerTestCase.java