summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.3.2/modules/binding-http-runtime
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-11 23:08:11 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-11 23:08:11 +0000
commit0cc8ed2208c9d04057bcb00859490290e3aa948c (patch)
tree0087418cfdfc40a85fc250a9c36cb8ddc0ebb5db /sca-java-1.x/branches/sca-java-1.3.2/modules/binding-http-runtime
parente0ff67c0b32813ea48734c770a5ffc1952644e29 (diff)
Moving 1.x branches
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835129 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-1.x/branches/sca-java-1.3.2/modules/binding-http-runtime/LICENSE (renamed from branches/sca-java-1.3.2/modules/binding-http-runtime/LICENSE)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.3.2/modules/binding-http-runtime/NOTICE (renamed from branches/sca-java-1.3.2/modules/binding-http-runtime/NOTICE)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.3.2/modules/binding-http-runtime/pom.xml (renamed from branches/sca-java-1.3.2/modules/binding-http-runtime/pom.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.3.2/modules/binding-http-runtime/src/main/java/org/apache/tuscany/sca/binding/http/provider/HTTPBindingProviderFactory.java (renamed from branches/sca-java-1.3.2/modules/binding-http-runtime/src/main/java/org/apache/tuscany/sca/binding/http/provider/HTTPBindingProviderFactory.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.3.2/modules/binding-http-runtime/src/main/java/org/apache/tuscany/sca/binding/http/provider/HTTPGetListenerServlet.java (renamed from branches/sca-java-1.3.2/modules/binding-http-runtime/src/main/java/org/apache/tuscany/sca/binding/http/provider/HTTPGetListenerServlet.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.3.2/modules/binding-http-runtime/src/main/java/org/apache/tuscany/sca/binding/http/provider/HTTPServiceBindingProvider.java (renamed from branches/sca-java-1.3.2/modules/binding-http-runtime/src/main/java/org/apache/tuscany/sca/binding/http/provider/HTTPServiceBindingProvider.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.3.2/modules/binding-http-runtime/src/main/java/org/apache/tuscany/sca/binding/http/provider/HTTPServiceListenerServlet.java (renamed from branches/sca-java-1.3.2/modules/binding-http-runtime/src/main/java/org/apache/tuscany/sca/binding/http/provider/HTTPServiceListenerServlet.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.3.2/modules/binding-http-runtime/src/main/resources/META-INF/services/org.apache.tuscany.sca.provider.BindingProviderFactory (renamed from branches/sca-java-1.3.2/modules/binding-http-runtime/src/main/resources/META-INF/services/org.apache.tuscany.sca.provider.BindingProviderFactory)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.3.2/modules/binding-http-runtime/src/test/java/org/apache/tuscany/sca/binding/http/HTTPBindingTestCase.java (renamed from branches/sca-java-1.3.2/modules/binding-http-runtime/src/test/java/org/apache/tuscany/sca/binding/http/HTTPBindingTestCase.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.3.2/modules/binding-http-runtime/src/test/java/org/apache/tuscany/sca/binding/http/TestGetImpl.java (renamed from branches/sca-java-1.3.2/modules/binding-http-runtime/src/test/java/org/apache/tuscany/sca/binding/http/TestGetImpl.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.3.2/modules/binding-http-runtime/src/test/java/org/apache/tuscany/sca/binding/http/TestServiceImpl.java (renamed from branches/sca-java-1.3.2/modules/binding-http-runtime/src/test/java/org/apache/tuscany/sca/binding/http/TestServiceImpl.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.3.2/modules/binding-http-runtime/src/test/resources/content/test.html (renamed from branches/sca-java-1.3.2/modules/binding-http-runtime/src/test/resources/content/test.html)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.3.2/modules/binding-http-runtime/src/test/resources/test.composite (renamed from branches/sca-java-1.3.2/modules/binding-http-runtime/src/test/resources/test.composite)0
13 files changed, 0 insertions, 0 deletions
diff --git a/branches/sca-java-1.3.2/modules/binding-http-runtime/LICENSE b/sca-java-1.x/branches/sca-java-1.3.2/modules/binding-http-runtime/LICENSE
index 8aa906c321..8aa906c321 100644
--- a/branches/sca-java-1.3.2/modules/binding-http-runtime/LICENSE
+++ b/sca-java-1.x/branches/sca-java-1.3.2/modules/binding-http-runtime/LICENSE
diff --git a/branches/sca-java-1.3.2/modules/binding-http-runtime/NOTICE b/sca-java-1.x/branches/sca-java-1.3.2/modules/binding-http-runtime/NOTICE
index fdfa0e9faa..fdfa0e9faa 100644
--- a/branches/sca-java-1.3.2/modules/binding-http-runtime/NOTICE
+++ b/sca-java-1.x/branches/sca-java-1.3.2/modules/binding-http-runtime/NOTICE
diff --git a/branches/sca-java-1.3.2/modules/binding-http-runtime/pom.xml b/sca-java-1.x/branches/sca-java-1.3.2/modules/binding-http-runtime/pom.xml
index 6821c6fee1..6821c6fee1 100644
--- a/branches/sca-java-1.3.2/modules/binding-http-runtime/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.3.2/modules/binding-http-runtime/pom.xml
diff --git a/branches/sca-java-1.3.2/modules/binding-http-runtime/src/main/java/org/apache/tuscany/sca/binding/http/provider/HTTPBindingProviderFactory.java b/sca-java-1.x/branches/sca-java-1.3.2/modules/binding-http-runtime/src/main/java/org/apache/tuscany/sca/binding/http/provider/HTTPBindingProviderFactory.java
index fccd10f3cd..fccd10f3cd 100644
--- a/branches/sca-java-1.3.2/modules/binding-http-runtime/src/main/java/org/apache/tuscany/sca/binding/http/provider/HTTPBindingProviderFactory.java
+++ b/sca-java-1.x/branches/sca-java-1.3.2/modules/binding-http-runtime/src/main/java/org/apache/tuscany/sca/binding/http/provider/HTTPBindingProviderFactory.java
diff --git a/branches/sca-java-1.3.2/modules/binding-http-runtime/src/main/java/org/apache/tuscany/sca/binding/http/provider/HTTPGetListenerServlet.java b/sca-java-1.x/branches/sca-java-1.3.2/modules/binding-http-runtime/src/main/java/org/apache/tuscany/sca/binding/http/provider/HTTPGetListenerServlet.java
index e20d420d49..e20d420d49 100644
--- a/branches/sca-java-1.3.2/modules/binding-http-runtime/src/main/java/org/apache/tuscany/sca/binding/http/provider/HTTPGetListenerServlet.java
+++ b/sca-java-1.x/branches/sca-java-1.3.2/modules/binding-http-runtime/src/main/java/org/apache/tuscany/sca/binding/http/provider/HTTPGetListenerServlet.java
diff --git a/branches/sca-java-1.3.2/modules/binding-http-runtime/src/main/java/org/apache/tuscany/sca/binding/http/provider/HTTPServiceBindingProvider.java b/sca-java-1.x/branches/sca-java-1.3.2/modules/binding-http-runtime/src/main/java/org/apache/tuscany/sca/binding/http/provider/HTTPServiceBindingProvider.java
index ef3b993c1f..ef3b993c1f 100644
--- a/branches/sca-java-1.3.2/modules/binding-http-runtime/src/main/java/org/apache/tuscany/sca/binding/http/provider/HTTPServiceBindingProvider.java
+++ b/sca-java-1.x/branches/sca-java-1.3.2/modules/binding-http-runtime/src/main/java/org/apache/tuscany/sca/binding/http/provider/HTTPServiceBindingProvider.java
diff --git a/branches/sca-java-1.3.2/modules/binding-http-runtime/src/main/java/org/apache/tuscany/sca/binding/http/provider/HTTPServiceListenerServlet.java b/sca-java-1.x/branches/sca-java-1.3.2/modules/binding-http-runtime/src/main/java/org/apache/tuscany/sca/binding/http/provider/HTTPServiceListenerServlet.java
index f3da2367f0..f3da2367f0 100644
--- a/branches/sca-java-1.3.2/modules/binding-http-runtime/src/main/java/org/apache/tuscany/sca/binding/http/provider/HTTPServiceListenerServlet.java
+++ b/sca-java-1.x/branches/sca-java-1.3.2/modules/binding-http-runtime/src/main/java/org/apache/tuscany/sca/binding/http/provider/HTTPServiceListenerServlet.java
diff --git a/branches/sca-java-1.3.2/modules/binding-http-runtime/src/main/resources/META-INF/services/org.apache.tuscany.sca.provider.BindingProviderFactory b/sca-java-1.x/branches/sca-java-1.3.2/modules/binding-http-runtime/src/main/resources/META-INF/services/org.apache.tuscany.sca.provider.BindingProviderFactory
index 0fa8d44c08..0fa8d44c08 100644
--- a/branches/sca-java-1.3.2/modules/binding-http-runtime/src/main/resources/META-INF/services/org.apache.tuscany.sca.provider.BindingProviderFactory
+++ b/sca-java-1.x/branches/sca-java-1.3.2/modules/binding-http-runtime/src/main/resources/META-INF/services/org.apache.tuscany.sca.provider.BindingProviderFactory
diff --git a/branches/sca-java-1.3.2/modules/binding-http-runtime/src/test/java/org/apache/tuscany/sca/binding/http/HTTPBindingTestCase.java b/sca-java-1.x/branches/sca-java-1.3.2/modules/binding-http-runtime/src/test/java/org/apache/tuscany/sca/binding/http/HTTPBindingTestCase.java
index bc87dd2f93..bc87dd2f93 100644
--- a/branches/sca-java-1.3.2/modules/binding-http-runtime/src/test/java/org/apache/tuscany/sca/binding/http/HTTPBindingTestCase.java
+++ b/sca-java-1.x/branches/sca-java-1.3.2/modules/binding-http-runtime/src/test/java/org/apache/tuscany/sca/binding/http/HTTPBindingTestCase.java
diff --git a/branches/sca-java-1.3.2/modules/binding-http-runtime/src/test/java/org/apache/tuscany/sca/binding/http/TestGetImpl.java b/sca-java-1.x/branches/sca-java-1.3.2/modules/binding-http-runtime/src/test/java/org/apache/tuscany/sca/binding/http/TestGetImpl.java
index 0e0360d821..0e0360d821 100644
--- a/branches/sca-java-1.3.2/modules/binding-http-runtime/src/test/java/org/apache/tuscany/sca/binding/http/TestGetImpl.java
+++ b/sca-java-1.x/branches/sca-java-1.3.2/modules/binding-http-runtime/src/test/java/org/apache/tuscany/sca/binding/http/TestGetImpl.java
diff --git a/branches/sca-java-1.3.2/modules/binding-http-runtime/src/test/java/org/apache/tuscany/sca/binding/http/TestServiceImpl.java b/sca-java-1.x/branches/sca-java-1.3.2/modules/binding-http-runtime/src/test/java/org/apache/tuscany/sca/binding/http/TestServiceImpl.java
index 1cfc02a473..1cfc02a473 100644
--- a/branches/sca-java-1.3.2/modules/binding-http-runtime/src/test/java/org/apache/tuscany/sca/binding/http/TestServiceImpl.java
+++ b/sca-java-1.x/branches/sca-java-1.3.2/modules/binding-http-runtime/src/test/java/org/apache/tuscany/sca/binding/http/TestServiceImpl.java
diff --git a/branches/sca-java-1.3.2/modules/binding-http-runtime/src/test/resources/content/test.html b/sca-java-1.x/branches/sca-java-1.3.2/modules/binding-http-runtime/src/test/resources/content/test.html
index f4b79d7f01..f4b79d7f01 100644
--- a/branches/sca-java-1.3.2/modules/binding-http-runtime/src/test/resources/content/test.html
+++ b/sca-java-1.x/branches/sca-java-1.3.2/modules/binding-http-runtime/src/test/resources/content/test.html
diff --git a/branches/sca-java-1.3.2/modules/binding-http-runtime/src/test/resources/test.composite b/sca-java-1.x/branches/sca-java-1.3.2/modules/binding-http-runtime/src/test/resources/test.composite
index 62c4af4e22..62c4af4e22 100644
--- a/branches/sca-java-1.3.2/modules/binding-http-runtime/src/test/resources/test.composite
+++ b/sca-java-1.x/branches/sca-java-1.3.2/modules/binding-http-runtime/src/test/resources/test.composite