Author: lektran
Date: Fri Apr 18 05:09:09 2008
New Revision: 649478
URL:
http://svn.apache.org/viewvc?rev=649478&view=revLog:
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"/>