[jboss-cvs] JBossAS SVN: r87128 - 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 09:53:49 EDT 2009


Author: ispringer
Date: 2009-04-10 09:53:48 -0400 (Fri, 10 Apr 2009)
New Revision: 87128

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:
replace some remaining references to "background-validation-minutes" with "background-validation-millis" (https://jira.jboss.org/jira/browse/JBAS-4088)


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:25:56 UTC (rev 87127)
+++ projects/metadata/trunk/src/main/resources/dtd/jboss-ds_5_0.dtd	2009-04-10 13:53:48 UTC (rev 87128)
@@ -198,9 +198,9 @@
      prior to use-->
 <!ELEMENT background-validation (#PCDATA)>
 
-<!-- The background-validation-minutes element specifies the amount of time, in minutes, that background validation
+<!-- The background-validation-millis element specifies the amount of time, in milliseconds, that background validation
      will run. -->
-<!ELEMENT background-validation-minutes (#PCDATA)>
+<!ELEMENT background-validation-millis (#PCDATA)>
 
 <!-- An element to specify that all intermediate end(suspend) and
 start(resume) calls.  Also, all work on one tx will go through one

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:25:56 UTC (rev 87127)
+++ projects/metadata/trunk/src/main/resources/schema/jboss-ds_5_0.xsd	2009-04-10 13:53:48 UTC (rev 87128)
@@ -637,7 +637,7 @@
    </xsd:complexType>
 
   <!--
-    The background-validation-minutes element specifies the amount of time, in minutes, that background validation
+    The background-validation-millis element specifies the amount of time, in milliseconds, that background validation
     will run.
   -->
   <xsd:complexType name="background-validation-millisType">




More information about the jboss-cvs-commits mailing list