husted      01/02/20 04:27:10

  Modified:    web/blank/WEB-INF/classes ApplicationResources.properties
  Log:
  Clarify use of "blank" application.
  
  Suggested by Dan Connelly.
  
  Revision  Changes    Path
  1.2       +2 -2      
jakarta-struts/web/blank/WEB-INF/classes/ApplicationResources.properties
  
  Index: ApplicationResources.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/web/blank/WEB-INF/classes/ApplicationResources.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ApplicationResources.properties   2001/02/12 23:59:43     1.1
  +++ ApplicationResources.properties   2001/02/20 12:27:08     1.2
  @@ -1,3 +1,3 @@
  -index.title=Struts Blank Application
  +index.title=Struts Starter Application
   index.heading=Hello World!
  -index.message=To get started on your own application, rename struts-blank.war to 
the name for your application, and let your container auto-deploy it. Edit the blank 
configuration files as needed, and you are on your way! (You can find the 
ApplicationResources file with this message in the classes folder.)
  +index.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, reload Struts or restart your 
container, and you are on your way! (You can find the ApplicationResources file with 
this message in the classes folder.)
  
  
  

Reply via email to