summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.2.1/modules/host-http
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-11 23:07:45 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-11 23:07:45 +0000
commit6a3ca6736c808c1647854e405ef379b609f276db (patch)
tree67670193d3511b227100419589d0f2ec0bb02cc0 /sca-java-1.x/branches/sca-java-1.2.1/modules/host-http
parent9f395ebf3ec27f89c8dc63137bc99c8d6b0cff6d (diff)
Moving 1.x branches
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835126 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-1.x/branches/sca-java-1.2.1/modules/host-http/DISCLAIMER (renamed from branches/sca-java-1.2.1/modules/host-http/DISCLAIMER)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.2.1/modules/host-http/LICENSE (renamed from branches/sca-java-1.2.1/modules/host-http/LICENSE)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.2.1/modules/host-http/NOTICE (renamed from branches/sca-java-1.2.1/modules/host-http/NOTICE)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.2.1/modules/host-http/pom.xml (renamed from branches/sca-java-1.2.1/modules/host-http/pom.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.2.1/modules/host-http/src/main/java/org/apache/tuscany/sca/host/http/DefaultResourceServlet.java (renamed from branches/sca-java-1.2.1/modules/host-http/src/main/java/org/apache/tuscany/sca/host/http/DefaultResourceServlet.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.2.1/modules/host-http/src/main/java/org/apache/tuscany/sca/host/http/DefaultServletHostExtensionPoint.java (renamed from branches/sca-java-1.2.1/modules/host-http/src/main/java/org/apache/tuscany/sca/host/http/DefaultServletHostExtensionPoint.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.2.1/modules/host-http/src/main/java/org/apache/tuscany/sca/host/http/ExtensibleServletHost.java (renamed from branches/sca-java-1.2.1/modules/host-http/src/main/java/org/apache/tuscany/sca/host/http/ExtensibleServletHost.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.2.1/modules/host-http/src/main/java/org/apache/tuscany/sca/host/http/ServletHost.java (renamed from branches/sca-java-1.2.1/modules/host-http/src/main/java/org/apache/tuscany/sca/host/http/ServletHost.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.2.1/modules/host-http/src/main/java/org/apache/tuscany/sca/host/http/ServletHostExtensionPoint.java (renamed from branches/sca-java-1.2.1/modules/host-http/src/main/java/org/apache/tuscany/sca/host/http/ServletHostExtensionPoint.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.2.1/modules/host-http/src/main/java/org/apache/tuscany/sca/host/http/ServletMappingException.java (renamed from branches/sca-java-1.2.1/modules/host-http/src/main/java/org/apache/tuscany/sca/host/http/ServletMappingException.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.2.1/modules/host-http/src/main/resources/META-INF/services/org.apache.tuscany.sca.host.http.ServletHostExtensionPoint (renamed from branches/sca-java-1.2.1/modules/host-http/src/main/resources/META-INF/services/org.apache.tuscany.sca.host.http.ServletHostExtensionPoint)0
11 files changed, 0 insertions, 0 deletions
diff --git a/branches/sca-java-1.2.1/modules/host-http/DISCLAIMER b/sca-java-1.x/branches/sca-java-1.2.1/modules/host-http/DISCLAIMER
index d68a410903..d68a410903 100644
--- a/branches/sca-java-1.2.1/modules/host-http/DISCLAIMER
+++ b/sca-java-1.x/branches/sca-java-1.2.1/modules/host-http/DISCLAIMER
diff --git a/branches/sca-java-1.2.1/modules/host-http/LICENSE b/sca-java-1.x/branches/sca-java-1.2.1/modules/host-http/LICENSE
index 8aa906c321..8aa906c321 100644
--- a/branches/sca-java-1.2.1/modules/host-http/LICENSE
+++ b/sca-java-1.x/branches/sca-java-1.2.1/modules/host-http/LICENSE
diff --git a/branches/sca-java-1.2.1/modules/host-http/NOTICE b/sca-java-1.x/branches/sca-java-1.2.1/modules/host-http/NOTICE
index fdfa0e9faa..fdfa0e9faa 100644
--- a/branches/sca-java-1.2.1/modules/host-http/NOTICE
+++ b/sca-java-1.x/branches/sca-java-1.2.1/modules/host-http/NOTICE
diff --git a/branches/sca-java-1.2.1/modules/host-http/pom.xml b/sca-java-1.x/branches/sca-java-1.2.1/modules/host-http/pom.xml
index 76313c20c6..76313c20c6 100644
--- a/branches/sca-java-1.2.1/modules/host-http/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.2.1/modules/host-http/pom.xml
diff --git a/branches/sca-java-1.2.1/modules/host-http/src/main/java/org/apache/tuscany/sca/host/http/DefaultResourceServlet.java b/sca-java-1.x/branches/sca-java-1.2.1/modules/host-http/src/main/java/org/apache/tuscany/sca/host/http/DefaultResourceServlet.java
index ec530c7fa4..ec530c7fa4 100644
--- a/branches/sca-java-1.2.1/modules/host-http/src/main/java/org/apache/tuscany/sca/host/http/DefaultResourceServlet.java
+++ b/sca-java-1.x/branches/sca-java-1.2.1/modules/host-http/src/main/java/org/apache/tuscany/sca/host/http/DefaultResourceServlet.java
diff --git a/branches/sca-java-1.2.1/modules/host-http/src/main/java/org/apache/tuscany/sca/host/http/DefaultServletHostExtensionPoint.java b/sca-java-1.x/branches/sca-java-1.2.1/modules/host-http/src/main/java/org/apache/tuscany/sca/host/http/DefaultServletHostExtensionPoint.java
index 8f20287f84..8f20287f84 100644
--- a/branches/sca-java-1.2.1/modules/host-http/src/main/java/org/apache/tuscany/sca/host/http/DefaultServletHostExtensionPoint.java
+++ b/sca-java-1.x/branches/sca-java-1.2.1/modules/host-http/src/main/java/org/apache/tuscany/sca/host/http/DefaultServletHostExtensionPoint.java
diff --git a/branches/sca-java-1.2.1/modules/host-http/src/main/java/org/apache/tuscany/sca/host/http/ExtensibleServletHost.java b/sca-java-1.x/branches/sca-java-1.2.1/modules/host-http/src/main/java/org/apache/tuscany/sca/host/http/ExtensibleServletHost.java
index e53b5fd6de..e53b5fd6de 100644
--- a/branches/sca-java-1.2.1/modules/host-http/src/main/java/org/apache/tuscany/sca/host/http/ExtensibleServletHost.java
+++ b/sca-java-1.x/branches/sca-java-1.2.1/modules/host-http/src/main/java/org/apache/tuscany/sca/host/http/ExtensibleServletHost.java
diff --git a/branches/sca-java-1.2.1/modules/host-http/src/main/java/org/apache/tuscany/sca/host/http/ServletHost.java b/sca-java-1.x/branches/sca-java-1.2.1/modules/host-http/src/main/java/org/apache/tuscany/sca/host/http/ServletHost.java
index 4f51198d27..4f51198d27 100644
--- a/branches/sca-java-1.2.1/modules/host-http/src/main/java/org/apache/tuscany/sca/host/http/ServletHost.java
+++ b/sca-java-1.x/branches/sca-java-1.2.1/modules/host-http/src/main/java/org/apache/tuscany/sca/host/http/ServletHost.java
diff --git a/branches/sca-java-1.2.1/modules/host-http/src/main/java/org/apache/tuscany/sca/host/http/ServletHostExtensionPoint.java b/sca-java-1.x/branches/sca-java-1.2.1/modules/host-http/src/main/java/org/apache/tuscany/sca/host/http/ServletHostExtensionPoint.java
index f887151a77..f887151a77 100644
--- a/branches/sca-java-1.2.1/modules/host-http/src/main/java/org/apache/tuscany/sca/host/http/ServletHostExtensionPoint.java
+++ b/sca-java-1.x/branches/sca-java-1.2.1/modules/host-http/src/main/java/org/apache/tuscany/sca/host/http/ServletHostExtensionPoint.java
diff --git a/branches/sca-java-1.2.1/modules/host-http/src/main/java/org/apache/tuscany/sca/host/http/ServletMappingException.java b/sca-java-1.x/branches/sca-java-1.2.1/modules/host-http/src/main/java/org/apache/tuscany/sca/host/http/ServletMappingException.java
index b061f171b9..b061f171b9 100644
--- a/branches/sca-java-1.2.1/modules/host-http/src/main/java/org/apache/tuscany/sca/host/http/ServletMappingException.java
+++ b/sca-java-1.x/branches/sca-java-1.2.1/modules/host-http/src/main/java/org/apache/tuscany/sca/host/http/ServletMappingException.java
diff --git a/branches/sca-java-1.2.1/modules/host-http/src/main/resources/META-INF/services/org.apache.tuscany.sca.host.http.ServletHostExtensionPoint b/sca-java-1.x/branches/sca-java-1.2.1/modules/host-http/src/main/resources/META-INF/services/org.apache.tuscany.sca.host.http.ServletHostExtensionPoint
index 44f4550b40..44f4550b40 100644
--- a/branches/sca-java-1.2.1/modules/host-http/src/main/resources/META-INF/services/org.apache.tuscany.sca.host.http.ServletHostExtensionPoint
+++ b/sca-java-1.x/branches/sca-java-1.2.1/modules/host-http/src/main/resources/META-INF/services/org.apache.tuscany.sca.host.http.ServletHostExtensionPoint