comparison 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
comparison
equal deleted inserted replaced
1271:83d8b3eacf49 1272:7442097b41c9
33 "LuaScripts" : [ 33 "LuaScripts" : [
34 ], 34 ],
35 35
36 // List of paths to the plugins that are to be loaded into this 36 // List of paths to the plugins that are to be loaded into this
37 // instance of Orthanc (e.g. "./libPluginTest.so" for Linux, or 37 // instance of Orthanc (e.g. "./libPluginTest.so" for Linux, or
38 // "./PluginTest.dll" for Windows). 38 // "./PluginTest.dll" for Windows). These paths can refer to
39 // folders, in which case they will be scanned non-recursively to
40 // find shared libraries.
39 "Plugins" : [ 41 "Plugins" : [
40 ], 42 ],
41 43
42 44
43 /** 45 /**