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 2008/10/08 14:31:45 UTC

svn commit: r702839 - /incubator/sling/trunk/jcr/resource/src/main/resources/SLING-INF/nodetypes/vanitypath.cnd

Author: cziegeler
Date: Wed Oct  8 05:31:45 2008
New Revision: 702839

URL: http://svn.apache.org/viewvc?rev=702839&view=rev
Log:
Allow multiple vanity paths.

Modified:
    incubator/sling/trunk/jcr/resource/src/main/resources/SLING-INF/nodetypes/vanitypath.cnd

Modified: incubator/sling/trunk/jcr/resource/src/main/resources/SLING-INF/nodetypes/vanitypath.cnd
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/jcr/resource/src/main/resources/SLING-INF/nodetypes/vanitypath.cnd?rev=702839&r1=702838&r2=702839&view=diff
==============================================================================
--- incubator/sling/trunk/jcr/resource/src/main/resources/SLING-INF/nodetypes/vanitypath.cnd (original)
+++ incubator/sling/trunk/jcr/resource/src/main/resources/SLING-INF/nodetypes/vanitypath.cnd Wed Oct  8 05:31:45 2008
@@ -23,6 +23,6 @@
 // Mixin node type for defining vanity resource path.
 [sling:VanityPath]
     mixin
-  - sling:vanityPath (string)
+  - sling:vanityPath (string) multiple
   - sling:redirect (boolean)
   - sling:vanityOrder (long)