diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-10-06 17:40:32 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-10-06 17:40:32 +0000 |
commit | 4d72e26425ad1501ae3f5b41203533e905b3c640 (patch) | |
tree | b1c1bb2f013f91cdce2ca981ab7813a05d95e065 /java/sca/modules/host-http-osgi | |
parent | 9e75baa6a3d450854e7ad05001a6b0ca750a643b (diff) |
Add missing files and use name attribute to identify the host
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822369 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/host-http-osgi')
-rw-r--r-- | java/sca/modules/host-http-osgi/src/main/java/org/apache/tuscany/sca/http/osgi/OSGiServletHost.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/java/sca/modules/host-http-osgi/src/main/java/org/apache/tuscany/sca/http/osgi/OSGiServletHost.java b/java/sca/modules/host-http-osgi/src/main/java/org/apache/tuscany/sca/http/osgi/OSGiServletHost.java index eba50bf84c..db77162b41 100644 --- a/java/sca/modules/host-http-osgi/src/main/java/org/apache/tuscany/sca/http/osgi/OSGiServletHost.java +++ b/java/sca/modules/host-http-osgi/src/main/java/org/apache/tuscany/sca/http/osgi/OSGiServletHost.java @@ -268,4 +268,8 @@ public class OSGiServletHost implements ServletHost, BundleActivator { } } + public String getName() { + return "osgi"; + } + } |