This is an automated email from the ASF dual-hosted git repository. dklco pushed a commit to branch SLING-11808 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git
commit 4f800eed9eff2eb202dd5c4461a496885ebd8614 Author: Dan Klco <[email protected]> AuthorDate: Tue Mar 21 23:46:12 2023 -0400 SLING-11746 - Removing invalid paths on windows --- .../slingPage/indexRules/sling:Page/properties/hideInSitemap.json | 7 ------- .../slingPage/indexRules/sling:Page/properties/publishDate.json | 8 -------- 2 files changed, 15 deletions(-) diff --git a/reference/src/main/resources/jcr_root/oak:index/slingPage/indexRules/sling:Page/properties/hideInSitemap.json b/reference/src/main/resources/jcr_root/oak:index/slingPage/indexRules/sling:Page/properties/hideInSitemap.json deleted file mode 100644 index eadf480d..00000000 --- a/reference/src/main/resources/jcr_root/oak:index/slingPage/indexRules/sling:Page/properties/hideInSitemap.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "jcr:primaryType": "nt:unstructured", - "propertyIndex": true, - "name": "jcr:content/hideInSitemap", - "type": "Boolean", - "nullCheckEnabled": true -} diff --git a/reference/src/main/resources/jcr_root/oak:index/slingPage/indexRules/sling:Page/properties/publishDate.json b/reference/src/main/resources/jcr_root/oak:index/slingPage/indexRules/sling:Page/properties/publishDate.json deleted file mode 100644 index 403cd390..00000000 --- a/reference/src/main/resources/jcr_root/oak:index/slingPage/indexRules/sling:Page/properties/publishDate.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "jcr:primaryType": "nt:unstructured", - "propertyIndex": true, - "name": "jcr:content/publishDate", - "type": "String", - "nullCheckEnabled": true, - "ordered": true -}
