From ea8855091dcb14c62759dffc3cb4325ee4da6a24 Mon Sep 17 00:00:00 2001 From: aheritier Date: Wed, 23 Nov 2005 02:04:31 +0000 Subject: [PATCH] PR: MPGENAPP-8 Submitted by: Archimedes Trajano Replaces @PACKAGE@ by @NAME@ in Title in JSP files. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@348343 13f79535-47bb-0310-9956-ffa450edef68 --- .../template-resources/src/conf/ApplicationResources.properties | 2 +- .../template-resources/src/conf/ApplicationResources.properties | 2 +- genapp/xdocs/changes.xml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/genapp/src/plugin-resources/struts-jstl/template-resources/src/conf/ApplicationResources.properties b/genapp/src/plugin-resources/struts-jstl/template-resources/src/conf/ApplicationResources.properties index 51fa54de..53617bda 100644 --- a/genapp/src/plugin-resources/struts-jstl/template-resources/src/conf/ApplicationResources.properties +++ b/genapp/src/plugin-resources/struts-jstl/template-resources/src/conf/ApplicationResources.properties @@ -14,4 +14,4 @@ # limitations under the License. # ------------------------------------------------------------------- -title.page=The title @PACKAGE@ \ No newline at end of file +title.page=The title @NAME@ \ No newline at end of file diff --git a/genapp/src/plugin-resources/struts/template-resources/src/conf/ApplicationResources.properties b/genapp/src/plugin-resources/struts/template-resources/src/conf/ApplicationResources.properties index 51fa54de..53617bda 100644 --- a/genapp/src/plugin-resources/struts/template-resources/src/conf/ApplicationResources.properties +++ b/genapp/src/plugin-resources/struts/template-resources/src/conf/ApplicationResources.properties @@ -14,4 +14,4 @@ # limitations under the License. # ------------------------------------------------------------------- -title.page=The title @PACKAGE@ \ No newline at end of file +title.page=The title @NAME@ \ No newline at end of file diff --git a/genapp/xdocs/changes.xml b/genapp/xdocs/changes.xml index 2a73c014..eb5048f2 100644 --- a/genapp/xdocs/changes.xml +++ b/genapp/xdocs/changes.xml @@ -32,6 +32,7 @@ An error "Artifact strutstest-2.1.0.jar doesn't exist" is thrown by struts projects generated by the plugin. Added Tapestry template. Added Struts with validation template. + Replace @PACKAGE@ by @NAME@ in Title in JSP files. Added prompt for project root. Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :