summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.5/itest/contribution-import-export
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-11 23:08:37 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-11 23:08:37 +0000
commit4ef0430519e276c2bdecea75f7a0f42f49f0cf30 (patch)
tree19dd40a9336c52160da6671d2fb3d428725733d4 /branches/sca-java-1.5/itest/contribution-import-export
parent725006d4c47e63986ac042ade23a4d193298b1fe (diff)
Moving 1.x branches
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835132 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/export-composite/pom.xml (renamed from branches/sca-java-1.5/itest/contribution-import-export/export-composite/pom.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/export-composite/src/main/java/hello/Hello.java (renamed from branches/sca-java-1.5/itest/contribution-import-export/export-composite/src/main/java/hello/Hello.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/export-composite/src/main/java/hello/HelloImpl.java (renamed from branches/sca-java-1.5/itest/contribution-import-export/export-composite/src/main/java/hello/HelloImpl.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/export-composite/src/main/resources/META-INF/sca-contribution.xml (renamed from branches/sca-java-1.5/itest/contribution-import-export/export-composite/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/export-composite/src/main/resources/hello.composite (renamed from branches/sca-java-1.5/itest/contribution-import-export/export-composite/src/main/resources/hello.composite)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/export-composite/src/test/java/org/apache/tuscany/sca/test/contribution/HelloTestCase.java (renamed from branches/sca-java-1.5/itest/contribution-import-export/export-composite/src/test/java/org/apache/tuscany/sca/test/contribution/HelloTestCase.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/export-java/pom.xml (renamed from branches/sca-java-1.5/itest/contribution-import-export/export-java/pom.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/export-java/src/main/java/helloworld/HelloWorldService.java (renamed from branches/sca-java-1.5/itest/contribution-import-export/export-java/src/main/java/helloworld/HelloWorldService.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/export-java/src/main/resources/META-INF/sca-contribution.xml (renamed from branches/sca-java-1.5/itest/contribution-import-export/export-java/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/export-java/src/main/resources/helloworld/HelloWorldImpl.componentType (renamed from branches/sca-java-1.5/itest/contribution-import-export/export-java/src/main/resources/helloworld/HelloWorldImpl.componentType)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/export-resource/pom.xml (renamed from branches/sca-java-1.5/itest/contribution-import-export/export-resource/pom.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/export-resource/src/main/resources/META-INF/sca-contribution.xml (renamed from branches/sca-java-1.5/itest/contribution-import-export/export-resource/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/export-resource/src/main/resources/ufservices/store.html (renamed from branches/sca-java-1.5/itest/contribution-import-export/export-resource/src/main/resources/ufservices/store.html)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/export-wsdl/pom.xml (renamed from branches/sca-java-1.5/itest/contribution-import-export/export-wsdl/pom.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/export-wsdl/src/main/resources/META-INF/sca-contribution.xml (renamed from branches/sca-java-1.5/itest/contribution-import-export/export-wsdl/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/export-wsdl/src/main/resources/helloworld.wsdl (renamed from branches/sca-java-1.5/itest/contribution-import-export/export-wsdl/src/main/resources/helloworld.wsdl)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/export-wsdl/src/main/resources/helloworld.xsd (renamed from branches/sca-java-1.5/itest/contribution-import-export/export-wsdl/src/main/resources/helloworld.xsd)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-composite/pom.xml (renamed from branches/sca-java-1.5/itest/contribution-import-export/import-composite/pom.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-composite/src/main/java/helloworld/HelloWorldImpl.java (renamed from branches/sca-java-1.5/itest/contribution-import-export/import-composite/src/main/java/helloworld/HelloWorldImpl.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-composite/src/main/java/helloworld/HelloWorldServer.java (renamed from branches/sca-java-1.5/itest/contribution-import-export/import-composite/src/main/java/helloworld/HelloWorldServer.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-composite/src/main/java/helloworld/HelloWorldService.java (renamed from branches/sca-java-1.5/itest/contribution-import-export/import-composite/src/main/java/helloworld/HelloWorldService.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-composite/src/main/resources/META-INF/sca-contribution.xml (renamed from branches/sca-java-1.5/itest/contribution-import-export/import-composite/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-composite/src/main/resources/helloworld.wsdl (renamed from branches/sca-java-1.5/itest/contribution-import-export/import-composite/src/main/resources/helloworld.wsdl)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-composite/src/main/resources/helloworld.xsd (renamed from branches/sca-java-1.5/itest/contribution-import-export/import-composite/src/main/resources/helloworld.xsd)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-composite/src/main/resources/helloworldws.composite (renamed from branches/sca-java-1.5/itest/contribution-import-export/import-composite/src/main/resources/helloworldws.composite)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-composite/src/test/java/org/apache/tuscany/test/contribution/HelloWorldServerTestCase.java (renamed from branches/sca-java-1.5/itest/contribution-import-export/import-composite/src/test/java/org/apache/tuscany/test/contribution/HelloWorldServerTestCase.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-java/pom.xml (renamed from branches/sca-java-1.5/itest/contribution-import-export/import-java/pom.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-java/src/main/java/helloworld/HelloWorldImpl.java (renamed from branches/sca-java-1.5/itest/contribution-import-export/import-java/src/main/java/helloworld/HelloWorldImpl.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-java/src/main/resources/META-INF/sca-contribution.xml (renamed from branches/sca-java-1.5/itest/contribution-import-export/import-java/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-java/src/main/resources/helloworldws.composite (renamed from branches/sca-java-1.5/itest/contribution-import-export/import-java/src/main/resources/helloworldws.composite)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-java/src/test/java/org/apache/tuscany/sca/test/contribution/HelloWorldServerTestCase.java (renamed from branches/sca-java-1.5/itest/contribution-import-export/import-java/src/test/java/org/apache/tuscany/sca/test/contribution/HelloWorldServerTestCase.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-resource/pom.xml (renamed from branches/sca-java-1.5/itest/contribution-import-export/import-resource/pom.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-resource/src/main/resources/META-INF/sca-contribution.xml (renamed from branches/sca-java-1.5/itest/contribution-import-export/import-resource/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-resource/src/main/resources/store.composite (renamed from branches/sca-java-1.5/itest/contribution-import-export/import-resource/src/main/resources/store.composite)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-resource/src/test/java/org/apache/tuscany/sca/test/contribution/StoreTestCase.java (renamed from branches/sca-java-1.5/itest/contribution-import-export/import-resource/src/test/java/org/apache/tuscany/sca/test/contribution/StoreTestCase.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-wsdl/pom.xml (renamed from branches/sca-java-1.5/itest/contribution-import-export/import-wsdl/pom.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-wsdl/src/main/java/helloworld/HelloWorldImpl.java (renamed from branches/sca-java-1.5/itest/contribution-import-export/import-wsdl/src/main/java/helloworld/HelloWorldImpl.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-wsdl/src/main/java/helloworld/HelloWorldServer.java (renamed from branches/sca-java-1.5/itest/contribution-import-export/import-wsdl/src/main/java/helloworld/HelloWorldServer.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-wsdl/src/main/java/helloworld/HelloWorldService.java (renamed from branches/sca-java-1.5/itest/contribution-import-export/import-wsdl/src/main/java/helloworld/HelloWorldService.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-wsdl/src/main/resources/META-INF/sca-contribution.xml (renamed from branches/sca-java-1.5/itest/contribution-import-export/import-wsdl/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-wsdl/src/main/resources/helloworldws.composite (renamed from branches/sca-java-1.5/itest/contribution-import-export/import-wsdl/src/main/resources/helloworldws.composite)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-wsdl/src/test/java/org/apache/tuscany/sca/test/contribution/HelloWorldServerTestCase.java (renamed from branches/sca-java-1.5/itest/contribution-import-export/import-wsdl/src/test/java/org/apache/tuscany/sca/test/contribution/HelloWorldServerTestCase.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/pom.xml (renamed from branches/sca-java-1.5/itest/contribution-import-export/pom.xml)0
43 files changed, 0 insertions, 0 deletions
diff --git a/branches/sca-java-1.5/itest/contribution-import-export/export-composite/pom.xml b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/export-composite/pom.xml
index ec66194a1d..ec66194a1d 100644
--- a/branches/sca-java-1.5/itest/contribution-import-export/export-composite/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/export-composite/pom.xml
diff --git a/branches/sca-java-1.5/itest/contribution-import-export/export-composite/src/main/java/hello/Hello.java b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/export-composite/src/main/java/hello/Hello.java
index e65422136f..e65422136f 100644
--- a/branches/sca-java-1.5/itest/contribution-import-export/export-composite/src/main/java/hello/Hello.java
+++ b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/export-composite/src/main/java/hello/Hello.java
diff --git a/branches/sca-java-1.5/itest/contribution-import-export/export-composite/src/main/java/hello/HelloImpl.java b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/export-composite/src/main/java/hello/HelloImpl.java
index 5369c18497..5369c18497 100644
--- a/branches/sca-java-1.5/itest/contribution-import-export/export-composite/src/main/java/hello/HelloImpl.java
+++ b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/export-composite/src/main/java/hello/HelloImpl.java
diff --git a/branches/sca-java-1.5/itest/contribution-import-export/export-composite/src/main/resources/META-INF/sca-contribution.xml b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/export-composite/src/main/resources/META-INF/sca-contribution.xml
index 3c14560a56..3c14560a56 100644
--- a/branches/sca-java-1.5/itest/contribution-import-export/export-composite/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/export-composite/src/main/resources/META-INF/sca-contribution.xml
diff --git a/branches/sca-java-1.5/itest/contribution-import-export/export-composite/src/main/resources/hello.composite b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/export-composite/src/main/resources/hello.composite
index 636b7111d9..636b7111d9 100644
--- a/branches/sca-java-1.5/itest/contribution-import-export/export-composite/src/main/resources/hello.composite
+++ b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/export-composite/src/main/resources/hello.composite
diff --git a/branches/sca-java-1.5/itest/contribution-import-export/export-composite/src/test/java/org/apache/tuscany/sca/test/contribution/HelloTestCase.java b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/export-composite/src/test/java/org/apache/tuscany/sca/test/contribution/HelloTestCase.java
index 72b77564d2..72b77564d2 100644
--- a/branches/sca-java-1.5/itest/contribution-import-export/export-composite/src/test/java/org/apache/tuscany/sca/test/contribution/HelloTestCase.java
+++ b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/export-composite/src/test/java/org/apache/tuscany/sca/test/contribution/HelloTestCase.java
diff --git a/branches/sca-java-1.5/itest/contribution-import-export/export-java/pom.xml b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/export-java/pom.xml
index 0afad82323..0afad82323 100644
--- a/branches/sca-java-1.5/itest/contribution-import-export/export-java/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/export-java/pom.xml
diff --git a/branches/sca-java-1.5/itest/contribution-import-export/export-java/src/main/java/helloworld/HelloWorldService.java b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/export-java/src/main/java/helloworld/HelloWorldService.java
index 74d22ed830..74d22ed830 100644
--- a/branches/sca-java-1.5/itest/contribution-import-export/export-java/src/main/java/helloworld/HelloWorldService.java
+++ b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/export-java/src/main/java/helloworld/HelloWorldService.java
diff --git a/branches/sca-java-1.5/itest/contribution-import-export/export-java/src/main/resources/META-INF/sca-contribution.xml b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/export-java/src/main/resources/META-INF/sca-contribution.xml
index dc33dfa560..dc33dfa560 100644
--- a/branches/sca-java-1.5/itest/contribution-import-export/export-java/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/export-java/src/main/resources/META-INF/sca-contribution.xml
diff --git a/branches/sca-java-1.5/itest/contribution-import-export/export-java/src/main/resources/helloworld/HelloWorldImpl.componentType b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/export-java/src/main/resources/helloworld/HelloWorldImpl.componentType
index 5a14b41650..5a14b41650 100644
--- a/branches/sca-java-1.5/itest/contribution-import-export/export-java/src/main/resources/helloworld/HelloWorldImpl.componentType
+++ b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/export-java/src/main/resources/helloworld/HelloWorldImpl.componentType
diff --git a/branches/sca-java-1.5/itest/contribution-import-export/export-resource/pom.xml b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/export-resource/pom.xml
index 7500ab6bcb..7500ab6bcb 100644
--- a/branches/sca-java-1.5/itest/contribution-import-export/export-resource/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/export-resource/pom.xml
diff --git a/branches/sca-java-1.5/itest/contribution-import-export/export-resource/src/main/resources/META-INF/sca-contribution.xml b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/export-resource/src/main/resources/META-INF/sca-contribution.xml
index f11eacb416..f11eacb416 100644
--- a/branches/sca-java-1.5/itest/contribution-import-export/export-resource/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/export-resource/src/main/resources/META-INF/sca-contribution.xml
diff --git a/branches/sca-java-1.5/itest/contribution-import-export/export-resource/src/main/resources/ufservices/store.html b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/export-resource/src/main/resources/ufservices/store.html
index 1ff281373a..1ff281373a 100644
--- a/branches/sca-java-1.5/itest/contribution-import-export/export-resource/src/main/resources/ufservices/store.html
+++ b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/export-resource/src/main/resources/ufservices/store.html
diff --git a/branches/sca-java-1.5/itest/contribution-import-export/export-wsdl/pom.xml b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/export-wsdl/pom.xml
index 5cecdb2af2..5cecdb2af2 100644
--- a/branches/sca-java-1.5/itest/contribution-import-export/export-wsdl/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/export-wsdl/pom.xml
diff --git a/branches/sca-java-1.5/itest/contribution-import-export/export-wsdl/src/main/resources/META-INF/sca-contribution.xml b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/export-wsdl/src/main/resources/META-INF/sca-contribution.xml
index b7394ec14b..b7394ec14b 100644
--- a/branches/sca-java-1.5/itest/contribution-import-export/export-wsdl/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/export-wsdl/src/main/resources/META-INF/sca-contribution.xml
diff --git a/branches/sca-java-1.5/itest/contribution-import-export/export-wsdl/src/main/resources/helloworld.wsdl b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/export-wsdl/src/main/resources/helloworld.wsdl
index 9b31363e1a..9b31363e1a 100644
--- a/branches/sca-java-1.5/itest/contribution-import-export/export-wsdl/src/main/resources/helloworld.wsdl
+++ b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/export-wsdl/src/main/resources/helloworld.wsdl
diff --git a/branches/sca-java-1.5/itest/contribution-import-export/export-wsdl/src/main/resources/helloworld.xsd b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/export-wsdl/src/main/resources/helloworld.xsd
index d3c83b08c6..d3c83b08c6 100644
--- a/branches/sca-java-1.5/itest/contribution-import-export/export-wsdl/src/main/resources/helloworld.xsd
+++ b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/export-wsdl/src/main/resources/helloworld.xsd
diff --git a/branches/sca-java-1.5/itest/contribution-import-export/import-composite/pom.xml b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-composite/pom.xml
index 57475ada86..57475ada86 100644
--- a/branches/sca-java-1.5/itest/contribution-import-export/import-composite/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-composite/pom.xml
diff --git a/branches/sca-java-1.5/itest/contribution-import-export/import-composite/src/main/java/helloworld/HelloWorldImpl.java b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-composite/src/main/java/helloworld/HelloWorldImpl.java
index 966f56d7d5..966f56d7d5 100644
--- a/branches/sca-java-1.5/itest/contribution-import-export/import-composite/src/main/java/helloworld/HelloWorldImpl.java
+++ b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-composite/src/main/java/helloworld/HelloWorldImpl.java
diff --git a/branches/sca-java-1.5/itest/contribution-import-export/import-composite/src/main/java/helloworld/HelloWorldServer.java b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-composite/src/main/java/helloworld/HelloWorldServer.java
index 3d43290380..3d43290380 100644
--- a/branches/sca-java-1.5/itest/contribution-import-export/import-composite/src/main/java/helloworld/HelloWorldServer.java
+++ b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-composite/src/main/java/helloworld/HelloWorldServer.java
diff --git a/branches/sca-java-1.5/itest/contribution-import-export/import-composite/src/main/java/helloworld/HelloWorldService.java b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-composite/src/main/java/helloworld/HelloWorldService.java
index 74d22ed830..74d22ed830 100644
--- a/branches/sca-java-1.5/itest/contribution-import-export/import-composite/src/main/java/helloworld/HelloWorldService.java
+++ b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-composite/src/main/java/helloworld/HelloWorldService.java
diff --git a/branches/sca-java-1.5/itest/contribution-import-export/import-composite/src/main/resources/META-INF/sca-contribution.xml b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-composite/src/main/resources/META-INF/sca-contribution.xml
index 9f3f5be452..9f3f5be452 100644
--- a/branches/sca-java-1.5/itest/contribution-import-export/import-composite/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-composite/src/main/resources/META-INF/sca-contribution.xml
diff --git a/branches/sca-java-1.5/itest/contribution-import-export/import-composite/src/main/resources/helloworld.wsdl b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-composite/src/main/resources/helloworld.wsdl
index 9b31363e1a..9b31363e1a 100644
--- a/branches/sca-java-1.5/itest/contribution-import-export/import-composite/src/main/resources/helloworld.wsdl
+++ b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-composite/src/main/resources/helloworld.wsdl
diff --git a/branches/sca-java-1.5/itest/contribution-import-export/import-composite/src/main/resources/helloworld.xsd b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-composite/src/main/resources/helloworld.xsd
index d3c83b08c6..d3c83b08c6 100644
--- a/branches/sca-java-1.5/itest/contribution-import-export/import-composite/src/main/resources/helloworld.xsd
+++ b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-composite/src/main/resources/helloworld.xsd
diff --git a/branches/sca-java-1.5/itest/contribution-import-export/import-composite/src/main/resources/helloworldws.composite b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-composite/src/main/resources/helloworldws.composite
index e2f852ff7e..e2f852ff7e 100644
--- a/branches/sca-java-1.5/itest/contribution-import-export/import-composite/src/main/resources/helloworldws.composite
+++ b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-composite/src/main/resources/helloworldws.composite
diff --git a/branches/sca-java-1.5/itest/contribution-import-export/import-composite/src/test/java/org/apache/tuscany/test/contribution/HelloWorldServerTestCase.java b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-composite/src/test/java/org/apache/tuscany/test/contribution/HelloWorldServerTestCase.java
index 1176a89143..1176a89143 100644
--- a/branches/sca-java-1.5/itest/contribution-import-export/import-composite/src/test/java/org/apache/tuscany/test/contribution/HelloWorldServerTestCase.java
+++ b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-composite/src/test/java/org/apache/tuscany/test/contribution/HelloWorldServerTestCase.java
diff --git a/branches/sca-java-1.5/itest/contribution-import-export/import-java/pom.xml b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-java/pom.xml
index 6f07701906..6f07701906 100644
--- a/branches/sca-java-1.5/itest/contribution-import-export/import-java/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-java/pom.xml
diff --git a/branches/sca-java-1.5/itest/contribution-import-export/import-java/src/main/java/helloworld/HelloWorldImpl.java b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-java/src/main/java/helloworld/HelloWorldImpl.java
index 4cdcc1fd0b..4cdcc1fd0b 100644
--- a/branches/sca-java-1.5/itest/contribution-import-export/import-java/src/main/java/helloworld/HelloWorldImpl.java
+++ b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-java/src/main/java/helloworld/HelloWorldImpl.java
diff --git a/branches/sca-java-1.5/itest/contribution-import-export/import-java/src/main/resources/META-INF/sca-contribution.xml b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-java/src/main/resources/META-INF/sca-contribution.xml
index 224e2c4d79..224e2c4d79 100644
--- a/branches/sca-java-1.5/itest/contribution-import-export/import-java/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-java/src/main/resources/META-INF/sca-contribution.xml
diff --git a/branches/sca-java-1.5/itest/contribution-import-export/import-java/src/main/resources/helloworldws.composite b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-java/src/main/resources/helloworldws.composite
index 9b650e4acc..9b650e4acc 100644
--- a/branches/sca-java-1.5/itest/contribution-import-export/import-java/src/main/resources/helloworldws.composite
+++ b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-java/src/main/resources/helloworldws.composite
diff --git a/branches/sca-java-1.5/itest/contribution-import-export/import-java/src/test/java/org/apache/tuscany/sca/test/contribution/HelloWorldServerTestCase.java b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-java/src/test/java/org/apache/tuscany/sca/test/contribution/HelloWorldServerTestCase.java
index 431988cc04..431988cc04 100644
--- a/branches/sca-java-1.5/itest/contribution-import-export/import-java/src/test/java/org/apache/tuscany/sca/test/contribution/HelloWorldServerTestCase.java
+++ b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-java/src/test/java/org/apache/tuscany/sca/test/contribution/HelloWorldServerTestCase.java
diff --git a/branches/sca-java-1.5/itest/contribution-import-export/import-resource/pom.xml b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-resource/pom.xml
index 8c7aa5aef6..8c7aa5aef6 100644
--- a/branches/sca-java-1.5/itest/contribution-import-export/import-resource/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-resource/pom.xml
diff --git a/branches/sca-java-1.5/itest/contribution-import-export/import-resource/src/main/resources/META-INF/sca-contribution.xml b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-resource/src/main/resources/META-INF/sca-contribution.xml
index ac6d7becb3..ac6d7becb3 100644
--- a/branches/sca-java-1.5/itest/contribution-import-export/import-resource/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-resource/src/main/resources/META-INF/sca-contribution.xml
diff --git a/branches/sca-java-1.5/itest/contribution-import-export/import-resource/src/main/resources/store.composite b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-resource/src/main/resources/store.composite
index bb5a7b764f..bb5a7b764f 100644
--- a/branches/sca-java-1.5/itest/contribution-import-export/import-resource/src/main/resources/store.composite
+++ b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-resource/src/main/resources/store.composite
diff --git a/branches/sca-java-1.5/itest/contribution-import-export/import-resource/src/test/java/org/apache/tuscany/sca/test/contribution/StoreTestCase.java b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-resource/src/test/java/org/apache/tuscany/sca/test/contribution/StoreTestCase.java
index 1b7542b7d9..1b7542b7d9 100644
--- a/branches/sca-java-1.5/itest/contribution-import-export/import-resource/src/test/java/org/apache/tuscany/sca/test/contribution/StoreTestCase.java
+++ b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-resource/src/test/java/org/apache/tuscany/sca/test/contribution/StoreTestCase.java
diff --git a/branches/sca-java-1.5/itest/contribution-import-export/import-wsdl/pom.xml b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-wsdl/pom.xml
index 3521b0385d..3521b0385d 100644
--- a/branches/sca-java-1.5/itest/contribution-import-export/import-wsdl/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-wsdl/pom.xml
diff --git a/branches/sca-java-1.5/itest/contribution-import-export/import-wsdl/src/main/java/helloworld/HelloWorldImpl.java b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-wsdl/src/main/java/helloworld/HelloWorldImpl.java
index 4cdcc1fd0b..4cdcc1fd0b 100644
--- a/branches/sca-java-1.5/itest/contribution-import-export/import-wsdl/src/main/java/helloworld/HelloWorldImpl.java
+++ b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-wsdl/src/main/java/helloworld/HelloWorldImpl.java
diff --git a/branches/sca-java-1.5/itest/contribution-import-export/import-wsdl/src/main/java/helloworld/HelloWorldServer.java b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-wsdl/src/main/java/helloworld/HelloWorldServer.java
index 3d43290380..3d43290380 100644
--- a/branches/sca-java-1.5/itest/contribution-import-export/import-wsdl/src/main/java/helloworld/HelloWorldServer.java
+++ b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-wsdl/src/main/java/helloworld/HelloWorldServer.java
diff --git a/branches/sca-java-1.5/itest/contribution-import-export/import-wsdl/src/main/java/helloworld/HelloWorldService.java b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-wsdl/src/main/java/helloworld/HelloWorldService.java
index 74d22ed830..74d22ed830 100644
--- a/branches/sca-java-1.5/itest/contribution-import-export/import-wsdl/src/main/java/helloworld/HelloWorldService.java
+++ b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-wsdl/src/main/java/helloworld/HelloWorldService.java
diff --git a/branches/sca-java-1.5/itest/contribution-import-export/import-wsdl/src/main/resources/META-INF/sca-contribution.xml b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-wsdl/src/main/resources/META-INF/sca-contribution.xml
index d46fe0b57c..d46fe0b57c 100644
--- a/branches/sca-java-1.5/itest/contribution-import-export/import-wsdl/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-wsdl/src/main/resources/META-INF/sca-contribution.xml
diff --git a/branches/sca-java-1.5/itest/contribution-import-export/import-wsdl/src/main/resources/helloworldws.composite b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-wsdl/src/main/resources/helloworldws.composite
index 5008a2ea5b..5008a2ea5b 100644
--- a/branches/sca-java-1.5/itest/contribution-import-export/import-wsdl/src/main/resources/helloworldws.composite
+++ b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-wsdl/src/main/resources/helloworldws.composite
diff --git a/branches/sca-java-1.5/itest/contribution-import-export/import-wsdl/src/test/java/org/apache/tuscany/sca/test/contribution/HelloWorldServerTestCase.java b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-wsdl/src/test/java/org/apache/tuscany/sca/test/contribution/HelloWorldServerTestCase.java
index 5c40606e50..5c40606e50 100644
--- a/branches/sca-java-1.5/itest/contribution-import-export/import-wsdl/src/test/java/org/apache/tuscany/sca/test/contribution/HelloWorldServerTestCase.java
+++ b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/import-wsdl/src/test/java/org/apache/tuscany/sca/test/contribution/HelloWorldServerTestCase.java
diff --git a/branches/sca-java-1.5/itest/contribution-import-export/pom.xml b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/pom.xml
index e292cdb5ea..e292cdb5ea 100644
--- a/branches/sca-java-1.5/itest/contribution-import-export/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.5/itest/contribution-import-export/pom.xml