Added support for plugins

This commit is contained in:
2014-12-05 17:44:40 +01:00
commit e2cc7e1fd8
6 changed files with 457 additions and 0 deletions

16
pshell.properties Normal file
View File

@@ -0,0 +1,16 @@
#Thu Dec 04 18:06:51 CET 2014
dataPath={home}/data
logPath={home}/log
logLevel=Info
libraryPath={script}; {script}/site-packages
scriptPath={home}/script
serverPort=-1
contextPath={home}/context
logDaysToLive=-1
devicePoolFile={devices}/devices.properties
homePath=./home
deviceUpdateStrategyFile={devices}/update.properties
devicesPath={home}/devices
test=false
sessionsPath={home}/sessions
scriptType=py