summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/tags/1.1/samples/helloworld-bpel/src
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-java-1.x/tags/1.1/samples/helloworld-bpel/src/main/java/helloworld/BPELClient.java (renamed from tags/java/sca/1.1/samples/helloworld-bpel/src/main/java/helloworld/BPELClient.java)0
-rw-r--r--sca-java-1.x/tags/1.1/samples/helloworld-bpel/src/main/resources/deploy.xml (renamed from tags/java/sca/1.1/samples/helloworld-bpel/src/main/resources/deploy.xml)0
-rw-r--r--sca-java-1.x/tags/1.1/samples/helloworld-bpel/src/main/resources/helloworld.bpel (renamed from tags/java/sca/1.1/samples/helloworld-bpel/src/main/resources/helloworld.bpel)0
-rw-r--r--sca-java-1.x/tags/1.1/samples/helloworld-bpel/src/main/resources/helloworld.componentType (renamed from tags/java/sca/1.1/samples/helloworld-bpel/src/main/resources/helloworld.componentType)0
-rw-r--r--sca-java-1.x/tags/1.1/samples/helloworld-bpel/src/main/resources/helloworld.composite (renamed from tags/java/sca/1.1/samples/helloworld-bpel/src/main/resources/helloworld.composite)0
-rw-r--r--sca-java-1.x/tags/1.1/samples/helloworld-bpel/src/main/resources/helloworld.wsdl (renamed from tags/java/sca/1.1/samples/helloworld-bpel/src/main/resources/helloworld.wsdl)0
-rw-r--r--sca-java-1.x/tags/1.1/samples/helloworld-bpel/src/main/resources/log4j.properties (renamed from tags/java/sca/1.1/samples/helloworld-bpel/src/main/resources/log4j.properties)0
-rw-r--r--sca-java-1.x/tags/1.1/samples/helloworld-bpel/src/test/java/helloworld/BPELHelloWorldTestCase.java (renamed from tags/java/sca/1.1/samples/helloworld-bpel/src/test/java/helloworld/BPELHelloWorldTestCase.java)0
8 files changed, 0 insertions, 0 deletions
diff --git a/tags/java/sca/1.1/samples/helloworld-bpel/src/main/java/helloworld/BPELClient.java b/sca-java-1.x/tags/1.1/samples/helloworld-bpel/src/main/java/helloworld/BPELClient.java
index 1897b814e0..1897b814e0 100644
--- a/tags/java/sca/1.1/samples/helloworld-bpel/src/main/java/helloworld/BPELClient.java
+++ b/sca-java-1.x/tags/1.1/samples/helloworld-bpel/src/main/java/helloworld/BPELClient.java
diff --git a/tags/java/sca/1.1/samples/helloworld-bpel/src/main/resources/deploy.xml b/sca-java-1.x/tags/1.1/samples/helloworld-bpel/src/main/resources/deploy.xml
index 571aa37d58..571aa37d58 100644
--- a/tags/java/sca/1.1/samples/helloworld-bpel/src/main/resources/deploy.xml
+++ b/sca-java-1.x/tags/1.1/samples/helloworld-bpel/src/main/resources/deploy.xml
diff --git a/tags/java/sca/1.1/samples/helloworld-bpel/src/main/resources/helloworld.bpel b/sca-java-1.x/tags/1.1/samples/helloworld-bpel/src/main/resources/helloworld.bpel
index e983899d76..e983899d76 100644
--- a/tags/java/sca/1.1/samples/helloworld-bpel/src/main/resources/helloworld.bpel
+++ b/sca-java-1.x/tags/1.1/samples/helloworld-bpel/src/main/resources/helloworld.bpel
diff --git a/tags/java/sca/1.1/samples/helloworld-bpel/src/main/resources/helloworld.componentType b/sca-java-1.x/tags/1.1/samples/helloworld-bpel/src/main/resources/helloworld.componentType
index 121064a475..121064a475 100644
--- a/tags/java/sca/1.1/samples/helloworld-bpel/src/main/resources/helloworld.componentType
+++ b/sca-java-1.x/tags/1.1/samples/helloworld-bpel/src/main/resources/helloworld.componentType
diff --git a/tags/java/sca/1.1/samples/helloworld-bpel/src/main/resources/helloworld.composite b/sca-java-1.x/tags/1.1/samples/helloworld-bpel/src/main/resources/helloworld.composite
index b4623b5c2d..b4623b5c2d 100644
--- a/tags/java/sca/1.1/samples/helloworld-bpel/src/main/resources/helloworld.composite
+++ b/sca-java-1.x/tags/1.1/samples/helloworld-bpel/src/main/resources/helloworld.composite
diff --git a/tags/java/sca/1.1/samples/helloworld-bpel/src/main/resources/helloworld.wsdl b/sca-java-1.x/tags/1.1/samples/helloworld-bpel/src/main/resources/helloworld.wsdl
index 46cf381577..46cf381577 100644
--- a/tags/java/sca/1.1/samples/helloworld-bpel/src/main/resources/helloworld.wsdl
+++ b/sca-java-1.x/tags/1.1/samples/helloworld-bpel/src/main/resources/helloworld.wsdl
diff --git a/tags/java/sca/1.1/samples/helloworld-bpel/src/main/resources/log4j.properties b/sca-java-1.x/tags/1.1/samples/helloworld-bpel/src/main/resources/log4j.properties
index 8649a71550..8649a71550 100644
--- a/tags/java/sca/1.1/samples/helloworld-bpel/src/main/resources/log4j.properties
+++ b/sca-java-1.x/tags/1.1/samples/helloworld-bpel/src/main/resources/log4j.properties
diff --git a/tags/java/sca/1.1/samples/helloworld-bpel/src/test/java/helloworld/BPELHelloWorldTestCase.java b/sca-java-1.x/tags/1.1/samples/helloworld-bpel/src/test/java/helloworld/BPELHelloWorldTestCase.java
index 89feb7fff4..89feb7fff4 100644
--- a/tags/java/sca/1.1/samples/helloworld-bpel/src/test/java/helloworld/BPELHelloWorldTestCase.java
+++ b/sca-java-1.x/tags/1.1/samples/helloworld-bpel/src/test/java/helloworld/BPELHelloWorldTestCase.java