summaryrefslogtreecommitdiffstats
path: root/java/sca-contrib/samples/helloworld-ws-service-secure/src/main
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-02-05 07:55:03 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-02-05 07:55:03 +0000
commitebb89430400c2cb1d1c74ca18927375ff41601cc (patch)
tree64b8495da5bc316b6711834f604c2490f556901b /java/sca-contrib/samples/helloworld-ws-service-secure/src/main
parent7e3c616f4404088bfdd5b2aefe30291c12486ddd (diff)
Move the contrib folder out of the sca trunk build as discussed on the ML
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741038 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca-contrib/samples/helloworld-ws-service-secure/src/main/java/helloworld/HelloWorldImpl.java (renamed from java/sca/contrib/samples/helloworld-ws-service-secure/src/main/java/helloworld/HelloWorldImpl.java)0
-rw-r--r--java/sca-contrib/samples/helloworld-ws-service-secure/src/main/java/helloworld/HelloWorldServer.java (renamed from java/sca/contrib/samples/helloworld-ws-service-secure/src/main/java/helloworld/HelloWorldServer.java)0
-rw-r--r--java/sca-contrib/samples/helloworld-ws-service-secure/src/main/java/helloworld/HelloWorldService.java (renamed from java/sca/contrib/samples/helloworld-ws-service-secure/src/main/java/helloworld/HelloWorldService.java)0
-rw-r--r--java/sca-contrib/samples/helloworld-ws-service-secure/src/main/java/helloworld/ServerPWCBHandler.java (renamed from java/sca/contrib/samples/helloworld-ws-service-secure/src/main/java/helloworld/ServerPWCBHandler.java)0
-rw-r--r--java/sca-contrib/samples/helloworld-ws-service-secure/src/main/resources/definitions.xml (renamed from java/sca/contrib/samples/helloworld-ws-service-secure/src/main/resources/definitions.xml)0
-rw-r--r--java/sca-contrib/samples/helloworld-ws-service-secure/src/main/resources/helloworldKeys.jks (renamed from java/sca/contrib/samples/helloworld-ws-service-secure/src/main/resources/helloworldKeys.jks)bin1366 -> 1366 bytes
-rw-r--r--java/sca-contrib/samples/helloworld-ws-service-secure/src/main/resources/helloworldws.composite (renamed from java/sca/contrib/samples/helloworld-ws-service-secure/src/main/resources/helloworldws.composite)0
-rw-r--r--java/sca-contrib/samples/helloworld-ws-service-secure/src/main/resources/wsdl/helloworld.wsdl (renamed from java/sca/contrib/samples/helloworld-ws-service-secure/src/main/resources/wsdl/helloworld.wsdl)0
8 files changed, 0 insertions, 0 deletions
diff --git a/java/sca/contrib/samples/helloworld-ws-service-secure/src/main/java/helloworld/HelloWorldImpl.java b/java/sca-contrib/samples/helloworld-ws-service-secure/src/main/java/helloworld/HelloWorldImpl.java
index 2186c00e57..2186c00e57 100644
--- a/java/sca/contrib/samples/helloworld-ws-service-secure/src/main/java/helloworld/HelloWorldImpl.java
+++ b/java/sca-contrib/samples/helloworld-ws-service-secure/src/main/java/helloworld/HelloWorldImpl.java
diff --git a/java/sca/contrib/samples/helloworld-ws-service-secure/src/main/java/helloworld/HelloWorldServer.java b/java/sca-contrib/samples/helloworld-ws-service-secure/src/main/java/helloworld/HelloWorldServer.java
index 3d43290380..3d43290380 100644
--- a/java/sca/contrib/samples/helloworld-ws-service-secure/src/main/java/helloworld/HelloWorldServer.java
+++ b/java/sca-contrib/samples/helloworld-ws-service-secure/src/main/java/helloworld/HelloWorldServer.java
diff --git a/java/sca/contrib/samples/helloworld-ws-service-secure/src/main/java/helloworld/HelloWorldService.java b/java/sca-contrib/samples/helloworld-ws-service-secure/src/main/java/helloworld/HelloWorldService.java
index a0081be22d..a0081be22d 100644
--- a/java/sca/contrib/samples/helloworld-ws-service-secure/src/main/java/helloworld/HelloWorldService.java
+++ b/java/sca-contrib/samples/helloworld-ws-service-secure/src/main/java/helloworld/HelloWorldService.java
diff --git a/java/sca/contrib/samples/helloworld-ws-service-secure/src/main/java/helloworld/ServerPWCBHandler.java b/java/sca-contrib/samples/helloworld-ws-service-secure/src/main/java/helloworld/ServerPWCBHandler.java
index ded02f09d6..ded02f09d6 100644
--- a/java/sca/contrib/samples/helloworld-ws-service-secure/src/main/java/helloworld/ServerPWCBHandler.java
+++ b/java/sca-contrib/samples/helloworld-ws-service-secure/src/main/java/helloworld/ServerPWCBHandler.java
diff --git a/java/sca/contrib/samples/helloworld-ws-service-secure/src/main/resources/definitions.xml b/java/sca-contrib/samples/helloworld-ws-service-secure/src/main/resources/definitions.xml
index 10fa7b8652..10fa7b8652 100644
--- a/java/sca/contrib/samples/helloworld-ws-service-secure/src/main/resources/definitions.xml
+++ b/java/sca-contrib/samples/helloworld-ws-service-secure/src/main/resources/definitions.xml
diff --git a/java/sca/contrib/samples/helloworld-ws-service-secure/src/main/resources/helloworldKeys.jks b/java/sca-contrib/samples/helloworld-ws-service-secure/src/main/resources/helloworldKeys.jks
index 0b4f2399f0..0b4f2399f0 100644
--- a/java/sca/contrib/samples/helloworld-ws-service-secure/src/main/resources/helloworldKeys.jks
+++ b/java/sca-contrib/samples/helloworld-ws-service-secure/src/main/resources/helloworldKeys.jks
Binary files differ
diff --git a/java/sca/contrib/samples/helloworld-ws-service-secure/src/main/resources/helloworldws.composite b/java/sca-contrib/samples/helloworld-ws-service-secure/src/main/resources/helloworldws.composite
index d1e18d7929..d1e18d7929 100644
--- a/java/sca/contrib/samples/helloworld-ws-service-secure/src/main/resources/helloworldws.composite
+++ b/java/sca-contrib/samples/helloworld-ws-service-secure/src/main/resources/helloworldws.composite
diff --git a/java/sca/contrib/samples/helloworld-ws-service-secure/src/main/resources/wsdl/helloworld.wsdl b/java/sca-contrib/samples/helloworld-ws-service-secure/src/main/resources/wsdl/helloworld.wsdl
index 068229be6f..068229be6f 100644
--- a/java/sca/contrib/samples/helloworld-ws-service-secure/src/main/resources/wsdl/helloworld.wsdl
+++ b/java/sca-contrib/samples/helloworld-ws-service-secure/src/main/resources/wsdl/helloworld.wsdl