Author: cziegeler
Date: Wed Oct 15 07:13:22 2008
New Revision: 704924
URL: http://svn.apache.org/viewvc?rev=704924&view=rev
Log:
Clarify properties a little bit.
Modified:
incubator/sling/trunk/jcr/resource/src/main/resources/OSGI-INF/metatype/metatype.properties
Modified:
incubator/sling/trunk/jcr/resource/src/main/resources/OSGI-INF/metatype/metatype.properties
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/jcr/resource/src/main/resources/OSGI-INF/metatype/metatype.properties?rev=704924&r1=704923&r2=704924&view=diff
==============================================================================
---
incubator/sling/trunk/jcr/resource/src/main/resources/OSGI-INF/metatype/metatype.properties
(original)
+++
incubator/sling/trunk/jcr/resource/src/main/resources/OSGI-INF/metatype/metatype.properties
Wed Oct 15 07:13:22 2008
@@ -52,8 +52,12 @@
resource.resolver.regexps.description = The list of regexps that will be \
executed on a path before the resource resolving. Please separate the \
regexp from the replacement string by using the | (pipe) character. \
- For each regexp you need to specify a regexp doing the opposite conversion.
+ For each regexp you need to specify a regexp doing the opposite conversion.\
+ The default value of "/_([^/]+?)_|/$1:" is very important to the system and \
+ should never be removed without very good reason.
resource.resolver.mapregexps.name = Map Regexps
resource.resolver.mapregexps.description = The list of regexps that will do \
- the opposite conversion as the resource regexps.
+ the opposite conversion as the resource regexps. \
+ The default value of "/([^/]+?):([^/]+)|/_$1_$2" is very important to the
system and \
+ should never be removed without very good reason.
\ No newline at end of file