Skip to content

Commit

Permalink
Fixed publish permissions issues & moved sample site clientlibs to apps.
Browse files Browse the repository at this point in the history
  • Loading branch information
bkheadwire committed Apr 26, 2018
1 parent 6ae376b commit 20174b5
Show file tree
Hide file tree
Showing 13 changed files with 23 additions and 3 deletions.
3 changes: 3 additions & 0 deletions ui.apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,9 @@
<extensions>true</extensions>
<configuration>
<group>coresites</group>
<properties>
<acHandling>merge_preserve</acHandling>
</properties>
<filterSource>src/main/content/META-INF/vault/filter.xml</filterSource>
<embeddeds>
<embedded>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:crx="http://www.day.com/crx/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:rep="internal"
jcr:primaryType="rep:ACL">
<allow
jcr:primaryType="rep:GrantACE"
rep:principalName="everyone"
rep:privileges="{Name}[jcr:read]"/>
</jcr:root>
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:crx="http://www.day.com/crx/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:rep="internal"
jcr:primaryType="rep:ACL">
<allow
jcr:primaryType="rep:GrantACE"
rep:principalName="everyone"
rep:privileges="{Name}[jcr:read]"/>
</jcr:root>
4 changes: 1 addition & 3 deletions ui.content/src/main/content/META-INF/vault/filter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

<filter root="/content/coresites"/>
<filter root="/content/dam/coresites"/>
<filter root="/etc/clientlibs/coresites"/>
<filter root="/etc/clientlibs/lyft"/>
<filter root="/etc/clientlibs/tesla"/>
<filter root="/apps/coresites-samples"/>

</workspaceFilter>
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
<jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
jcr:primaryType="cq:ClientLibraryFolder"
categories="[auto.main]"
allowProxy="{Boolean}true"
dependencies="[coresites.base]"/>
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
<jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
jcr:primaryType="cq:ClientLibraryFolder"
categories="[business.landing]"
allowProxy="{Boolean}true"
dependencies="[coresites.main]"/>
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
<jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
jcr:primaryType="cq:ClientLibraryFolder"
categories="[fahr.main]"
allowProxy="{Boolean}true"
dependencies="[coresites.base]"/>

0 comments on commit 20174b5

Please sign in to comment.