GitHub user CodingFabian opened a pull request:
https://github.com/apache/felix/pull/47
FELIX-5137 Added felix.fileinstall.subdir.mode = jar | skip | recurse
This PR adds the ability to configure the mode fileinstall operates. the
default mode is "jar" which means subdirectories in watched directories are
treated as exploded jar.
"skip" just skips subdirectories (for example to install a second watcher
in that dir with different update interval)
"recurse" will now pick the config files in any nested directory as if they
would be in the watched directory. iThis mode is designed to "organize" config
files in subdirectories
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/CodingFabian/felix new_subdir_mode_feature
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/felix/pull/47.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #47
----
commit 5248f4878eff70ac75ba7fe8c667686d3cd0da17
Author: Fabian Lange <[email protected]>
Date: 2015-12-11T09:38:38Z
FELIX-5137 Added felix.fileinstall.subdir.mode = jar | skip | recurse
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---