From 9130fb7f682273d3400ec7a754a45d4127b50d61 Mon Sep 17 00:00:00 2001 From: antelder Date: Fri, 1 Apr 2011 12:04:27 +0000 Subject: Delete the old samples in unreleased that have been moved back to trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1087668 13f79535-47bb-0310-9956-ffa450edef68 --- .../helloworld-webapp/src/main/webapp/hello.jsp | 37 ---------------------- 1 file changed, 37 deletions(-) delete mode 100644 sca-java-2.x/trunk/unreleased/samples/helloworld-webapp/src/main/webapp/hello.jsp (limited to 'sca-java-2.x/trunk/unreleased/samples/helloworld-webapp/src/main/webapp/hello.jsp') diff --git a/sca-java-2.x/trunk/unreleased/samples/helloworld-webapp/src/main/webapp/hello.jsp b/sca-java-2.x/trunk/unreleased/samples/helloworld-webapp/src/main/webapp/hello.jsp deleted file mode 100644 index 57abb08ca2..0000000000 --- a/sca-java-2.x/trunk/unreleased/samples/helloworld-webapp/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