From 28ce02915a095b33075bce4038659da29e6856a6 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Sun, 18 Aug 2013 16:59:11 +0000 Subject: [PATCH] Moved old present3D sources into local deprecated directory to clean up the main present3D source directory for future refactored present3D --- applications/present3D/CMakeLists.txt | 28 +++++++++---------- .../present3D/{ => deprecated}/Cluster.cpp | 0 .../present3D/{ => deprecated}/Cluster.h | 0 .../present3D/{ => deprecated}/ExportHTML.cpp | 0 .../present3D/{ => deprecated}/ExportHTML.h | 0 .../{ => deprecated}/PointsEventHandler.cpp | 0 .../{ => deprecated}/PointsEventHandler.h | 0 .../{ => deprecated}/ReadShowFile.cpp | 0 .../present3D/{ => deprecated}/ReadShowFile.h | 0 .../{ => deprecated}/SDLIntegration.cpp | 0 .../{ => deprecated}/SDLIntegration.h | 0 .../{ => deprecated}/ShowEventHandler.cpp | 0 .../{ => deprecated}/ShowEventHandler.h | 0 .../{ => deprecated}/SpellChecker.cpp | 0 .../present3D/{ => deprecated}/SpellChecker.h | 0 .../present3D/{ => deprecated}/present3D.cpp | 0 16 files changed, 14 insertions(+), 14 deletions(-) rename applications/present3D/{ => deprecated}/Cluster.cpp (100%) rename applications/present3D/{ => deprecated}/Cluster.h (100%) rename applications/present3D/{ => deprecated}/ExportHTML.cpp (100%) rename applications/present3D/{ => deprecated}/ExportHTML.h (100%) rename applications/present3D/{ => deprecated}/PointsEventHandler.cpp (100%) rename applications/present3D/{ => deprecated}/PointsEventHandler.h (100%) rename applications/present3D/{ => deprecated}/ReadShowFile.cpp (100%) rename applications/present3D/{ => deprecated}/ReadShowFile.h (100%) rename applications/present3D/{ => deprecated}/SDLIntegration.cpp (100%) rename applications/present3D/{ => deprecated}/SDLIntegration.h (100%) rename applications/present3D/{ => deprecated}/ShowEventHandler.cpp (100%) rename applications/present3D/{ => deprecated}/ShowEventHandler.h (100%) rename applications/present3D/{ => deprecated}/SpellChecker.cpp (100%) rename applications/present3D/{ => deprecated}/SpellChecker.h (100%) rename applications/present3D/{ => deprecated}/present3D.cpp (100%) diff --git a/applications/present3D/CMakeLists.txt b/applications/present3D/CMakeLists.txt index 6cb5da5af..494aaa1d5 100644 --- a/applications/present3D/CMakeLists.txt +++ b/applications/present3D/CMakeLists.txt @@ -1,20 +1,20 @@ SET(TARGET_SRC - Cluster.cpp - ExportHTML.cpp - PointsEventHandler.cpp - present3D.cpp - ReadShowFile.cpp - ShowEventHandler.cpp - SpellChecker.cpp + deprecated/Cluster.cpp + deprecated/ExportHTML.cpp + deprecated/PointsEventHandler.cpp + deprecated/present3D.cpp + deprecated/ReadShowFile.cpp + deprecated/ShowEventHandler.cpp + deprecated/SpellChecker.cpp ) SET(TARGET_H - Cluster.h - ExportHTML.h - PointsEventHandler.h - ReadShowFile.h - ShowEventHandler.h - SpellChecker.h + deprecated/Cluster.h + deprecated/ExportHTML.h + deprecated/PointsEventHandler.h + deprecated/ReadShowFile.h + deprecated/ShowEventHandler.h + deprecated/SpellChecker.h ) IF (SDL_FOUND) @@ -54,7 +54,7 @@ IF (NOT DYNAMIC_OPENSCENEGRAPH) osgdb_openflight osgdb_obj ) - + SET(TARGET_ADDED_LIBRARIES ${TARGET_ADDED_LIBRARIES} osgdb_deprecated_osg osgdb_deprecated_osgparticle osgdb_deprecated_osganimation osgdb_deprecated_osgfx osgdb_deprecated_osgsim osgdb_deprecated_osgtext diff --git a/applications/present3D/Cluster.cpp b/applications/present3D/deprecated/Cluster.cpp similarity index 100% rename from applications/present3D/Cluster.cpp rename to applications/present3D/deprecated/Cluster.cpp diff --git a/applications/present3D/Cluster.h b/applications/present3D/deprecated/Cluster.h similarity index 100% rename from applications/present3D/Cluster.h rename to applications/present3D/deprecated/Cluster.h diff --git a/applications/present3D/ExportHTML.cpp b/applications/present3D/deprecated/ExportHTML.cpp similarity index 100% rename from applications/present3D/ExportHTML.cpp rename to applications/present3D/deprecated/ExportHTML.cpp diff --git a/applications/present3D/ExportHTML.h b/applications/present3D/deprecated/ExportHTML.h similarity index 100% rename from applications/present3D/ExportHTML.h rename to applications/present3D/deprecated/ExportHTML.h diff --git a/applications/present3D/PointsEventHandler.cpp b/applications/present3D/deprecated/PointsEventHandler.cpp similarity index 100% rename from applications/present3D/PointsEventHandler.cpp rename to applications/present3D/deprecated/PointsEventHandler.cpp diff --git a/applications/present3D/PointsEventHandler.h b/applications/present3D/deprecated/PointsEventHandler.h similarity index 100% rename from applications/present3D/PointsEventHandler.h rename to applications/present3D/deprecated/PointsEventHandler.h diff --git a/applications/present3D/ReadShowFile.cpp b/applications/present3D/deprecated/ReadShowFile.cpp similarity index 100% rename from applications/present3D/ReadShowFile.cpp rename to applications/present3D/deprecated/ReadShowFile.cpp diff --git a/applications/present3D/ReadShowFile.h b/applications/present3D/deprecated/ReadShowFile.h similarity index 100% rename from applications/present3D/ReadShowFile.h rename to applications/present3D/deprecated/ReadShowFile.h diff --git a/applications/present3D/SDLIntegration.cpp b/applications/present3D/deprecated/SDLIntegration.cpp similarity index 100% rename from applications/present3D/SDLIntegration.cpp rename to applications/present3D/deprecated/SDLIntegration.cpp diff --git a/applications/present3D/SDLIntegration.h b/applications/present3D/deprecated/SDLIntegration.h similarity index 100% rename from applications/present3D/SDLIntegration.h rename to applications/present3D/deprecated/SDLIntegration.h diff --git a/applications/present3D/ShowEventHandler.cpp b/applications/present3D/deprecated/ShowEventHandler.cpp similarity index 100% rename from applications/present3D/ShowEventHandler.cpp rename to applications/present3D/deprecated/ShowEventHandler.cpp diff --git a/applications/present3D/ShowEventHandler.h b/applications/present3D/deprecated/ShowEventHandler.h similarity index 100% rename from applications/present3D/ShowEventHandler.h rename to applications/present3D/deprecated/ShowEventHandler.h diff --git a/applications/present3D/SpellChecker.cpp b/applications/present3D/deprecated/SpellChecker.cpp similarity index 100% rename from applications/present3D/SpellChecker.cpp rename to applications/present3D/deprecated/SpellChecker.cpp diff --git a/applications/present3D/SpellChecker.h b/applications/present3D/deprecated/SpellChecker.h similarity index 100% rename from applications/present3D/SpellChecker.h rename to applications/present3D/deprecated/SpellChecker.h diff --git a/applications/present3D/present3D.cpp b/applications/present3D/deprecated/present3D.cpp similarity index 100% rename from applications/present3D/present3D.cpp rename to applications/present3D/deprecated/present3D.cpp