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 :