summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/samples/helloworld-bpel-ws
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-13 01:42:27 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-13 01:42:27 +0000
commit3c7c4a749baafcf375f4785a7668d3a25c9063e3 (patch)
treea66b8b031c5dc6c7744f44b44b6bcd371bd0b8df /sca-java-1.x/trunk/samples/helloworld-bpel-ws
parenteb03ff672236cddf65533f39b83ddd5e2984a2bb (diff)
Moving 1.x trunk
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835700 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-1.x/trunk/samples/helloworld-bpel-ws/README (renamed from branches/sca-java-1.x/samples/helloworld-bpel-ws/README)0
-rw-r--r--sca-java-1.x/trunk/samples/helloworld-bpel-ws/build.xml (renamed from branches/sca-java-1.x/samples/helloworld-bpel-ws/build.xml)0
-rw-r--r--sca-java-1.x/trunk/samples/helloworld-bpel-ws/helloworld-bpel.png (renamed from branches/sca-java-1.x/samples/helloworld-bpel-ws/helloworld-bpel.png)bin8897 -> 8897 bytes
-rw-r--r--sca-java-1.x/trunk/samples/helloworld-bpel-ws/helloworld-bpel.svg (renamed from branches/sca-java-1.x/samples/helloworld-bpel-ws/helloworld-bpel.svg)0
-rw-r--r--sca-java-1.x/trunk/samples/helloworld-bpel-ws/pom.xml (renamed from branches/sca-java-1.x/samples/helloworld-bpel-ws/pom.xml)0
-rw-r--r--sca-java-1.x/trunk/samples/helloworld-bpel-ws/src/main/java/helloworld/BPELClient.java (renamed from branches/sca-java-1.x/samples/helloworld-bpel-ws/src/main/java/helloworld/BPELClient.java)0
-rw-r--r--sca-java-1.x/trunk/samples/helloworld-bpel-ws/src/main/resources/helloworld.bpel (renamed from branches/sca-java-1.x/samples/helloworld-bpel-ws/src/main/resources/helloworld.bpel)0
-rw-r--r--sca-java-1.x/trunk/samples/helloworld-bpel-ws/src/main/resources/helloworld.composite (renamed from branches/sca-java-1.x/samples/helloworld-bpel-ws/src/main/resources/helloworld.composite)0
-rw-r--r--sca-java-1.x/trunk/samples/helloworld-bpel-ws/src/main/resources/helloworld.wsdl (renamed from branches/sca-java-1.x/samples/helloworld-bpel-ws/src/main/resources/helloworld.wsdl)0
-rw-r--r--sca-java-1.x/trunk/samples/helloworld-bpel-ws/src/main/resources/log4j.properties (renamed from branches/sca-java-1.x/samples/helloworld-bpel-ws/src/main/resources/log4j.properties)0
-rw-r--r--sca-java-1.x/trunk/samples/helloworld-bpel-ws/src/test/java/helloworld/BPELHelloWorldTestCase.java (renamed from branches/sca-java-1.x/samples/helloworld-bpel-ws/src/test/java/helloworld/BPELHelloWorldTestCase.java)0
11 files changed, 0 insertions, 0 deletions
diff --git a/branches/sca-java-1.x/samples/helloworld-bpel-ws/README b/sca-java-1.x/trunk/samples/helloworld-bpel-ws/README
index 5c669f5da5..5c669f5da5 100644
--- a/branches/sca-java-1.x/samples/helloworld-bpel-ws/README
+++ b/sca-java-1.x/trunk/samples/helloworld-bpel-ws/README
diff --git a/branches/sca-java-1.x/samples/helloworld-bpel-ws/build.xml b/sca-java-1.x/trunk/samples/helloworld-bpel-ws/build.xml
index 3ad74393c9..3ad74393c9 100644
--- a/branches/sca-java-1.x/samples/helloworld-bpel-ws/build.xml
+++ b/sca-java-1.x/trunk/samples/helloworld-bpel-ws/build.xml
diff --git a/branches/sca-java-1.x/samples/helloworld-bpel-ws/helloworld-bpel.png b/sca-java-1.x/trunk/samples/helloworld-bpel-ws/helloworld-bpel.png
index 5f53a3c5d1..5f53a3c5d1 100644
--- a/branches/sca-java-1.x/samples/helloworld-bpel-ws/helloworld-bpel.png
+++ b/sca-java-1.x/trunk/samples/helloworld-bpel-ws/helloworld-bpel.png
Binary files differ
diff --git a/branches/sca-java-1.x/samples/helloworld-bpel-ws/helloworld-bpel.svg b/sca-java-1.x/trunk/samples/helloworld-bpel-ws/helloworld-bpel.svg
index 5a98f1a07c..5a98f1a07c 100644
--- a/branches/sca-java-1.x/samples/helloworld-bpel-ws/helloworld-bpel.svg
+++ b/sca-java-1.x/trunk/samples/helloworld-bpel-ws/helloworld-bpel.svg
diff --git a/branches/sca-java-1.x/samples/helloworld-bpel-ws/pom.xml b/sca-java-1.x/trunk/samples/helloworld-bpel-ws/pom.xml
index 310cc97f82..310cc97f82 100644
--- a/branches/sca-java-1.x/samples/helloworld-bpel-ws/pom.xml
+++ b/sca-java-1.x/trunk/samples/helloworld-bpel-ws/pom.xml
diff --git a/branches/sca-java-1.x/samples/helloworld-bpel-ws/src/main/java/helloworld/BPELClient.java b/sca-java-1.x/trunk/samples/helloworld-bpel-ws/src/main/java/helloworld/BPELClient.java
index 971a5373e9..971a5373e9 100644
--- a/branches/sca-java-1.x/samples/helloworld-bpel-ws/src/main/java/helloworld/BPELClient.java
+++ b/sca-java-1.x/trunk/samples/helloworld-bpel-ws/src/main/java/helloworld/BPELClient.java
diff --git a/branches/sca-java-1.x/samples/helloworld-bpel-ws/src/main/resources/helloworld.bpel b/sca-java-1.x/trunk/samples/helloworld-bpel-ws/src/main/resources/helloworld.bpel
index a88aa7960c..a88aa7960c 100644
--- a/branches/sca-java-1.x/samples/helloworld-bpel-ws/src/main/resources/helloworld.bpel
+++ b/sca-java-1.x/trunk/samples/helloworld-bpel-ws/src/main/resources/helloworld.bpel
diff --git a/branches/sca-java-1.x/samples/helloworld-bpel-ws/src/main/resources/helloworld.composite b/sca-java-1.x/trunk/samples/helloworld-bpel-ws/src/main/resources/helloworld.composite
index 97262109e6..97262109e6 100644
--- a/branches/sca-java-1.x/samples/helloworld-bpel-ws/src/main/resources/helloworld.composite
+++ b/sca-java-1.x/trunk/samples/helloworld-bpel-ws/src/main/resources/helloworld.composite
diff --git a/branches/sca-java-1.x/samples/helloworld-bpel-ws/src/main/resources/helloworld.wsdl b/sca-java-1.x/trunk/samples/helloworld-bpel-ws/src/main/resources/helloworld.wsdl
index 1cb338b283..1cb338b283 100644
--- a/branches/sca-java-1.x/samples/helloworld-bpel-ws/src/main/resources/helloworld.wsdl
+++ b/sca-java-1.x/trunk/samples/helloworld-bpel-ws/src/main/resources/helloworld.wsdl
diff --git a/branches/sca-java-1.x/samples/helloworld-bpel-ws/src/main/resources/log4j.properties b/sca-java-1.x/trunk/samples/helloworld-bpel-ws/src/main/resources/log4j.properties
index c1bc0a0b81..c1bc0a0b81 100644
--- a/branches/sca-java-1.x/samples/helloworld-bpel-ws/src/main/resources/log4j.properties
+++ b/sca-java-1.x/trunk/samples/helloworld-bpel-ws/src/main/resources/log4j.properties
diff --git a/branches/sca-java-1.x/samples/helloworld-bpel-ws/src/test/java/helloworld/BPELHelloWorldTestCase.java b/sca-java-1.x/trunk/samples/helloworld-bpel-ws/src/test/java/helloworld/BPELHelloWorldTestCase.java
index 6ad63f87d9..6ad63f87d9 100644
--- a/branches/sca-java-1.x/samples/helloworld-bpel-ws/src/test/java/helloworld/BPELHelloWorldTestCase.java
+++ b/sca-java-1.x/trunk/samples/helloworld-bpel-ws/src/test/java/helloworld/BPELHelloWorldTestCase.java