You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2015/04/03 08:43:27 UTC

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

Author: jleroux
Date: Fri Apr  3 06:43:26 2015
New Revision: 1670999

URL: http://svn.apache.org/r1670999
Log:
Mark this feature as deprecated, due to OFBIZ-6228

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=1670999&r1=1670998&r2=1670999&view=diff
==============================================================================
--- ofbiz/trunk/framework/service/dtd/services.xsd (original)
+++ ofbiz/trunk/framework/service/dtd/services.xsd Fri Apr  3 06:43:26 2015
@@ -228,6 +228,11 @@ under the License.
         <xs:attribute name="action" type="xs:string"/>
     </xs:attributeGroup>
     <xs:element name="check-role-member">
+        <xs:annotation>
+            <xs:documentation>
+                    This is deprecated
+            </xs:documentation>
+        </xs:annotation>   
         <xs:complexType>
             <xs:attributeGroup ref="attlist.check-role-member"/>
         </xs:complexType>