From aee4ccff94e790912b0230b244cc9e46ec62463b Mon Sep 17 00:00:00 2001 From: antelder Date: Fri, 20 Mar 2009 10:09:15 +0000 Subject: Delete test trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756398 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/webapp/WEB-INF/web.composite | 34 ------------------ .../helloworld-jsp/src/main/webapp/WEB-INF/web.xml | 41 ---------------------- .../helloworld-jsp/src/main/webapp/hello.jsp | 37 ------------------- 3 files changed, 112 deletions(-) delete mode 100644 sandbox/ant/sca/trunk/samples/webapps/helloworld-jsp/src/main/webapp/WEB-INF/web.composite delete mode 100644 sandbox/ant/sca/trunk/samples/webapps/helloworld-jsp/src/main/webapp/WEB-INF/web.xml delete mode 100644 sandbox/ant/sca/trunk/samples/webapps/helloworld-jsp/src/main/webapp/hello.jsp (limited to 'sandbox/ant/sca/trunk/samples/webapps/helloworld-jsp/src/main/webapp') diff --git a/sandbox/ant/sca/trunk/samples/webapps/helloworld-jsp/src/main/webapp/WEB-INF/web.composite b/sandbox/ant/sca/trunk/samples/webapps/helloworld-jsp/src/main/webapp/WEB-INF/web.composite deleted file mode 100644 index 56ed55b2d5..0000000000 --- a/sandbox/ant/sca/trunk/samples/webapps/helloworld-jsp/src/main/webapp/WEB-INF/web.composite +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - - - - diff --git a/sandbox/ant/sca/trunk/samples/webapps/helloworld-jsp/src/main/webapp/WEB-INF/web.xml b/sandbox/ant/sca/trunk/samples/webapps/helloworld-jsp/src/main/webapp/WEB-INF/web.xml deleted file mode 100644 index a5b03d4904..0000000000 --- a/sandbox/ant/sca/trunk/samples/webapps/helloworld-jsp/src/main/webapp/WEB-INF/web.xml +++ /dev/null @@ -1,41 +0,0 @@ - - - - - Apache Tuscany Helloworld JSP Sample - - - tuscany - org.apache.tuscany.sca.host.webapp.TuscanyServletFilter - - - - tuscany - /* - - - - hello.jsp - - - diff --git a/sandbox/ant/sca/trunk/samples/webapps/helloworld-jsp/src/main/webapp/hello.jsp b/sandbox/ant/sca/trunk/samples/webapps/helloworld-jsp/src/main/webapp/hello.jsp deleted file mode 100644 index ffd01cca73..0000000000 --- a/sandbox/ant/sca/trunk/samples/webapps/helloworld-jsp/src/main/webapp/hello.jsp +++ /dev/null @@ -1,37 +0,0 @@ - - -<%@ page contentType="text/html;charset=UTF-8" language="java" %> -<%@ taglib uri="http://www.osoa.org/sca/sca_jsp.tld" prefix="sca" %> - - - - - - -

Apache Tuscany Helloworld JSP Sample

- - Calling HelloworldService sayHello("world") returns: - -

- - <%= service.sayHello("world") %> - - - -- cgit v1.2.3