Commit 7cf7bfe2e409c53ccd6bdb83146446a597f27a7a

Authored by Hacene SI HADJ MOHAND
1 parent eef0bd3b

adding plugins xsd in config

Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
src/Request/Config/KernelConfigClass.php
... ... @@ -192,9 +192,11 @@ class KernelConfigClass
192 192 foreach (self::$libArray as $lib)
193 193 $appProperties["app.process.LIB"] .= ("-l".$lib." ");
194 194  
195   - $appProperties["app.process.DYNAMIC_LOADING"] = "false";
  195 + $appProperties["app.process.DYNAMIC_LOADING"] = "true";
196 196 $appProperties["app.process.plugins.xml"] = KERNEL_CONFIG_DIR.'/plugins.xml';
197 197  
  198 + $appProperties["app.process.plugins.xsd"] = AMDA_KERNEL_DIR.'/config/xsd/parser/plugins.xsd';
  199 +
198 200 $appProperties["app.plot.configfile"] = KERNEL_CONFIG_DIR.'/'.self::$plotConfigFile;
199 201  
200 202 $appProperties["app.param.gapthreshold"] = self::$defaultGapThreshold;
... ...