From 49b62ff92cbd0b1e3a731b386edb8839f71fb122 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 1 Apr 2003 15:13:26 +0000 Subject: [PATCH] Moved the logo plugins from the osgPlugins/logos directory to osgPlugins/logo to make it consistent with the naming of the plugin. --- Make/makedirdefs | 2 +- src/osgPlugins/{logos => logo}/GNUmakefile | 0 src/osgPlugins/{logos => logo}/ReaderWriterLOGO.cpp | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename src/osgPlugins/{logos => logo}/GNUmakefile (100%) rename src/osgPlugins/{logos => logo}/ReaderWriterLOGO.cpp (100%) diff --git a/Make/makedirdefs b/Make/makedirdefs index 4e17da6c5..355a46222 100644 --- a/Make/makedirdefs +++ b/Make/makedirdefs @@ -31,7 +31,7 @@ PLUGIN_DIRS = \ geo\ iv\ lib3ds\ - logos\ + logo\ lwo\ md2\ obj\ diff --git a/src/osgPlugins/logos/GNUmakefile b/src/osgPlugins/logo/GNUmakefile similarity index 100% rename from src/osgPlugins/logos/GNUmakefile rename to src/osgPlugins/logo/GNUmakefile diff --git a/src/osgPlugins/logos/ReaderWriterLOGO.cpp b/src/osgPlugins/logo/ReaderWriterLOGO.cpp similarity index 100% rename from src/osgPlugins/logos/ReaderWriterLOGO.cpp rename to src/osgPlugins/logo/ReaderWriterLOGO.cpp