diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2014-04-07 01:30:08 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2014-04-07 01:30:08 +0300 |
commit | c92982264d93458a1c3034db4e37d227cb4ab141 (patch) | |
tree | 35c0e6b27eb12374fd6891f85f0419ad5f37bbfb /demo/plugins | |
parent | e5774205c307fab12190d2b493456a1797e45276 (diff) | |
download | pf4j-c92982264d93458a1c3034db4e37d227cb4ab141.tar.gz pf4j-c92982264d93458a1c3034db4e37d227cb4ab141.zip |
the content of disabled.txt was deleted accidentally when I run demo (that contains a sequence of code that enable programmaticaly a plugin)
Diffstat (limited to 'demo/plugins')
-rw-r--r-- | demo/plugins/disabled.txt | 6 | ||||
-rw-r--r-- | demo/plugins/enabled.txt | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/demo/plugins/disabled.txt b/demo/plugins/disabled.txt index e69de29..fcaef50 100644 --- a/demo/plugins/disabled.txt +++ b/demo/plugins/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
\ No newline at end of file diff --git a/demo/plugins/enabled.txt b/demo/plugins/enabled.txt index 3d76b2f..5594017 100644 --- a/demo/plugins/enabled.txt +++ b/demo/plugins/enabled.txt @@ -3,4 +3,4 @@ # - add one plugin id on each line # - put this file in plugins folder ######################################## -#welcome-plugin +#welcome-plugin
\ No newline at end of file |