You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2015/02/04 18:02:49 UTC

svn commit: r1657320 - /sling/whiteboard/bdelacretaz/multisling2015/test-content/src/main/resources/SLING-CONTENT/content/T/example.com.json

Author: bdelacretaz
Date: Wed Feb  4 17:02:49 2015
New Revision: 1657320

URL: http://svn.apache.org/r1657320
Log:
SLING-4386 - use tenantRoot property

Modified:
    sling/whiteboard/bdelacretaz/multisling2015/test-content/src/main/resources/SLING-CONTENT/content/T/example.com.json

Modified: sling/whiteboard/bdelacretaz/multisling2015/test-content/src/main/resources/SLING-CONTENT/content/T/example.com.json
URL: http://svn.apache.org/viewvc/sling/whiteboard/bdelacretaz/multisling2015/test-content/src/main/resources/SLING-CONTENT/content/T/example.com.json?rev=1657320&r1=1657319&r2=1657320&view=diff
==============================================================================
--- sling/whiteboard/bdelacretaz/multisling2015/test-content/src/main/resources/SLING-CONTENT/content/T/example.com.json (original)
+++ sling/whiteboard/bdelacretaz/multisling2015/test-content/src/main/resources/SLING-CONTENT/content/T/example.com.json Wed Feb  4 17:02:49 2015
@@ -2,13 +2,13 @@
     "jcr:primaryType" : "nt:unstructured",
     "jcr:title" : "Welcome to example.com",
     "sling:resourceType" : "blog/homepage",
-    "sling:tenantId" : "example.com",
+    "sling:tenantRoot" : "true",
     "about" : {
       "jcr:title" : "About example.com",
       "sling:resourceType" : "blog/page"
     },
     "subsite" : {
-        "sling:tenantId" : "example.com/subsite",
+        "sling:tenantRoot" : "true",
         "somepage" : {
             "sling:resourceType" : "blog/page",
             "jcr:title" : "This is somepage from the example.com/subsite tenant"