From ebb5535f80e98f18fe982d1e7efe4d9e514870ae Mon Sep 17 00:00:00 2001 From: antelder Date: Thu, 9 Apr 2009 16:08:39 +0000 Subject: Delete duff tag git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@763714 13f79535-47bb-0310-9956-ffa450edef68 --- .../helloworld-jsp/src/main/webapp/hello.jsp | 37 ---------------------- 1 file changed, 37 deletions(-) delete mode 100644 tags/java/sca/2.0-M2/samples/webapps/helloworld-jsp/src/main/webapp/hello.jsp (limited to 'tags/java/sca/2.0-M2/samples/webapps/helloworld-jsp/src/main/webapp/hello.jsp') diff --git a/tags/java/sca/2.0-M2/samples/webapps/helloworld-jsp/src/main/webapp/hello.jsp b/tags/java/sca/2.0-M2/samples/webapps/helloworld-jsp/src/main/webapp/hello.jsp deleted file mode 100644 index ffd01cca73..0000000000 --- a/tags/java/sca/2.0-M2/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