This is an automated email from the ASF dual-hosted git repository.

deepak pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 5e29578ad6 Fixed: Added missing notification tag entry in services.xsd 
file (OFBIZ-12635)
5e29578ad6 is described below

commit 5e29578ad6ccc0cafad4a9aed1b973acc971eef0
Author: Deepak Dixit <deepak.di...@hotwax.co>
AuthorDate: Thu Jun 9 15:28:24 2022 +0530

    Fixed: Added missing notification tag entry in services.xsd file 
(OFBIZ-12635)
---
 framework/service/dtd/services.xsd | 1 +
 1 file changed, 1 insertion(+)

diff --git a/framework/service/dtd/services.xsd 
b/framework/service/dtd/services.xsd
index 2bb58b94e5..7620381461 100644
--- a/framework/service/dtd/services.xsd
+++ b/framework/service/dtd/services.xsd
@@ -41,6 +41,7 @@ under the License.
                 <xs:element minOccurs="0" ref="description"/>
                 <xs:element minOccurs="0" ref="namespace"/>
                 <xs:element minOccurs="0" maxOccurs="1" ref="deprecated"/>
+                <xs:element minOccurs="0" ref="notification"/>
                 <xs:element minOccurs="0" maxOccurs="1" 
ref="permission-service"/>
                 <xs:element minOccurs="0" maxOccurs="unbounded" 
ref="required-permissions"/>
                 <xs:element minOccurs="0" maxOccurs="unbounded" 
ref="implements"/>

Reply via email to