summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches/sca-equinox/itest/bpel/helloworld-reference
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-11 23:09:08 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-11 23:09:08 +0000
commitcde3d2629677a07aa09e3c7fbe117b680c0f5df7 (patch)
treec6d50048ffad8dfa8a1c0019e7afb207cb6b4fe2 /sca-java-2.x/branches/sca-equinox/itest/bpel/helloworld-reference
parent4ef0430519e276c2bdecea75f7a0f42f49f0cf30 (diff)
Moving 2.x branches
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835133 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/branches/sca-equinox/itest/bpel/helloworld-reference/pom.xml (renamed from branches/sca-equinox/itest/bpel/helloworld-reference/pom.xml)0
-rw-r--r--sca-java-2.x/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/java/greetings/GreetingsService.java (renamed from branches/sca-equinox/itest/bpel/helloworld-reference/src/test/java/greetings/GreetingsService.java)0
-rw-r--r--sca-java-2.x/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/java/greetings/GreetingsServiceImpl.java (renamed from branches/sca-equinox/itest/bpel/helloworld-reference/src/test/java/greetings/GreetingsServiceImpl.java)0
-rw-r--r--sca-java-2.x/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/java/greetings/GreetingsTestCase.java (renamed from branches/sca-equinox/itest/bpel/helloworld-reference/src/test/java/greetings/GreetingsTestCase.java)0
-rw-r--r--sca-java-2.x/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/java/helloworld/HelloWorldService.java (renamed from branches/sca-equinox/itest/bpel/helloworld-reference/src/test/java/helloworld/HelloWorldService.java)0
-rw-r--r--sca-java-2.x/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/java/helloworld/HelloWorldServiceImpl.java (renamed from branches/sca-equinox/itest/bpel/helloworld-reference/src/test/java/helloworld/HelloWorldServiceImpl.java)0
-rw-r--r--sca-java-2.x/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/java/helloworld/HelloWorldTestCase.java (renamed from branches/sca-equinox/itest/bpel/helloworld-reference/src/test/java/helloworld/HelloWorldTestCase.java)0
-rw-r--r--sca-java-2.x/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/resources/greetings/greetings.composite (renamed from branches/sca-equinox/itest/bpel/helloworld-reference/src/test/resources/greetings/greetings.composite)0
-rw-r--r--sca-java-2.x/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/resources/greetings/greetings.wsdl (renamed from branches/sca-equinox/itest/bpel/helloworld-reference/src/test/resources/greetings/greetings.wsdl)0
-rw-r--r--sca-java-2.x/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/resources/helloworld/deploy.xml (renamed from branches/sca-equinox/itest/bpel/helloworld-reference/src/test/resources/helloworld/deploy.xml)0
-rw-r--r--sca-java-2.x/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.bpel (renamed from branches/sca-equinox/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.bpel)0
-rw-r--r--sca-java-2.x/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.componentType (renamed from branches/sca-equinox/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.componentType)0
-rw-r--r--sca-java-2.x/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.composite (renamed from branches/sca-equinox/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.composite)0
-rw-r--r--sca-java-2.x/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.wsdl (renamed from branches/sca-equinox/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.wsdl)0
-rw-r--r--sca-java-2.x/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/resources/log4j.properties (renamed from branches/sca-equinox/itest/bpel/helloworld-reference/src/test/resources/log4j.properties)0
15 files changed, 0 insertions, 0 deletions
diff --git a/branches/sca-equinox/itest/bpel/helloworld-reference/pom.xml b/sca-java-2.x/branches/sca-equinox/itest/bpel/helloworld-reference/pom.xml
index 658f806a8b..658f806a8b 100644
--- a/branches/sca-equinox/itest/bpel/helloworld-reference/pom.xml
+++ b/sca-java-2.x/branches/sca-equinox/itest/bpel/helloworld-reference/pom.xml
diff --git a/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/java/greetings/GreetingsService.java b/sca-java-2.x/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/java/greetings/GreetingsService.java
index 532b84bd22..532b84bd22 100644
--- a/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/java/greetings/GreetingsService.java
+++ b/sca-java-2.x/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/java/greetings/GreetingsService.java
diff --git a/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/java/greetings/GreetingsServiceImpl.java b/sca-java-2.x/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/java/greetings/GreetingsServiceImpl.java
index 86d7f245e8..86d7f245e8 100644
--- a/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/java/greetings/GreetingsServiceImpl.java
+++ b/sca-java-2.x/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/java/greetings/GreetingsServiceImpl.java
diff --git a/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/java/greetings/GreetingsTestCase.java b/sca-java-2.x/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/java/greetings/GreetingsTestCase.java
index 8dea2715bf..8dea2715bf 100644
--- a/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/java/greetings/GreetingsTestCase.java
+++ b/sca-java-2.x/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/java/greetings/GreetingsTestCase.java
diff --git a/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/java/helloworld/HelloWorldService.java b/sca-java-2.x/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/java/helloworld/HelloWorldService.java
index 672dbdc0b5..672dbdc0b5 100644
--- a/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/java/helloworld/HelloWorldService.java
+++ b/sca-java-2.x/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/java/helloworld/HelloWorldService.java
diff --git a/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/java/helloworld/HelloWorldServiceImpl.java b/sca-java-2.x/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/java/helloworld/HelloWorldServiceImpl.java
index d7ebd5cbb8..d7ebd5cbb8 100644
--- a/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/java/helloworld/HelloWorldServiceImpl.java
+++ b/sca-java-2.x/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/java/helloworld/HelloWorldServiceImpl.java
diff --git a/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/java/helloworld/HelloWorldTestCase.java b/sca-java-2.x/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/java/helloworld/HelloWorldTestCase.java
index bdfedee2f8..bdfedee2f8 100644
--- a/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/java/helloworld/HelloWorldTestCase.java
+++ b/sca-java-2.x/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/java/helloworld/HelloWorldTestCase.java
diff --git a/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/resources/greetings/greetings.composite b/sca-java-2.x/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/resources/greetings/greetings.composite
index dfec43e8e1..dfec43e8e1 100644
--- a/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/resources/greetings/greetings.composite
+++ b/sca-java-2.x/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/resources/greetings/greetings.composite
diff --git a/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/resources/greetings/greetings.wsdl b/sca-java-2.x/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/resources/greetings/greetings.wsdl
index e768707ccd..e768707ccd 100644
--- a/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/resources/greetings/greetings.wsdl
+++ b/sca-java-2.x/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/resources/greetings/greetings.wsdl
diff --git a/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/resources/helloworld/deploy.xml b/sca-java-2.x/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/resources/helloworld/deploy.xml
index 25d676bcfc..25d676bcfc 100644
--- a/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/resources/helloworld/deploy.xml
+++ b/sca-java-2.x/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/resources/helloworld/deploy.xml
diff --git a/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.bpel b/sca-java-2.x/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.bpel
index 5ec2cc9f2e..5ec2cc9f2e 100644
--- a/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.bpel
+++ b/sca-java-2.x/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.bpel
diff --git a/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.componentType b/sca-java-2.x/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.componentType
index 13d12e32a0..13d12e32a0 100644
--- a/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.componentType
+++ b/sca-java-2.x/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.componentType
diff --git a/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.composite b/sca-java-2.x/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.composite
index 504e2ccc5d..504e2ccc5d 100644
--- a/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.composite
+++ b/sca-java-2.x/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.composite
diff --git a/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.wsdl b/sca-java-2.x/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.wsdl
index 0f51b96b27..0f51b96b27 100644
--- a/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.wsdl
+++ b/sca-java-2.x/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.wsdl
diff --git a/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/resources/log4j.properties b/sca-java-2.x/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/resources/log4j.properties
index 4e13380e0b..4e13380e0b 100644
--- a/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/resources/log4j.properties
+++ b/sca-java-2.x/branches/sca-equinox/itest/bpel/helloworld-reference/src/test/resources/log4j.properties