You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2008/03/18 02:58:13 UTC

svn commit: r638176 - /incubator/tuscany/java/sca/modules/node2-launcher-webapp/src/main/webapp/index.jsp

Author: jsdelfino
Date: Mon Mar 17 18:58:10 2008
New Revision: 638176

URL: http://svn.apache.org/viewvc?rev=638176&view=rev
Log:
Fixed compile error in JSP.

Modified:
    incubator/tuscany/java/sca/modules/node2-launcher-webapp/src/main/webapp/index.jsp

Modified: incubator/tuscany/java/sca/modules/node2-launcher-webapp/src/main/webapp/index.jsp
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/node2-launcher-webapp/src/main/webapp/index.jsp?rev=638176&r1=638175&r2=638176&view=diff
==============================================================================
--- incubator/tuscany/java/sca/modules/node2-launcher-webapp/src/main/webapp/index.jsp (original)
+++ incubator/tuscany/java/sca/modules/node2-launcher-webapp/src/main/webapp/index.jsp Mon Mar 17 18:58:10 2008
@@ -17,16 +17,11 @@
  * under the License.
 --%>
 
-<%@ page import="org.apache.tuscany.sca.host.embedded.SCADomain"%>
-<%@ page import="calculator.CalculatorService" %>
-
 <%@ page contentType="text/html;charset=UTF-8" language="java" %>
-<%
-%>
 <html>
 <head><title>Apache Tuscany SCA Node</title></head>
 
 <body>
-<p>It works!
+<h1>It works!</h1>
 </body>
 </html>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org