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)


Reply via email to