Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/main/aem/jcr_root/apps/cq/.content.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
jcr:primaryType="sling:OrderedFolder">
<gui/>
<core/>
</jcr:root>
5 changes: 5 additions & 0 deletions src/main/aem/jcr_root/apps/cq/core/.content.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
jcr:primaryType="sling:OrderedFolder">
<content/>
</jcr:root>
5 changes: 5 additions & 0 deletions src/main/aem/jcr_root/apps/cq/core/content/.content.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
jcr:primaryType="sling:OrderedFolder">
<nav/>
</jcr:root>
18 changes: 18 additions & 0 deletions src/main/aem/jcr_root/apps/cq/core/content/nav/.content.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
xmlns:nt="http://www.jcp.org/jcr/nt/1.0"
jcr:primaryType="nt:unstructured">
<tools jcr:primaryType="nt:unstructured">
<security

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove jcr:title and id property, so that everything will be inherited through Sling Resource Merger

jcr:primaryType="nt:unstructured"
jcr:title="Security"
id="cq-tools-security">
<secureAem jcr:primaryType="nt:unstructured"
jcr:title="Secure AEM"
jcr:description="Check security of your infrastructure"
href="/etc/secureaem.html"
icon="globeCheck"
id="secureaem"/>
</security>
</tools>
</jcr:root>
1 change: 1 addition & 0 deletions src/main/vault/full/filter.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<workspaceFilter version="1.0">
<filter root="/apps/cognifide/secureaem"/>
<filter root="/apps/cq/core/content/nav/tools/security/secureAem"/>
<filter root="/apps/cognifide/install">
<include pattern="/apps/cognifide/install/secure-aem.*"/>
</filter>
Expand Down