[jboss-cvs] JBossAS SVN: r87129 - in projects/metadata/trunk/src/main/resources: schema and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Apr 10 10:04:57 EDT 2009


Author: ispringer
Date: 2009-04-10 10:04:57 -0400 (Fri, 10 Apr 2009)
New Revision: 87129

Modified:
   projects/metadata/trunk/src/main/resources/dtd/jboss-ds_5_0.dtd
   projects/metadata/trunk/src/main/resources/schema/jboss-ds_5_0.xsd
Log:
fix a few typos


Modified: projects/metadata/trunk/src/main/resources/dtd/jboss-ds_5_0.dtd
===================================================================
--- projects/metadata/trunk/src/main/resources/dtd/jboss-ds_5_0.dtd	2009-04-10 13:53:48 UTC (rev 87128)
+++ projects/metadata/trunk/src/main/resources/dtd/jboss-ds_5_0.dtd	2009-04-10 14:04:57 UTC (rev 87129)
@@ -171,7 +171,7 @@
 -->
 <!ELEMENT blocking-timeout-millis (#PCDATA)>
 
-<!-- The idle-timeout-minutes elements indicates the maximum time in
+<!-- The idle-timeout-minutes element indicates the maximum time in
 minutes a connection may be idle before being closed.  The actual maximum time
 depends also on the IdleRemover scan time, which is 1/2 the smallest
 idle-timeout-minutes of any pool.
@@ -498,7 +498,7 @@
 prepared-statement-cache-size?, share-prepared-statements? , set-tx-query-timeout?, query-timeout?, use-try-lock?,
 type-mapping?, depends*)>
 
-<!-- Specifies the delimeter for URLs in connection-url for ha datasources
+<!-- Specifies the delimiter for URLs in connection-url for HA datasources
 -->
 <!ELEMENT url-delimiter (#PCDATA)>
 
@@ -506,6 +506,6 @@
 -->
 <!ELEMENT url-selector-strategy-class-name (#PCDATA)>
 
-<!-- For HA XA datasource specifies the name of an xa-datasource-property that contains a list of URLs
+<!-- For HA XA datasources, specifies the name of an xa-datasource-property that contains a list of URLs
 -->
 <!ELEMENT url-property (#PCDATA)>

Modified: projects/metadata/trunk/src/main/resources/schema/jboss-ds_5_0.xsd
===================================================================
--- projects/metadata/trunk/src/main/resources/schema/jboss-ds_5_0.xsd	2009-04-10 13:53:48 UTC (rev 87128)
+++ projects/metadata/trunk/src/main/resources/schema/jboss-ds_5_0.xsd	2009-04-10 14:04:57 UTC (rev 87129)
@@ -584,7 +584,7 @@
    </xsd:complexType>
 
   <!--
-    The idle-timeout-minutes elements indicates the maximum time in
+    The idle-timeout-minutes element indicates the maximum time in
     minutes a connection may be idle before being closed.  The actual maximum time
     depends also on the IdleRemover scan time, which is 1/2 the smallest
     idle-timeout-minutes of any pool.
@@ -991,7 +991,7 @@
 
 
 
-  <!-- Specifies the delimeter for URLs in connection-url for ha datasources -->
+  <!-- Specifies the delimiter for URLs in connection-url for HA datasources -->
    <xsd:complexType name="url-delimiterType">
       <xsd:simpleContent>
          <xsd:restriction base="javaee:string"/>
@@ -1005,7 +1005,7 @@
       </xsd:simpleContent>
    </xsd:complexType>
 
-  <!-- For HA XA datasource specifies the name of an xa-datasource-property that contains a list of URLs -->
+  <!-- For HA XA datasources, specifies the name of an xa-datasource-property that contains a list of URLs -->
    <xsd:complexType name="url-propertyType">
       <xsd:simpleContent>
          <xsd:restriction base="javaee:string"/>




More information about the jboss-cvs-commits mailing list