Author: cziegeler
Date: Fri Feb 19 10:45:19 2010
New Revision: 911779

URL: http://svn.apache.org/viewvc?rev=911779&view=rev
Log:
SLING-1387 : File system provider should send resource events

Modified:
    
sling/trunk/bundles/extensions/fsresource/src/main/resources/OSGI-INF/metatype/metatype.properties

Modified: 
sling/trunk/bundles/extensions/fsresource/src/main/resources/OSGI-INF/metatype/metatype.properties
URL: 
http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/fsresource/src/main/resources/OSGI-INF/metatype/metatype.properties?rev=911779&r1=911778&r2=911779&view=diff
==============================================================================
--- 
sling/trunk/bundles/extensions/fsresource/src/main/resources/OSGI-INF/metatype/metatype.properties
 (original)
+++ 
sling/trunk/bundles/extensions/fsresource/src/main/resources/OSGI-INF/metatype/metatype.properties
 Fri Feb 19 10:45:19 2010
@@ -38,3 +38,8 @@
  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


Reply via email to