From 0e930391cd85ef3bb523521c3f2278a9a2f4b1df Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Wed, 2 Dec 2015 10:17:44 +0100 Subject: [PATCH] Startup --- config/pshell.properties | 21 +++++++++++++++++++++ script/tests/tests.properties | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 config/pshell.properties diff --git a/config/pshell.properties b/config/pshell.properties new file mode 100644 index 0000000..b307530 --- /dev/null +++ b/config/pshell.properties @@ -0,0 +1,21 @@ +#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 +home=null +homePath=./home +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 5aaeb9b..b2c1aa9 100644 --- a/script/tests/tests.properties +++ b/script/tests/tests.properties @@ -1,5 +1,5 @@ #TestingList for pshell: configuration properties -#Wed Dec 02 10:12:50 CET 2015 +#Wed Dec 02 10:17:38 CET 2015 customPanel= showEnabledTestsOnly=true listFilter=LabTests2