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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

jleroux@apache.org
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>