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

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


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

commit 23ce22c51d6e54ec5918cfb3607b1de27688f78d
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 910eeb0216..bb071ce102 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