From 255f683e2b11f6e74a82acce92dab7e686f89b38 Mon Sep 17 00:00:00 2001 From: antelder Date: Thu, 26 Mar 2009 14:54:42 +0000 Subject: Merge trunk license header changes in r758666 to m2 branch git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758670 13f79535-47bb-0310-9956-ffa450edef68 --- .../META-INF/maven/archetype-metadata.xml | 21 +++++++- .../main/resources/META-INF/maven/archetype.xml | 21 +++++++- .../src/main/webapp/WEB-INF/faces-config.xml | 9 ++-- .../src/main/webapp/helloWorld.jsp | 56 ++++++++++++++-------- .../archetype-resources/src/main/webapp/index.jsp | 24 ++++++++-- .../archetype-resources/src/main/webapp/page2.jsp | 18 +++++++ 6 files changed, 120 insertions(+), 29 deletions(-) (limited to 'branches/sca-java-2.0-M2/archetypes/quickstart-jsf') diff --git a/branches/sca-java-2.0-M2/archetypes/quickstart-jsf/src/main/resources/META-INF/maven/archetype-metadata.xml b/branches/sca-java-2.0-M2/archetypes/quickstart-jsf/src/main/resources/META-INF/maven/archetype-metadata.xml index fc37b44271..01bb835c40 100644 --- a/branches/sca-java-2.0-M2/archetypes/quickstart-jsf/src/main/resources/META-INF/maven/archetype-metadata.xml +++ b/branches/sca-java-2.0-M2/archetypes/quickstart-jsf/src/main/resources/META-INF/maven/archetype-metadata.xml @@ -1,4 +1,23 @@ - + + + src/main/java diff --git a/branches/sca-java-2.0-M2/archetypes/quickstart-jsf/src/main/resources/META-INF/maven/archetype.xml b/branches/sca-java-2.0-M2/archetypes/quickstart-jsf/src/main/resources/META-INF/maven/archetype.xml index ba6c054389..5dd8cb4ad4 100644 --- a/branches/sca-java-2.0-M2/archetypes/quickstart-jsf/src/main/resources/META-INF/maven/archetype.xml +++ b/branches/sca-java-2.0-M2/archetypes/quickstart-jsf/src/main/resources/META-INF/maven/archetype.xml @@ -1,4 +1,23 @@ - + + + quickstart-stripes src\main\java\sample\stripes\action\BaseActionBean.java diff --git a/branches/sca-java-2.0-M2/archetypes/quickstart-jsf/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/faces-config.xml b/branches/sca-java-2.0-M2/archetypes/quickstart-jsf/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/faces-config.xml index c738b0e643..50753bc0ba 100644 --- a/branches/sca-java-2.0-M2/archetypes/quickstart-jsf/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/faces-config.xml +++ b/branches/sca-java-2.0-M2/archetypes/quickstart-jsf/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/faces-config.xml @@ -1,7 +1,7 @@ #set( $symbol_pound = '#' ) #set( $symbol_dollar = '$' ) #set( $symbol_escape = '\' ) - + - -<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%> - - - Hello World - - - - - - - - - - - - - - + +<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %> +<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%> + + + Hello World + + + + + + + + + + + + + + diff --git a/branches/sca-java-2.0-M2/archetypes/quickstart-jsf/src/main/resources/archetype-resources/src/main/webapp/index.jsp b/branches/sca-java-2.0-M2/archetypes/quickstart-jsf/src/main/resources/archetype-resources/src/main/webapp/index.jsp index a29c2284b1..768aa2408b 100644 --- a/branches/sca-java-2.0-M2/archetypes/quickstart-jsf/src/main/resources/archetype-resources/src/main/webapp/index.jsp +++ b/branches/sca-java-2.0-M2/archetypes/quickstart-jsf/src/main/resources/archetype-resources/src/main/webapp/index.jsp @@ -1,4 +1,22 @@ -<%@ page session="false"%> -<% -response.sendRedirect("helloWorld.jsf"); + +<%@ page session="false"%> +<% +response.sendRedirect("helloWorld.jsf"); %> \ No newline at end of file diff --git a/branches/sca-java-2.0-M2/archetypes/quickstart-jsf/src/main/resources/archetype-resources/src/main/webapp/page2.jsp b/branches/sca-java-2.0-M2/archetypes/quickstart-jsf/src/main/resources/archetype-resources/src/main/webapp/page2.jsp index b65a20583b..1c096f66c6 100644 --- a/branches/sca-java-2.0-M2/archetypes/quickstart-jsf/src/main/resources/archetype-resources/src/main/webapp/page2.jsp +++ b/branches/sca-java-2.0-M2/archetypes/quickstart-jsf/src/main/resources/archetype-resources/src/main/webapp/page2.jsp @@ -1,3 +1,21 @@ + <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %> <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%> -- cgit v1.2.3