This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.fsresource-1.2.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-fsresource.git
commit a0bc09c0da094e6288effa4e47ea6a9b4ce19b0c Author: Carsten Ziegeler <[email protected]> AuthorDate: Mon Nov 14 15:12:03 2016 +0000 SLING-6279 : Switch from event admin to Sling Resource Observation API git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/fsresource@1769646 13f79535-47bb-0310-9956-ffa450edef68 --- .../OSGI-INF/metatype/metatype.properties | 45 ---------------------- 1 file changed, 45 deletions(-) diff --git a/src/main/resources/OSGI-INF/metatype/metatype.properties b/src/main/resources/OSGI-INF/metatype/metatype.properties deleted file mode 100644 index 03f9ecf..0000000 --- a/src/main/resources/OSGI-INF/metatype/metatype.properties +++ /dev/null @@ -1,45 +0,0 @@ -# -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License. -# - - -# -# This file contains localization strings for configuration labels and -# descriptions as used in the metatype.xml descriptor generated by the -# the SCR plugin - -# -# Localizations for FsResourceProvider configuration -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 - -provider.roots.name = Provider Root -provider.roots.description = Location in the virtual resource tree where the \ - filesystem resources are mapped in. This property must not be an empty string. -provider.file.name = Filesystem Root -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. - -provider.checkinterval.name = Check Interval -provider.checkinterval.description = If the interval has a value higher than 100, the provider will \ - check the file system for changes periodically. This interval defines the period in milliseconds \ - (the default is 1000). If a change is detected, resource events are sent through the event admin. \ No newline at end of file -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
