Renaming path tokens

- ${BASE_PATH} -> ${BASE}
  - ${OPENSPACE_DATA} -> ${DATA}
  - Make use of new token ${WEB}
Enable Phobos and Deimos on default
Remove unused cdflist file
This commit is contained in:
Alexander Bock
2017-12-26 20:49:17 +01:00
parent 339c45a7f6
commit 59916bc0c1
28 changed files with 74 additions and 142 deletions
@@ -67,8 +67,7 @@ namespace {
constexpr const char* sequenceTypeHybrid = "hybrid";
constexpr const char* sequenceTypeInstrumentTimes = "instrument-times";
const char* placeholderFile =
"${OPENSPACE_DATA}/placeholder.png";
const char* placeholderFile = "${DATA}/placeholder.png";
constexpr const char* _loggerCat = "ProjectionComponent";