summaryrefslogtreecommitdiffstats
path: root/java/sca-contrib/itest/bpel/helloworld-reference/src/test
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-12 00:43:48 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-12 00:43:48 +0000
commit9425990f532b1152c2d73db96c0f07ef5216a3d1 (patch)
treea8986fc31f96eb02484a0ae9d1c14cfa788e30ac /java/sca-contrib/itest/bpel/helloworld-reference/src/test
parent40523f9c6cb1f7a785c2dbd2466dc410ae6ddf66 (diff)
Moving 2.x contribs
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835178 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/contrib/itest/bpel/helloworld-reference/src/test/java/greetings/GreetingsService.java (renamed from java/sca-contrib/itest/bpel/helloworld-reference/src/test/java/greetings/GreetingsService.java)0
-rw-r--r--sca-java-2.x/contrib/itest/bpel/helloworld-reference/src/test/java/greetings/GreetingsServiceImpl.java (renamed from java/sca-contrib/itest/bpel/helloworld-reference/src/test/java/greetings/GreetingsServiceImpl.java)0
-rw-r--r--sca-java-2.x/contrib/itest/bpel/helloworld-reference/src/test/java/greetings/GreetingsTestCase.java (renamed from java/sca-contrib/itest/bpel/helloworld-reference/src/test/java/greetings/GreetingsTestCase.java)0
-rw-r--r--sca-java-2.x/contrib/itest/bpel/helloworld-reference/src/test/java/helloworld/HelloWorldService.java (renamed from java/sca-contrib/itest/bpel/helloworld-reference/src/test/java/helloworld/HelloWorldService.java)0
-rw-r--r--sca-java-2.x/contrib/itest/bpel/helloworld-reference/src/test/java/helloworld/HelloWorldServiceImpl.java (renamed from java/sca-contrib/itest/bpel/helloworld-reference/src/test/java/helloworld/HelloWorldServiceImpl.java)0
-rw-r--r--sca-java-2.x/contrib/itest/bpel/helloworld-reference/src/test/java/helloworld/HelloWorldTestCase.java (renamed from java/sca-contrib/itest/bpel/helloworld-reference/src/test/java/helloworld/HelloWorldTestCase.java)0
-rw-r--r--sca-java-2.x/contrib/itest/bpel/helloworld-reference/src/test/resources/greetings/greetings.composite (renamed from java/sca-contrib/itest/bpel/helloworld-reference/src/test/resources/greetings/greetings.composite)0
-rw-r--r--sca-java-2.x/contrib/itest/bpel/helloworld-reference/src/test/resources/greetings/greetings.wsdl (renamed from java/sca-contrib/itest/bpel/helloworld-reference/src/test/resources/greetings/greetings.wsdl)0
-rw-r--r--sca-java-2.x/contrib/itest/bpel/helloworld-reference/src/test/resources/helloworld/deploy.xml (renamed from java/sca-contrib/itest/bpel/helloworld-reference/src/test/resources/helloworld/deploy.xml)0
-rw-r--r--sca-java-2.x/contrib/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.bpel (renamed from java/sca-contrib/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.bpel)0
-rw-r--r--sca-java-2.x/contrib/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.componentType (renamed from java/sca-contrib/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.componentType)0
-rw-r--r--sca-java-2.x/contrib/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.composite (renamed from java/sca-contrib/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.composite)0
-rw-r--r--sca-java-2.x/contrib/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.wsdl (renamed from java/sca-contrib/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.wsdl)0
-rw-r--r--sca-java-2.x/contrib/itest/bpel/helloworld-reference/src/test/resources/log4j.properties (renamed from java/sca-contrib/itest/bpel/helloworld-reference/src/test/resources/log4j.properties)0
14 files changed, 0 insertions, 0 deletions
diff --git a/java/sca-contrib/itest/bpel/helloworld-reference/src/test/java/greetings/GreetingsService.java b/sca-java-2.x/contrib/itest/bpel/helloworld-reference/src/test/java/greetings/GreetingsService.java
index d7dff093f9..d7dff093f9 100644
--- a/java/sca-contrib/itest/bpel/helloworld-reference/src/test/java/greetings/GreetingsService.java
+++ b/sca-java-2.x/contrib/itest/bpel/helloworld-reference/src/test/java/greetings/GreetingsService.java
diff --git a/java/sca-contrib/itest/bpel/helloworld-reference/src/test/java/greetings/GreetingsServiceImpl.java b/sca-java-2.x/contrib/itest/bpel/helloworld-reference/src/test/java/greetings/GreetingsServiceImpl.java
index 5ecf5494be..5ecf5494be 100644
--- a/java/sca-contrib/itest/bpel/helloworld-reference/src/test/java/greetings/GreetingsServiceImpl.java
+++ b/sca-java-2.x/contrib/itest/bpel/helloworld-reference/src/test/java/greetings/GreetingsServiceImpl.java
diff --git a/java/sca-contrib/itest/bpel/helloworld-reference/src/test/java/greetings/GreetingsTestCase.java b/sca-java-2.x/contrib/itest/bpel/helloworld-reference/src/test/java/greetings/GreetingsTestCase.java
index 8dea2715bf..8dea2715bf 100644
--- a/java/sca-contrib/itest/bpel/helloworld-reference/src/test/java/greetings/GreetingsTestCase.java
+++ b/sca-java-2.x/contrib/itest/bpel/helloworld-reference/src/test/java/greetings/GreetingsTestCase.java
diff --git a/java/sca-contrib/itest/bpel/helloworld-reference/src/test/java/helloworld/HelloWorldService.java b/sca-java-2.x/contrib/itest/bpel/helloworld-reference/src/test/java/helloworld/HelloWorldService.java
index f46893481b..f46893481b 100644
--- a/java/sca-contrib/itest/bpel/helloworld-reference/src/test/java/helloworld/HelloWorldService.java
+++ b/sca-java-2.x/contrib/itest/bpel/helloworld-reference/src/test/java/helloworld/HelloWorldService.java
diff --git a/java/sca-contrib/itest/bpel/helloworld-reference/src/test/java/helloworld/HelloWorldServiceImpl.java b/sca-java-2.x/contrib/itest/bpel/helloworld-reference/src/test/java/helloworld/HelloWorldServiceImpl.java
index a687534bb2..a687534bb2 100644
--- a/java/sca-contrib/itest/bpel/helloworld-reference/src/test/java/helloworld/HelloWorldServiceImpl.java
+++ b/sca-java-2.x/contrib/itest/bpel/helloworld-reference/src/test/java/helloworld/HelloWorldServiceImpl.java
diff --git a/java/sca-contrib/itest/bpel/helloworld-reference/src/test/java/helloworld/HelloWorldTestCase.java b/sca-java-2.x/contrib/itest/bpel/helloworld-reference/src/test/java/helloworld/HelloWorldTestCase.java
index bdfedee2f8..bdfedee2f8 100644
--- a/java/sca-contrib/itest/bpel/helloworld-reference/src/test/java/helloworld/HelloWorldTestCase.java
+++ b/sca-java-2.x/contrib/itest/bpel/helloworld-reference/src/test/java/helloworld/HelloWorldTestCase.java
diff --git a/java/sca-contrib/itest/bpel/helloworld-reference/src/test/resources/greetings/greetings.composite b/sca-java-2.x/contrib/itest/bpel/helloworld-reference/src/test/resources/greetings/greetings.composite
index dfec43e8e1..dfec43e8e1 100644
--- a/java/sca-contrib/itest/bpel/helloworld-reference/src/test/resources/greetings/greetings.composite
+++ b/sca-java-2.x/contrib/itest/bpel/helloworld-reference/src/test/resources/greetings/greetings.composite
diff --git a/java/sca-contrib/itest/bpel/helloworld-reference/src/test/resources/greetings/greetings.wsdl b/sca-java-2.x/contrib/itest/bpel/helloworld-reference/src/test/resources/greetings/greetings.wsdl
index e768707ccd..e768707ccd 100644
--- a/java/sca-contrib/itest/bpel/helloworld-reference/src/test/resources/greetings/greetings.wsdl
+++ b/sca-java-2.x/contrib/itest/bpel/helloworld-reference/src/test/resources/greetings/greetings.wsdl
diff --git a/java/sca-contrib/itest/bpel/helloworld-reference/src/test/resources/helloworld/deploy.xml b/sca-java-2.x/contrib/itest/bpel/helloworld-reference/src/test/resources/helloworld/deploy.xml
index 25d676bcfc..25d676bcfc 100644
--- a/java/sca-contrib/itest/bpel/helloworld-reference/src/test/resources/helloworld/deploy.xml
+++ b/sca-java-2.x/contrib/itest/bpel/helloworld-reference/src/test/resources/helloworld/deploy.xml
diff --git a/java/sca-contrib/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.bpel b/sca-java-2.x/contrib/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.bpel
index 5ec2cc9f2e..5ec2cc9f2e 100644
--- a/java/sca-contrib/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.bpel
+++ b/sca-java-2.x/contrib/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.bpel
diff --git a/java/sca-contrib/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.componentType b/sca-java-2.x/contrib/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.componentType
index 13d12e32a0..13d12e32a0 100644
--- a/java/sca-contrib/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.componentType
+++ b/sca-java-2.x/contrib/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.componentType
diff --git a/java/sca-contrib/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.composite b/sca-java-2.x/contrib/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.composite
index 504e2ccc5d..504e2ccc5d 100644
--- a/java/sca-contrib/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.composite
+++ b/sca-java-2.x/contrib/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.composite
diff --git a/java/sca-contrib/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.wsdl b/sca-java-2.x/contrib/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.wsdl
index 0f51b96b27..0f51b96b27 100644
--- a/java/sca-contrib/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.wsdl
+++ b/sca-java-2.x/contrib/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.wsdl
diff --git a/java/sca-contrib/itest/bpel/helloworld-reference/src/test/resources/log4j.properties b/sca-java-2.x/contrib/itest/bpel/helloworld-reference/src/test/resources/log4j.properties
index 4e13380e0b..4e13380e0b 100644
--- a/java/sca-contrib/itest/bpel/helloworld-reference/src/test/resources/log4j.properties
+++ b/sca-java-2.x/contrib/itest/bpel/helloworld-reference/src/test/resources/log4j.properties