diff --git a/config/setup.properties b/config/setup.properties new file mode 100644 index 0000000..1175911 --- /dev/null +++ b/config/setup.properties @@ -0,0 +1,19 @@ +#Mon Oct 19 16:10:27 CEST 2015 +configFile={config}/config.properties +configFileDevices={config}/devices.properties +configFileImageSources={config}/imaging.properties +configFilePlugins={config}/plugins.properties +configFileTasks={config}/tasks.properties +configFileUpdateStrategy={config}/update.properties +configPath={home}/config +contextPath={home}/context +dataPath={home}/data +devicesPath={home}/devices +extensionsPath={home}/extensions +libraryPath={script}; {script}/Lib +logPath={home}/log +pluginsPath={home}/plugins +scriptPath={home}/script +scriptType=py +sessionsPath={home}/sessions +wwwPath={home}/www diff --git a/script/tests/tests.properties b/script/tests/tests.properties index c532407..830de97 100644 --- a/script/tests/tests.properties +++ b/script/tests/tests.properties @@ -1,5 +1,5 @@ #TestingList for pshell: configuration properties -#Mon Oct 19 15:57:14 CEST 2015 +#Mon Oct 19 16:10:50 CEST 2015 customPanel=Kollimators -showEnabledTestsOnly= +showEnabledTestsOnly=true listFilter=CollimatorTests