You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by le...@apache.org on 2008/04/18 14:09:11 UTC

svn commit: r649478 - /ofbiz/trunk/framework/service/dtd/services.xsd

Author: lektran
Date: Fri Apr 18 05:09:09 2008
New Revision: 649478

URL: http://svn.apache.org/viewvc?rev=649478&view=rev
Log:
Moved a couple of misplaced semaphore attributes

Modified:
    ofbiz/trunk/framework/service/dtd/services.xsd

Modified: ofbiz/trunk/framework/service/dtd/services.xsd
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/service/dtd/services.xsd?rev=649478&r1=649477&r2=649478&view=diff
==============================================================================
--- ofbiz/trunk/framework/service/dtd/services.xsd (original)
+++ ofbiz/trunk/framework/service/dtd/services.xsd Fri Apr 18 05:09:09 2008
@@ -120,9 +120,9 @@
                 </xs:restriction>
             </xs:simpleType>
         </xs:attribute>
+        <xs:attribute type="xs:int" name="semaphore-wait-seconds" default="300"/>
+        <xs:attribute type="xs:int" name="semaphore-sleep" default="500"/>
     </xs:attributeGroup>
-    <xs:attribute type="xs:int" name="semaphore-wait-seconds" default="300"/>
-    <xs:attribute type="xs:int" name="semaphore-sleep" default="500"/>
     <xs:element name="notification">
         <xs:complexType>
             <xs:attributeGroup ref="attlist.notification"/>