diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2013-02-22 17:56:45 +0200 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2013-02-22 17:56:45 +0200 |
commit | 1ebca8c91a18fcf23a39e33b6a5750325c0d953f (patch) | |
tree | d2e2b83ff746f90fc0f9a88b5c44515c62219f74 /demo | |
parent | 1b867d151c62834ce3cab0cfcc46e8ff3663d5f9 (diff) | |
download | pf4j-1ebca8c91a18fcf23a39e33b6a5750325c0d953f.tar.gz pf4j-1ebca8c91a18fcf23a39e33b6a5750325c0d953f.zip |
add support for enabled (whitelist) plugins and disabled (blacklist) plugins
Diffstat (limited to 'demo')
-rw-r--r-- | demo/disabled.txt | 6 | ||||
-rw-r--r-- | demo/enabled.txt | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/demo/disabled.txt b/demo/disabled.txt new file mode 100644 index 0000000..b8fedab --- /dev/null +++ b/demo/disabled.txt @@ -0,0 +1,6 @@ +######################################## +# - load all plugins except these +# - add one plugin id on each line +# - put this file in plugins folder +######################################## +welcome-plugin diff --git a/demo/enabled.txt b/demo/enabled.txt new file mode 100644 index 0000000..96a92b3 --- /dev/null +++ b/demo/enabled.txt @@ -0,0 +1,6 @@ +######################################## +# - load only these plugins +# - add one plugin id on each line +# - put this file in plugins folder +######################################## +welcome-plugin |