diff options
Diffstat (limited to '')
-rw-r--r-- | sca-java-2.x/branches/sca-java-2.0-M4/modules/host-http-osgi/LICENSE (renamed from branches/sca-java-2.0-M4/modules/host-http-osgi/LICENSE) | 0 | ||||
-rw-r--r-- | sca-java-2.x/branches/sca-java-2.0-M4/modules/host-http-osgi/META-INF/MANIFEST.MF (renamed from branches/sca-java-2.0-M4/modules/host-http-osgi/META-INF/MANIFEST.MF) | 0 | ||||
-rw-r--r-- | sca-java-2.x/branches/sca-java-2.0-M4/modules/host-http-osgi/NOTICE (renamed from branches/sca-java-2.0-M4/modules/host-http-osgi/NOTICE) | 0 | ||||
-rw-r--r-- | sca-java-2.x/branches/sca-java-2.0-M4/modules/host-http-osgi/pom.xml (renamed from branches/sca-java-2.0-M4/modules/host-http-osgi/pom.xml) | 0 | ||||
-rw-r--r-- | sca-java-2.x/branches/sca-java-2.0-M4/modules/host-http-osgi/src/main/java/org/apache/tuscany/sca/http/osgi/HttpServiceWrapper.java (renamed from branches/sca-java-2.0-M4/modules/host-http-osgi/src/main/java/org/apache/tuscany/sca/http/osgi/HttpServiceWrapper.java) | 0 | ||||
-rw-r--r-- | sca-java-2.x/branches/sca-java-2.0-M4/modules/host-http-osgi/src/main/java/org/apache/tuscany/sca/http/osgi/OSGiServletHost.java (renamed from branches/sca-java-2.0-M4/modules/host-http-osgi/src/main/java/org/apache/tuscany/sca/http/osgi/OSGiServletHost.java) | 0 | ||||
-rw-r--r-- | sca-java-2.x/branches/sca-java-2.0-M4/modules/host-http-osgi/src/main/java/org/apache/tuscany/sca/http/osgi/ServletRequestDispatcher.java (renamed from branches/sca-java-2.0-M4/modules/host-http-osgi/src/main/java/org/apache/tuscany/sca/http/osgi/ServletRequestDispatcher.java) | 0 | ||||
-rw-r--r-- | sca-java-2.x/branches/sca-java-2.0-M4/modules/host-http-osgi/src/test/java/org/apache/tuscany/sca/http/osgi/OSGiServletHostTestCase.java (renamed from branches/sca-java-2.0-M4/modules/host-http-osgi/src/test/java/org/apache/tuscany/sca/http/osgi/OSGiServletHostTestCase.java) | 0 | ||||
-rw-r--r-- | sca-java-2.x/branches/sca-java-2.0-M4/modules/host-http-osgi/src/test/resources/content/test.html (renamed from branches/sca-java-2.0-M4/modules/host-http-osgi/src/test/resources/content/test.html) | 0 | ||||
-rw-r--r-- | sca-java-2.x/branches/sca-java-2.0-M4/modules/host-http-osgi/src/test/resources/tuscany.keyStore (renamed from branches/sca-java-2.0-M4/modules/host-http-osgi/src/test/resources/tuscany.keyStore) | bin | 1265 -> 1265 bytes |
10 files changed, 0 insertions, 0 deletions
diff --git a/branches/sca-java-2.0-M4/modules/host-http-osgi/LICENSE b/sca-java-2.x/branches/sca-java-2.0-M4/modules/host-http-osgi/LICENSE index 8aa906c321..8aa906c321 100644 --- a/branches/sca-java-2.0-M4/modules/host-http-osgi/LICENSE +++ b/sca-java-2.x/branches/sca-java-2.0-M4/modules/host-http-osgi/LICENSE diff --git a/branches/sca-java-2.0-M4/modules/host-http-osgi/META-INF/MANIFEST.MF b/sca-java-2.x/branches/sca-java-2.0-M4/modules/host-http-osgi/META-INF/MANIFEST.MF index efe05b13da..efe05b13da 100644 --- a/branches/sca-java-2.0-M4/modules/host-http-osgi/META-INF/MANIFEST.MF +++ b/sca-java-2.x/branches/sca-java-2.0-M4/modules/host-http-osgi/META-INF/MANIFEST.MF diff --git a/branches/sca-java-2.0-M4/modules/host-http-osgi/NOTICE b/sca-java-2.x/branches/sca-java-2.0-M4/modules/host-http-osgi/NOTICE index 25bb89c9b2..25bb89c9b2 100644 --- a/branches/sca-java-2.0-M4/modules/host-http-osgi/NOTICE +++ b/sca-java-2.x/branches/sca-java-2.0-M4/modules/host-http-osgi/NOTICE diff --git a/branches/sca-java-2.0-M4/modules/host-http-osgi/pom.xml b/sca-java-2.x/branches/sca-java-2.0-M4/modules/host-http-osgi/pom.xml index 8f397c6146..8f397c6146 100644 --- a/branches/sca-java-2.0-M4/modules/host-http-osgi/pom.xml +++ b/sca-java-2.x/branches/sca-java-2.0-M4/modules/host-http-osgi/pom.xml diff --git a/branches/sca-java-2.0-M4/modules/host-http-osgi/src/main/java/org/apache/tuscany/sca/http/osgi/HttpServiceWrapper.java b/sca-java-2.x/branches/sca-java-2.0-M4/modules/host-http-osgi/src/main/java/org/apache/tuscany/sca/http/osgi/HttpServiceWrapper.java index 3cfca3e6c8..3cfca3e6c8 100644 --- a/branches/sca-java-2.0-M4/modules/host-http-osgi/src/main/java/org/apache/tuscany/sca/http/osgi/HttpServiceWrapper.java +++ b/sca-java-2.x/branches/sca-java-2.0-M4/modules/host-http-osgi/src/main/java/org/apache/tuscany/sca/http/osgi/HttpServiceWrapper.java diff --git a/branches/sca-java-2.0-M4/modules/host-http-osgi/src/main/java/org/apache/tuscany/sca/http/osgi/OSGiServletHost.java b/sca-java-2.x/branches/sca-java-2.0-M4/modules/host-http-osgi/src/main/java/org/apache/tuscany/sca/http/osgi/OSGiServletHost.java index db77162b41..db77162b41 100644 --- a/branches/sca-java-2.0-M4/modules/host-http-osgi/src/main/java/org/apache/tuscany/sca/http/osgi/OSGiServletHost.java +++ b/sca-java-2.x/branches/sca-java-2.0-M4/modules/host-http-osgi/src/main/java/org/apache/tuscany/sca/http/osgi/OSGiServletHost.java diff --git a/branches/sca-java-2.0-M4/modules/host-http-osgi/src/main/java/org/apache/tuscany/sca/http/osgi/ServletRequestDispatcher.java b/sca-java-2.x/branches/sca-java-2.0-M4/modules/host-http-osgi/src/main/java/org/apache/tuscany/sca/http/osgi/ServletRequestDispatcher.java index 789deeb94e..789deeb94e 100644 --- a/branches/sca-java-2.0-M4/modules/host-http-osgi/src/main/java/org/apache/tuscany/sca/http/osgi/ServletRequestDispatcher.java +++ b/sca-java-2.x/branches/sca-java-2.0-M4/modules/host-http-osgi/src/main/java/org/apache/tuscany/sca/http/osgi/ServletRequestDispatcher.java diff --git a/branches/sca-java-2.0-M4/modules/host-http-osgi/src/test/java/org/apache/tuscany/sca/http/osgi/OSGiServletHostTestCase.java b/sca-java-2.x/branches/sca-java-2.0-M4/modules/host-http-osgi/src/test/java/org/apache/tuscany/sca/http/osgi/OSGiServletHostTestCase.java index b38543a7e9..b38543a7e9 100644 --- a/branches/sca-java-2.0-M4/modules/host-http-osgi/src/test/java/org/apache/tuscany/sca/http/osgi/OSGiServletHostTestCase.java +++ b/sca-java-2.x/branches/sca-java-2.0-M4/modules/host-http-osgi/src/test/java/org/apache/tuscany/sca/http/osgi/OSGiServletHostTestCase.java diff --git a/branches/sca-java-2.0-M4/modules/host-http-osgi/src/test/resources/content/test.html b/sca-java-2.x/branches/sca-java-2.0-M4/modules/host-http-osgi/src/test/resources/content/test.html index 9ee377e1ff..9ee377e1ff 100644 --- a/branches/sca-java-2.0-M4/modules/host-http-osgi/src/test/resources/content/test.html +++ b/sca-java-2.x/branches/sca-java-2.0-M4/modules/host-http-osgi/src/test/resources/content/test.html diff --git a/branches/sca-java-2.0-M4/modules/host-http-osgi/src/test/resources/tuscany.keyStore b/sca-java-2.x/branches/sca-java-2.0-M4/modules/host-http-osgi/src/test/resources/tuscany.keyStore Binary files differindex 7ea23f7ff4..7ea23f7ff4 100644 --- a/branches/sca-java-2.0-M4/modules/host-http-osgi/src/test/resources/tuscany.keyStore +++ b/sca-java-2.x/branches/sca-java-2.0-M4/modules/host-http-osgi/src/test/resources/tuscany.keyStore |