Author: marijan
Date: Tue Aug 21 14:10:41 2012
New Revision: 1375555

URL: http://svn.apache.org/viewvc?rev=1375555&view=rev
Log:
RAVE-695 Create new rave-jcr-ocm module providing JCR based Object Content 
Mapping (OCM) support

- fix example confguration

Modified:
    
rave/sandbox/content-services/rave-jcr-integration/page-configuration/src/main/resources/page-config.json

Modified: 
rave/sandbox/content-services/rave-jcr-integration/page-configuration/src/main/resources/page-config.json
URL: 
http://svn.apache.org/viewvc/rave/sandbox/content-services/rave-jcr-integration/page-configuration/src/main/resources/page-config.json?rev=1375555&r1=1375554&r2=1375555&view=diff
==============================================================================
--- 
rave/sandbox/content-services/rave-jcr-integration/page-configuration/src/main/resources/page-config.json
 (original)
+++ 
rave/sandbox/content-services/rave-jcr-integration/page-configuration/src/main/resources/page-config.json
 Tue Aug 21 14:10:41 2012
@@ -1,8 +1,8 @@
 {
-    "jcr:primaryType":"raveconfig:pageconfiguration",
     "myConfiguration":{
-        "jcr:primaryType":"raveconfig:pagedefinition",
+        "jcr:primaryType":"raveconfig:pageconfiguration",
         "myPage":{
+            "jcr:primaryType":"raveconfig:pagedefinition",
             "name":"myPage",
             "path":"/mypage2",
             "description":"Simple page",


Reply via email to