diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-03-27 20:04:26 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-03-27 20:04:26 +0000 |
commit | dd4b0b581d036c4f7f647f3b2a93af907010590a (patch) | |
tree | 72be7a9e0e090c52c70e174fd65710a855c5ba0d /java | |
parent | bca88c432578c2c59a8c620e0e8fdd66912eab58 (diff) |
Remove unused files
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759325 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
2 files changed, 7 insertions, 23 deletions
diff --git a/java/sca/modules/host-http-osgi/src/main/resources/META-INF/services/org.apache.tuscany.sca.core.ModuleActivator b/java/sca/modules/host-http-osgi/src/main/resources/META-INF/services/org.apache.tuscany.sca.core.ModuleActivator deleted file mode 100644 index e826f5a496..0000000000 --- a/java/sca/modules/host-http-osgi/src/main/resources/META-INF/services/org.apache.tuscany.sca.core.ModuleActivator +++ /dev/null @@ -1,18 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-# Implementation class for the ModuleActivator
-org.apache.tuscany.sca.http.jetty.JettyRuntimeModuleActivator
diff --git a/java/sca/modules/host-http-osgi/src/test/resources/content/test.html b/java/sca/modules/host-http-osgi/src/test/resources/content/test.html index f4b79d7f01..9ee377e1ff 100644 --- a/java/sca/modules/host-http-osgi/src/test/resources/content/test.html +++ b/java/sca/modules/host-http-osgi/src/test/resources/content/test.html @@ -1,4 +1,3 @@ -<html> <!-- * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file @@ -7,15 +6,18 @@ * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations - * under the License. + * under the License. --> -<body><p>hello</body> +<html> +<body> +<h1>Hello from Apache Tuscany!</h1> +</body> </html>
\ No newline at end of file |