Issues with deleting the folder
Hello Community,
We have the folder/node in AEM under the path /apps/cq/gui/content(overlay) that was installed as part of package install.
The requirement is to remove the overlay and all the nodes under the path by updating the filter xml definition so that the subsequent
package install should get rid-off the folder or overlay (/apps/cq/gui/content) completely without impacting the existing nodes under /apps/cq(i.e out of the box nodes).
I have deleted the custom overlay/folder from the project and updated the filter xml(pasted below) but the files are not getting deleted from AEM.
Can someone let me know what could be the issue?
Filter.xml
<?xml version="1.0" encoding="UTF-8"?>
<workspaceFilter version="1.0">
<!-- Add this filter to delete the /apps/cq/gui/content overlay -->
<filter root="/apps/cq/gui/content"/>
</workspaceFilter>


