[cvs] expresso commit by rimovm: Made LogDirectory Element optional since it

JCorporate Ltd jcorp at jcorporate.com
Tue Mar 15 16:52:57 UTC 2005


Log Message:
-----------
Made LogDirectory Element optional since it isn't specified anymore.  Backwards compatible modification.

Modified Files:
--------------
    expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core:
        expresso-config_4_0.dtd

Revision Data
-------------
Index: expresso-config_4_0.dtd
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/expresso-config_4_0.dtd,v
retrieving revision 1.10
retrieving revision 1.11
diff -Lexpresso-web/WEB-INF/src/com/jcorporate/expresso/core/expresso-config_4_0.dtd -Lexpresso-web/WEB-INF/src/com/jcorporate/expresso/core/expresso-config_4_0.dtd -u -r1.10 -r1.11
--- expresso-web/WEB-INF/src/com/jcorporate/expresso/core/expresso-config_4_0.dtd
+++ expresso-web/WEB-INF/src/com/jcorporate/expresso/core/expresso-config_4_0.dtd
@@ -14,10 +14,10 @@
      variable.
 -->
 <!ENTITY % Boolean "(true|false|yes|no|y|n)">
-<!-- A "connectFormat" string determines the type of JDBC connect string to be created for a 
+<!-- A "connectFormat" string determines the type of JDBC connect string to be created for a
      particular JDBC configuration. See com.jcorporate.expresso.core.db.DBConnection for details -->
 <!ENTITY % ConnectFormat "(1|2|3|4)">
-<!-- A "driverType" string determines the type of JDBC driver use to be connected for a 
+<!-- A "driverType" string determines the type of JDBC driver use to be connected for a
      particular JDBC configuration. See com.jcorporate.expresso.core.db.DBConnection for details -->
 <!ENTITY % DriverType "(manager|datasource)">
 <!-- Limitation Syntax PositionOptions -->
@@ -27,7 +27,7 @@
      hierarchy, and contains nested elements for all of the other
      configuration settings.
 -->
-<!ELEMENT expresso-config (logDirectory, strongCrypto?, servletAPI?, cryptoKey?, encryptMode?, httpPort?, sslPort?, class-handlers?, context*)>
+<!ELEMENT expresso-config (logDirectory?, strongCrypto?, servletAPI?, cryptoKey?, encryptMode?, httpPort?, sslPort?, class-handlers?, context*)>
 <!ATTLIST expresso-config
 id ID #IMPLIED
 >
@@ -148,7 +148,7 @@
 <!ELEMENT fixed-param (param-name, param-value)>
 <!ELEMENT param-name (#PCDATA)>
 <!ELEMENT param-value (#PCDATA)>
-<!-- Param elements are used to specify how the remaining elements of the extended path are mapped to parameters. The number 
+<!-- Param elements are used to specify how the remaining elements of the extended path are mapped to parameters. The number
      indicates the position in the extended path, the param-name gives the parameter this element is mapped to -->
 <!ELEMENT param (param-number, param-name)>
 <!ELEMENT param-number (#PCDATA)>


More information about the cvs mailing list