You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ws...@apache.org on 2005/08/01 22:07:58 UTC

svn commit: r226869 - in /struts/apps/trunk/blank/src: java/MessageResources.properties webapp/WEB-INF/struts-config.xml

Author: wsmoak
Date: Mon Aug  1 13:07:42 2005
New Revision: 226869

URL: http://svn.apache.org/viewcvs?rev=226869&view=rev
Log:
Change to struts-config_1_3.dtd, fix name and location of MessageResources.properties file

Modified:
    struts/apps/trunk/blank/src/java/MessageResources.properties
    struts/apps/trunk/blank/src/webapp/WEB-INF/struts-config.xml

Modified: struts/apps/trunk/blank/src/java/MessageResources.properties
URL: http://svn.apache.org/viewcvs/struts/apps/trunk/blank/src/java/MessageResources.properties?rev=226869&r1=226868&r2=226869&view=diff
==============================================================================
--- struts/apps/trunk/blank/src/java/MessageResources.properties (original)
+++ struts/apps/trunk/blank/src/java/MessageResources.properties Mon Aug  1 13:07:42 2005
@@ -26,4 +26,4 @@
 # -- welcome --
 welcome.title=Struts Blank Application
 welcome.heading=Welcome!
-welcome.message=To get started on your own application, copy the struts-blank.war to a new WAR file using the name for your application. Place it in your container's "webapp" folder (or equivalent), and let your container auto-deploy the application. Edit the skeleton configuration files as needed, restart your container, and you are on your way! (You can find the application.properties file with this message in the /WEB-INF/src/java/resources folder.)
+welcome.message=To get started on your own application, copy the struts-blank.war to a new WAR file using the name for your application. Place it in your container's "webapp" folder (or equivalent), and let your container auto-deploy the application. Edit the skeleton configuration files as needed, restart your container, and you are on your way! (You can find the MessageResources.properties file with this message in the /WEB-INF/src folder.)

Modified: struts/apps/trunk/blank/src/webapp/WEB-INF/struts-config.xml
URL: http://svn.apache.org/viewcvs/struts/apps/trunk/blank/src/webapp/WEB-INF/struts-config.xml?rev=226869&r1=226868&r2=226869&view=diff
==============================================================================
--- struts/apps/trunk/blank/src/webapp/WEB-INF/struts-config.xml (original)
+++ struts/apps/trunk/blank/src/webapp/WEB-INF/struts-config.xml Mon Aug  1 13:07:42 2005
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
 
 <!DOCTYPE struts-config PUBLIC
-          "-//Apache Software Foundation//DTD Struts Configuration 1.2//EN"
-          "http://jakarta.apache.org/struts/dtds/struts-config_1_2.dtd">
+          "-//Apache Software Foundation//DTD Struts Configuration 1.3//EN"
+          "http://struts.apache.org/dtds/struts-config_1_3.dtd">
 
 <!--
      This is a blank Struts configuration file with an example



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org