You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2014/10/08 07:55:15 UTC

svn commit: r1630010 [2/2] - in /sling/trunk/samples/slingshot: ./ src/main/appended-resources/ src/main/appended-resources/META-INF/ src/main/java/org/apache/sling/sample/slingshot/ src/main/java/org/apache/sling/sample/slingshot/impl/ src/main/resour...

Added: sling/trunk/samples/slingshot/src/main/resources/SLING-INF/content/slingshot/public/slingshot1/travel/view.json
URL: http://svn.apache.org/viewvc/sling/trunk/samples/slingshot/src/main/resources/SLING-INF/content/slingshot/public/slingshot1/travel/view.json?rev=1630010&view=auto
==============================================================================
--- sling/trunk/samples/slingshot/src/main/resources/SLING-INF/content/slingshot/public/slingshot1/travel/view.json (added)
+++ sling/trunk/samples/slingshot/src/main/resources/SLING-INF/content/slingshot/public/slingshot1/travel/view.json Wed Oct  8 05:55:13 2014
@@ -0,0 +1,6 @@
+{
+    "jcr:primaryType":"sling:OrderedFolder",
+    "sling:resourceType":"slingshot/Item",
+    "title":"Nice View",
+    "description":"A view from the top of my home"
+}
\ No newline at end of file

Propchange: sling/trunk/samples/slingshot/src/main/resources/SLING-INF/content/slingshot/public/slingshot1/travel/view.json
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: sling/trunk/samples/slingshot/src/main/resources/SLING-INF/content/slingshot/public/slingshot1/travel/view.json
------------------------------------------------------------------------------
    svn:keywords = Id

Added: sling/trunk/samples/slingshot/src/main/resources/SLING-INF/content/slingshot/public/slingshot1/travel/view/images/view.jpg
URL: http://svn.apache.org/viewvc/sling/trunk/samples/slingshot/src/main/resources/SLING-INF/content/slingshot/public/slingshot1/travel/view/images/view.jpg?rev=1630010&view=auto
==============================================================================
Binary file - no diff available.

Propchange: sling/trunk/samples/slingshot/src/main/resources/SLING-INF/content/slingshot/public/slingshot1/travel/view/images/view.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Modified: sling/trunk/samples/slingshot/src/main/resources/SLING-INF/content/slingshot/tags.json
URL: http://svn.apache.org/viewvc/sling/trunk/samples/slingshot/src/main/resources/SLING-INF/content/slingshot/tags.json?rev=1630010&r1=1630009&r2=1630010&view=diff
==============================================================================
--- sling/trunk/samples/slingshot/src/main/resources/SLING-INF/content/slingshot/tags.json (original)
+++ sling/trunk/samples/slingshot/src/main/resources/SLING-INF/content/slingshot/tags.json Wed Oct  8 05:55:13 2014
@@ -1,15 +1,15 @@
 {
     "jcr:primaryType":"sling:Folder",
     "ApacheCon" : {
-        "jcr:primaryType":"slingshot:Tag",
-        "jcr:description":"Photos from the ApacheCons."
+        "jcr:primaryType":"sling:Folder",
+        "description":"Photos from the ApacheCons."
     },
     "Vacation" : {
-        "jcr:primaryType":"slingshot:Tag",
-        "jcr:description":"Photos shot during vacations."
+        "jcr:primaryType":"sling:Folder",
+        "description":"Photos shot during vacations."
     },
     "Cool" : {
-        "jcr:primaryType":"slingshot:Tag",
-        "jcr:description":"Very cool photos."
+        "jcr:primaryType":"sling:Folder",
+        "description":"Very cool photos."
     }
 }
\ No newline at end of file