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 2010/04/29 18:24:59 UTC

svn commit: r939368 - /sling/trunk/bundles/servlets/resolver/src/main/resources/OSGI-INF/metatype/metatype.properties

Author: cziegeler
Date: Thu Apr 29 16:24:59 2010
New Revision: 939368

URL: http://svn.apache.org/viewvc?rev=939368&view=rev
Log:
SLING-1512 : Make script execution paths configurable

Modified:
    sling/trunk/bundles/servlets/resolver/src/main/resources/OSGI-INF/metatype/metatype.properties

Modified: sling/trunk/bundles/servlets/resolver/src/main/resources/OSGI-INF/metatype/metatype.properties
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/servlets/resolver/src/main/resources/OSGI-INF/metatype/metatype.properties?rev=939368&r1=939367&r2=939368&view=diff
==============================================================================
--- sling/trunk/bundles/servlets/resolver/src/main/resources/OSGI-INF/metatype/metatype.properties (original)
+++ sling/trunk/bundles/servlets/resolver/src/main/resources/OSGI-INF/metatype/metatype.properties Thu Apr 29 16:24:59 2010
@@ -61,7 +61,7 @@ servletresolver.useDefaultWorkspace.desc
  is enabled and no scripts are found using the request workspace, also use the default workspace. \
  If use request workspace is disabled, this value is ignored.
 
- servletresolver.paths.name = Execution Paths
- servletresolver.paths.description = The paths to search for executable scripts. If no path is configured \
-  this is treated like the default (/ = root) which allows to execute all scripts. By configuring some \
-  path prefixes the execution of scripts can be limited to some sub trees.
\ No newline at end of file
+servletresolver.paths.name = Execution Paths
+servletresolver.paths.description = The paths to search for executable scripts. If no path is configured \
+ this is treated like the default (/ = root) which allows to execute all scripts. By configuring some \
+ path prefixes the execution of scripts can be limited to some sub trees.
\ No newline at end of file