summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.2.1/samples/helloworld-ws-reference-secure/src/main
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-java-1.x/branches/sca-java-1.2.1/samples/helloworld-ws-reference-secure/src/main/java/helloworld/ClientPWCBHandler.java (renamed from branches/sca-java-1.2.1/samples/helloworld-ws-reference-secure/src/main/java/helloworld/ClientPWCBHandler.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.2.1/samples/helloworld-ws-reference-secure/src/main/java/helloworld/HelloWorldClient.java (renamed from branches/sca-java-1.2.1/samples/helloworld-ws-reference-secure/src/main/java/helloworld/HelloWorldClient.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.2.1/samples/helloworld-ws-reference-secure/src/main/java/helloworld/HelloWorldService.java (renamed from branches/sca-java-1.2.1/samples/helloworld-ws-reference-secure/src/main/java/helloworld/HelloWorldService.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.2.1/samples/helloworld-ws-reference-secure/src/main/java/helloworld/HelloWorldServiceComponent.java (renamed from branches/sca-java-1.2.1/samples/helloworld-ws-reference-secure/src/main/java/helloworld/HelloWorldServiceComponent.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.2.1/samples/helloworld-ws-reference-secure/src/main/resources/META-INF/services/org.apache.tuscany.sca.policy.util.PolicyHandler (renamed from branches/sca-java-1.2.1/samples/helloworld-ws-reference-secure/src/main/resources/META-INF/services/org.apache.tuscany.sca.policy.util.PolicyHandler)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.2.1/samples/helloworld-ws-reference-secure/src/main/resources/definitions.xml (renamed from branches/sca-java-1.2.1/samples/helloworld-ws-reference-secure/src/main/resources/definitions.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.2.1/samples/helloworld-ws-reference-secure/src/main/resources/helloworldKeys.jks (renamed from branches/sca-java-1.2.1/samples/helloworld-ws-reference-secure/src/main/resources/helloworldKeys.jks)bin1366 -> 1366 bytes
-rw-r--r--sca-java-1.x/branches/sca-java-1.2.1/samples/helloworld-ws-reference-secure/src/main/resources/helloworldwsclient.composite (renamed from branches/sca-java-1.2.1/samples/helloworld-ws-reference-secure/src/main/resources/helloworldwsclient.composite)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.2.1/samples/helloworld-ws-reference-secure/src/main/resources/logging.properties (renamed from branches/sca-java-1.2.1/samples/helloworld-ws-reference-secure/src/main/resources/logging.properties)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.2.1/samples/helloworld-ws-reference-secure/src/main/resources/wsdl/helloworld.wsdl (renamed from branches/sca-java-1.2.1/samples/helloworld-ws-reference-secure/src/main/resources/wsdl/helloworld.wsdl)0
10 files changed, 0 insertions, 0 deletions
diff --git a/branches/sca-java-1.2.1/samples/helloworld-ws-reference-secure/src/main/java/helloworld/ClientPWCBHandler.java b/sca-java-1.x/branches/sca-java-1.2.1/samples/helloworld-ws-reference-secure/src/main/java/helloworld/ClientPWCBHandler.java
index aab6aad379..aab6aad379 100644
--- a/branches/sca-java-1.2.1/samples/helloworld-ws-reference-secure/src/main/java/helloworld/ClientPWCBHandler.java
+++ b/sca-java-1.x/branches/sca-java-1.2.1/samples/helloworld-ws-reference-secure/src/main/java/helloworld/ClientPWCBHandler.java
diff --git a/branches/sca-java-1.2.1/samples/helloworld-ws-reference-secure/src/main/java/helloworld/HelloWorldClient.java b/sca-java-1.x/branches/sca-java-1.2.1/samples/helloworld-ws-reference-secure/src/main/java/helloworld/HelloWorldClient.java
index a47d24ca01..a47d24ca01 100644
--- a/branches/sca-java-1.2.1/samples/helloworld-ws-reference-secure/src/main/java/helloworld/HelloWorldClient.java
+++ b/sca-java-1.x/branches/sca-java-1.2.1/samples/helloworld-ws-reference-secure/src/main/java/helloworld/HelloWorldClient.java
diff --git a/branches/sca-java-1.2.1/samples/helloworld-ws-reference-secure/src/main/java/helloworld/HelloWorldService.java b/sca-java-1.x/branches/sca-java-1.2.1/samples/helloworld-ws-reference-secure/src/main/java/helloworld/HelloWorldService.java
index db0c947cf7..db0c947cf7 100644
--- a/branches/sca-java-1.2.1/samples/helloworld-ws-reference-secure/src/main/java/helloworld/HelloWorldService.java
+++ b/sca-java-1.x/branches/sca-java-1.2.1/samples/helloworld-ws-reference-secure/src/main/java/helloworld/HelloWorldService.java
diff --git a/branches/sca-java-1.2.1/samples/helloworld-ws-reference-secure/src/main/java/helloworld/HelloWorldServiceComponent.java b/sca-java-1.x/branches/sca-java-1.2.1/samples/helloworld-ws-reference-secure/src/main/java/helloworld/HelloWorldServiceComponent.java
index 0dee19550b..0dee19550b 100644
--- a/branches/sca-java-1.2.1/samples/helloworld-ws-reference-secure/src/main/java/helloworld/HelloWorldServiceComponent.java
+++ b/sca-java-1.x/branches/sca-java-1.2.1/samples/helloworld-ws-reference-secure/src/main/java/helloworld/HelloWorldServiceComponent.java
diff --git a/branches/sca-java-1.2.1/samples/helloworld-ws-reference-secure/src/main/resources/META-INF/services/org.apache.tuscany.sca.policy.util.PolicyHandler b/sca-java-1.x/branches/sca-java-1.2.1/samples/helloworld-ws-reference-secure/src/main/resources/META-INF/services/org.apache.tuscany.sca.policy.util.PolicyHandler
index 8b089c7222..8b089c7222 100644
--- a/branches/sca-java-1.2.1/samples/helloworld-ws-reference-secure/src/main/resources/META-INF/services/org.apache.tuscany.sca.policy.util.PolicyHandler
+++ b/sca-java-1.x/branches/sca-java-1.2.1/samples/helloworld-ws-reference-secure/src/main/resources/META-INF/services/org.apache.tuscany.sca.policy.util.PolicyHandler
diff --git a/branches/sca-java-1.2.1/samples/helloworld-ws-reference-secure/src/main/resources/definitions.xml b/sca-java-1.x/branches/sca-java-1.2.1/samples/helloworld-ws-reference-secure/src/main/resources/definitions.xml
index d9f22b448d..d9f22b448d 100644
--- a/branches/sca-java-1.2.1/samples/helloworld-ws-reference-secure/src/main/resources/definitions.xml
+++ b/sca-java-1.x/branches/sca-java-1.2.1/samples/helloworld-ws-reference-secure/src/main/resources/definitions.xml
diff --git a/branches/sca-java-1.2.1/samples/helloworld-ws-reference-secure/src/main/resources/helloworldKeys.jks b/sca-java-1.x/branches/sca-java-1.2.1/samples/helloworld-ws-reference-secure/src/main/resources/helloworldKeys.jks
index 0b4f2399f0..0b4f2399f0 100644
--- a/branches/sca-java-1.2.1/samples/helloworld-ws-reference-secure/src/main/resources/helloworldKeys.jks
+++ b/sca-java-1.x/branches/sca-java-1.2.1/samples/helloworld-ws-reference-secure/src/main/resources/helloworldKeys.jks
Binary files differ
diff --git a/branches/sca-java-1.2.1/samples/helloworld-ws-reference-secure/src/main/resources/helloworldwsclient.composite b/sca-java-1.x/branches/sca-java-1.2.1/samples/helloworld-ws-reference-secure/src/main/resources/helloworldwsclient.composite
index 904befaf60..904befaf60 100644
--- a/branches/sca-java-1.2.1/samples/helloworld-ws-reference-secure/src/main/resources/helloworldwsclient.composite
+++ b/sca-java-1.x/branches/sca-java-1.2.1/samples/helloworld-ws-reference-secure/src/main/resources/helloworldwsclient.composite
diff --git a/branches/sca-java-1.2.1/samples/helloworld-ws-reference-secure/src/main/resources/logging.properties b/sca-java-1.x/branches/sca-java-1.2.1/samples/helloworld-ws-reference-secure/src/main/resources/logging.properties
index d39c89cb95..d39c89cb95 100644
--- a/branches/sca-java-1.2.1/samples/helloworld-ws-reference-secure/src/main/resources/logging.properties
+++ b/sca-java-1.x/branches/sca-java-1.2.1/samples/helloworld-ws-reference-secure/src/main/resources/logging.properties
diff --git a/branches/sca-java-1.2.1/samples/helloworld-ws-reference-secure/src/main/resources/wsdl/helloworld.wsdl b/sca-java-1.x/branches/sca-java-1.2.1/samples/helloworld-ws-reference-secure/src/main/resources/wsdl/helloworld.wsdl
index e6fcc6f4a6..e6fcc6f4a6 100644
--- a/branches/sca-java-1.2.1/samples/helloworld-ws-reference-secure/src/main/resources/wsdl/helloworld.wsdl
+++ b/sca-java-1.x/branches/sca-java-1.2.1/samples/helloworld-ws-reference-secure/src/main/resources/wsdl/helloworld.wsdl