From ebb89430400c2cb1d1c74ca18927375ff41601cc Mon Sep 17 00:00:00 2001 From: antelder Date: Thu, 5 Feb 2009 07:55:03 +0000 Subject: Move the contrib folder out of the sca trunk build as discussed on the ML git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741038 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/webapp/META-INF/sca-contribution.xml | 21 ----------- .../src/main/webapp/WEB-INF/web.xml | 41 ---------------------- .../node-launcher-webapp/src/main/webapp/index.jsp | 27 -------------- 3 files changed, 89 deletions(-) delete mode 100644 java/sca/contrib/modules/node-launcher-webapp/src/main/webapp/META-INF/sca-contribution.xml delete mode 100644 java/sca/contrib/modules/node-launcher-webapp/src/main/webapp/WEB-INF/web.xml delete mode 100644 java/sca/contrib/modules/node-launcher-webapp/src/main/webapp/index.jsp (limited to 'java/sca/contrib/modules/node-launcher-webapp/src/main/webapp') diff --git a/java/sca/contrib/modules/node-launcher-webapp/src/main/webapp/META-INF/sca-contribution.xml b/java/sca/contrib/modules/node-launcher-webapp/src/main/webapp/META-INF/sca-contribution.xml deleted file mode 100644 index 78bbebbb83..0000000000 --- a/java/sca/contrib/modules/node-launcher-webapp/src/main/webapp/META-INF/sca-contribution.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - diff --git a/java/sca/contrib/modules/node-launcher-webapp/src/main/webapp/WEB-INF/web.xml b/java/sca/contrib/modules/node-launcher-webapp/src/main/webapp/WEB-INF/web.xml deleted file mode 100644 index 6c2c943c99..0000000000 --- a/java/sca/contrib/modules/node-launcher-webapp/src/main/webapp/WEB-INF/web.xml +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - Apache Tuscany SCA Node - - - tuscany - org.apache.tuscany.sca.node.launcher.NodeServletFilter - - - - tuscany - /* - - - - index.jsp - - - diff --git a/java/sca/contrib/modules/node-launcher-webapp/src/main/webapp/index.jsp b/java/sca/contrib/modules/node-launcher-webapp/src/main/webapp/index.jsp deleted file mode 100644 index 3cc6c7b504..0000000000 --- a/java/sca/contrib/modules/node-launcher-webapp/src/main/webapp/index.jsp +++ /dev/null @@ -1,27 +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. ---%> - -<%@ page contentType="text/html;charset=UTF-8" language="java" %> - -Apache Tuscany SCA Node - - -

It works!

- - -- cgit v1.2.3