From aa4ad63e7fe04c50a6e0681db9a947542d6d0deb Mon Sep 17 00:00:00 2001 From: antelder Date: Thu, 27 May 2010 10:36:07 +0000 Subject: Move module to contrib as its not in the build or being actively worked on git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948772 13f79535-47bb-0310-9956-ffa450edef68 --- .../org.apache.tuscany.sca.host.http.ServletHost | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 sca-java-2.x/trunk/modules/host-jetty7/src/main/resources/META-INF/services/org.apache.tuscany.sca.host.http.ServletHost (limited to 'sca-java-2.x/trunk/modules/host-jetty7/src/main/resources/META-INF/services') diff --git a/sca-java-2.x/trunk/modules/host-jetty7/src/main/resources/META-INF/services/org.apache.tuscany.sca.host.http.ServletHost b/sca-java-2.x/trunk/modules/host-jetty7/src/main/resources/META-INF/services/org.apache.tuscany.sca.host.http.ServletHost deleted file mode 100644 index 99278c123b..0000000000 --- a/sca-java-2.x/trunk/modules/host-jetty7/src/main/resources/META-INF/services/org.apache.tuscany.sca.host.http.ServletHost +++ /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 ServletHost -org.apache.tuscany.sca.http.jetty7.JettyServer;name=jetty7,ranking=50 -- cgit v1.2.3