rleland     2003/08/09 19:52:55

  Modified:    web/example/WEB-INF struts-config-registration.xml
                        struts-config.xml
  Log:
  Use standard prexisting ELEMENTS description and display-name,
  instead of description-short & description-long.
  
  -Rob
  
  Revision  Changes    Path
  1.3       +4 -4      
jakarta-struts/web/example/WEB-INF/struts-config-registration.xml
  
  Index: struts-config-registration.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/web/example/WEB-INF/struts-config-registration.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- struts-config-registration.xml    9 Aug 2003 08:50:52 -0000       1.2
  +++ struts-config-registration.xml    10 Aug 2003 02:52:55 -0000      1.3
  @@ -5,15 +5,15 @@
             "http://jakarta.apache.org/struts/dtds/struts-config_1_2.dtd";>
   
   <struts-config>
  -  <description-short><![CDATA[
  +  <display-name><![CDATA[
        registration
     ]]>
  -  </description-short>
  -    <description-long><![CDATA[
  +  </display-name>
  +    <description><![CDATA[
        This is the Struts configuration file for the registration 
        portion of the example application, using the proposed new syntax.
     ]]>
  -  </description-long>
  +  </description>
   
     <!-- ========== Form Bean Definitions =================================== -->
     <form-beans>
  
  
  
  1.33      +4 -4      jakarta-struts/web/example/WEB-INF/struts-config.xml
  
  Index: struts-config.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/web/example/WEB-INF/struts-config.xml,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- struts-config.xml 9 Aug 2003 08:50:52 -0000       1.32
  +++ struts-config.xml 10 Aug 2003 02:52:55 -0000      1.33
  @@ -6,14 +6,14 @@
   
   
   <struts-config>
  -  <description-short><![CDATA[
  +  <display-name><![CDATA[
        account maintaince
     ]]>
  -  </description-short>
  -    <description-long><![CDATA[
  +  </display-name>
  +    <description><![CDATA[
        Allows the updating of users accounts and subscriptions.
     ]]>
  -  </description-long>
  +  </description>
   
   
     <!-- ========== Data Source Configuration =============================== -->
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to