rleland     2003/08/09 19:52:40

  Modified:    conf/share struts-config_1_2.dtd
  Log:
  Use standard prexisting ELEMENTS description and display-name,
  instead of description-short & description-long.
  
  -Rob
  
  Revision  Changes    Path
  1.5       +2 -11     jakarta-struts/conf/share/struts-config_1_2.dtd
  
  Index: struts-config_1_2.dtd
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/conf/share/struts-config_1_2.dtd,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- struts-config_1_2.dtd     9 Aug 2003 08:50:52 -0000       1.4
  +++ struts-config_1_2.dtd     10 Aug 2003 02:52:40 -0000      1.5
  @@ -82,18 +82,9 @@
        hierarchy, and contains nested elements for all of the other
        configuration settings.
   -->
  -<!ELEMENT struts-config (description-short?, description-long?, data-sources?, 
form-beans?, global-exceptions?, global-forwards?, action-mappings?, controller?, 
message-resources*, plug-in*)>
  +<!ELEMENT struts-config (display-name?, description?, data-sources?, form-beans?, 
global-exceptions?, global-forwards?, action-mappings?, controller?, 
message-resources*, plug-in*)>
   <!ATTLIST struts-config  id             ID              #IMPLIED>
   
  -<!-- The "description-short" element is a short descriptive phrase that summarize 
the purpose of this
  -     struts-config. It is not used or read by struts and is only for documentation 
or automated tools.
  --->
  -<!ELEMENT description-short (#PCDATA)>
  -
  -<!-- The "description-long" element is a long descriptive phrase that details the 
purpose of this
  -     struts-config. It is not used or read by struts and is only for documentation 
or automated tools.
  --->
  -<!ELEMENT description-long (#PCDATA)>
   
   <!-- The "data-sources" element describes a set of DataSource objects [JDBC 2.0
        Standard Extension]. The individual DataSource objects are configured through
  
  
  

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

Reply via email to