Author: aheritier
Date: Tue Nov 22 18:04:31 2005
New Revision: 348343

URL: http://svn.apache.org/viewcvs?rev=348343&view=rev
Log:
PR: MPGENAPP-8
Submitted by: Archimedes Trajano
Replaces @PACKAGE@ by @NAME@ in Title in JSP files.

Modified:
    
maven/maven-1/plugins/trunk/genapp/src/plugin-resources/struts-jstl/template-resources/src/conf/ApplicationResources.properties
    
maven/maven-1/plugins/trunk/genapp/src/plugin-resources/struts/template-resources/src/conf/ApplicationResources.properties
    maven/maven-1/plugins/trunk/genapp/xdocs/changes.xml

Modified: 
maven/maven-1/plugins/trunk/genapp/src/plugin-resources/struts-jstl/template-resources/src/conf/ApplicationResources.properties
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/genapp/src/plugin-resources/struts-jstl/template-resources/src/conf/ApplicationResources.properties?rev=348343&r1=348342&r2=348343&view=diff
==============================================================================
--- 
maven/maven-1/plugins/trunk/genapp/src/plugin-resources/struts-jstl/template-resources/src/conf/ApplicationResources.properties
 (original)
+++ 
maven/maven-1/plugins/trunk/genapp/src/plugin-resources/struts-jstl/template-resources/src/conf/ApplicationResources.properties
 Tue Nov 22 18:04:31 2005
@@ -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

Modified: 
maven/maven-1/plugins/trunk/genapp/src/plugin-resources/struts/template-resources/src/conf/ApplicationResources.properties
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/genapp/src/plugin-resources/struts/template-resources/src/conf/ApplicationResources.properties?rev=348343&r1=348342&r2=348343&view=diff
==============================================================================
--- 
maven/maven-1/plugins/trunk/genapp/src/plugin-resources/struts/template-resources/src/conf/ApplicationResources.properties
 (original)
+++ 
maven/maven-1/plugins/trunk/genapp/src/plugin-resources/struts/template-resources/src/conf/ApplicationResources.properties
 Tue Nov 22 18:04:31 2005
@@ -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

Modified: maven/maven-1/plugins/trunk/genapp/xdocs/changes.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/genapp/xdocs/changes.xml?rev=348343&r1=348342&r2=348343&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/genapp/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/genapp/xdocs/changes.xml Tue Nov 22 18:04:31 
2005
@@ -32,6 +32,7 @@
       <action dev="aheritier" type="fix" issue="MPGENAPP-12" due-to="Filippo 
Vitale">An error "Artifact strutstest-2.1.0.jar doesn't exist" is thrown by 
struts projects generated by the plugin.</action>
       <action dev="felipeal" type="add" issue="MPGENAPP-10" due-to="Archimedes 
Trajano">Added Tapestry template.</action>
       <action dev="aheritier" type="add" issue="MPGENAPP-9" due-to="Archimedes 
Trajano">Added Struts with validation template.</action>
+      <action dev="aheritier" type="add" issue="MPGENAPP-8" due-to="Archimedes 
Trajano">Replace @PACKAGE@ by @NAME@ in Title in JSP files.</action>
       <action dev="felipeal" type="add" issue="MPGENAPP-3" due-to="Sri 
Sankaran">Added prompt for project root.</action>
       <action dev="aheritier" type="update" issue="MAVEN-1712">Update 
dependencies to match ones in maven 1.1 core and to unify them between plugins. 
The following dependencies are updated : 
         <ul>


Reply via email to