This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.fsresource-0.9.2-incubator in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-fsresource.git
commit 6ec1315c1fa86ac7e25cef48a8d2f0b7e494f7c6 Author: Felix Meschberger <[email protected]> AuthorDate: Thu Jan 15 13:46:24 2009 +0000 SLING-829 Ensure Apache Sling prefix on all configuration names git-svn-id: https://svn.apache.org/repos/asf/incubator/sling/trunk/samples/fsresource@734704 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/resources/OSGI-INF/metatype/metatype.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/OSGI-INF/metatype/metatype.properties b/src/main/resources/OSGI-INF/metatype/metatype.properties index 1e2ec6b..06ec635 100644 --- a/src/main/resources/OSGI-INF/metatype/metatype.properties +++ b/src/main/resources/OSGI-INF/metatype/metatype.properties @@ -25,7 +25,7 @@ # # Localizations for FsResourceProvider configuration -resource.resolver.name = Filesystem Resource Provider +resource.resolver.name = Apache Sling Filesystem Resource Provider resource.resolver.description = Configure an instance of the filesystem \ resource provider in terms of provider root and filesystem location @@ -37,4 +37,4 @@ provider.file.description = Filesystem directory mapped to the virtual \ resource tree. This property must not be an empty string. If the path is \ relative it is resolved against sling.home or the current working directory. \ The path may be a file or folder. If the path does not address an existing \ - file or folder, an empty folder is created. \ No newline at end of file + file or folder, an empty folder is created. -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
