From 7e030b6fa43bbf95f7459d27b6e7e9a838299611 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Mon, 19 Oct 2015 16:11:21 +0200 Subject: [PATCH] Startup --- config/setup.properties | 19 +++++++++++++++++++ script/tests/tests.properties | 4 ++-- 2 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 config/setup.properties 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