diff Resources/Configuration.json @ 1272:7442097b41c9

Scan of folders for plugins
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 12 Jan 2015 17:42:29 +0100
parents a843ee8bb903
children 88010d8e12cf
line wrap: on
line diff
--- a/Resources/Configuration.json	Fri Jan 09 17:23:02 2015 +0100
+++ b/Resources/Configuration.json	Mon Jan 12 17:42:29 2015 +0100
@@ -35,7 +35,9 @@
 
   // List of paths to the plugins that are to be loaded into this
   // instance of Orthanc (e.g. "./libPluginTest.so" for Linux, or
-  // "./PluginTest.dll" for Windows).
+  // "./PluginTest.dll" for Windows). These paths can refer to
+  // folders, in which case they will be scanned non-recursively to
+  // find shared libraries.
   "Plugins" : [
   ],