First implementation of moving the startup scripts into the scene description files

This commit is contained in:
Alexander Bock
2016-04-27 16:46:31 +02:00
parent 25702a787f
commit 75175512a8
6 changed files with 66 additions and 23 deletions

View File

@@ -50,8 +50,6 @@ const string ConfigurationManager::KeyPropertyDocumentationType =
const string ConfigurationManager::KeyPropertyDocumentationFile =
"PropertyDocumentationFile.File";
const string ConfigurationManager::KeyConfigScene = "Scene";
const string ConfigurationManager::KeyStartupScript = "StartupScripts";
const string ConfigurationManager::KeySettingsScript = "SettingsScripts";
const string ConfigurationManager::KeySpiceTimeKernel = "SpiceKernel.Time";
const string ConfigurationManager::KeySpiceLeapsecondKernel = "SpiceKernel.LeapSecond";
const string ConfigurationManager::KeyLogLevel = "Logging.LogLevel";