commit | 5d5ae34eef31ec4c8286f462f8de605308d1ae15 | [log] [tgz] |
---|---|---|
author | A. J. David Bosschaert <davidb@apache.org> | Fri Mar 27 08:49:03 2015 +0000 |
committer | A. J. David Bosschaert <davidb@apache.org> | Fri Mar 27 08:49:03 2015 +0000 |
tree | 024af883081d8836dfe4c39e51e49fa3b161127f | |
parent | 63991778da6e638752b737f299c3466cde6db764 [diff] |
FELIX-4501 Impossible to set the felix.fileinstall.optionalImportRefreshScope property from startup Committed on behalf of Raymond Augé with many thanks. git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1669527 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/fileinstall/src/main/java/org/apache/felix/fileinstall/internal/FileInstall.java b/fileinstall/src/main/java/org/apache/felix/fileinstall/internal/FileInstall.java index 7d5de85..c94bde2 100644 --- a/fileinstall/src/main/java/org/apache/felix/fileinstall/internal/FileInstall.java +++ b/fileinstall/src/main/java/org/apache/felix/fileinstall/internal/FileInstall.java
@@ -103,6 +103,7 @@ set(ht, DirectoryWatcher.USE_START_TRANSIENT); set(ht, DirectoryWatcher.NO_INITIAL_DELAY); set(ht, DirectoryWatcher.START_LEVEL); + set(ht, DirectoryWatcher.OPTIONAL_SCOPE); // check if dir is an array of dirs String dirs = ht.get(DirectoryWatcher.DIR);