From 20d0b61e83fed697cb317fece7275a3eae3ec3eb Mon Sep 17 00:00:00 2001 From: Julien Malik <julien.malik@c-s.fr> Date: Tue, 13 Sep 2011 15:50:13 +0200 Subject: [PATCH] ENH: move Example to Application directory --- {Example => Applications}/CMakeLists.txt | 0 {Example => Applications}/VectorImageFactory.cxx | 0 {Example => Applications}/otbAddition.cxx | 0 {Example => Applications}/otbAllocateOutput.cxx | 0 {Example => Applications}/otbCopyInput.cxx | 0 {Example => Applications}/otbExtractROI.cxx | 0 {Example => Applications}/otbHyperspectralUnmixing.cxx | 0 {Example => Applications}/otbInternalReader.cxx | 0 {Example => Applications}/otbRescale.cxx | 0 {Example => Applications}/otbSmoothing.cxx | 0 {Example => Applications}/otbTestApplication.cxx | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename {Example => Applications}/CMakeLists.txt (100%) rename {Example => Applications}/VectorImageFactory.cxx (100%) rename {Example => Applications}/otbAddition.cxx (100%) rename {Example => Applications}/otbAllocateOutput.cxx (100%) rename {Example => Applications}/otbCopyInput.cxx (100%) rename {Example => Applications}/otbExtractROI.cxx (100%) rename {Example => Applications}/otbHyperspectralUnmixing.cxx (100%) rename {Example => Applications}/otbInternalReader.cxx (100%) rename {Example => Applications}/otbRescale.cxx (100%) rename {Example => Applications}/otbSmoothing.cxx (100%) rename {Example => Applications}/otbTestApplication.cxx (100%) diff --git a/Example/CMakeLists.txt b/Applications/CMakeLists.txt similarity index 100% rename from Example/CMakeLists.txt rename to Applications/CMakeLists.txt diff --git a/Example/VectorImageFactory.cxx b/Applications/VectorImageFactory.cxx similarity index 100% rename from Example/VectorImageFactory.cxx rename to Applications/VectorImageFactory.cxx diff --git a/Example/otbAddition.cxx b/Applications/otbAddition.cxx similarity index 100% rename from Example/otbAddition.cxx rename to Applications/otbAddition.cxx diff --git a/Example/otbAllocateOutput.cxx b/Applications/otbAllocateOutput.cxx similarity index 100% rename from Example/otbAllocateOutput.cxx rename to Applications/otbAllocateOutput.cxx diff --git a/Example/otbCopyInput.cxx b/Applications/otbCopyInput.cxx similarity index 100% rename from Example/otbCopyInput.cxx rename to Applications/otbCopyInput.cxx diff --git a/Example/otbExtractROI.cxx b/Applications/otbExtractROI.cxx similarity index 100% rename from Example/otbExtractROI.cxx rename to Applications/otbExtractROI.cxx diff --git a/Example/otbHyperspectralUnmixing.cxx b/Applications/otbHyperspectralUnmixing.cxx similarity index 100% rename from Example/otbHyperspectralUnmixing.cxx rename to Applications/otbHyperspectralUnmixing.cxx diff --git a/Example/otbInternalReader.cxx b/Applications/otbInternalReader.cxx similarity index 100% rename from Example/otbInternalReader.cxx rename to Applications/otbInternalReader.cxx diff --git a/Example/otbRescale.cxx b/Applications/otbRescale.cxx similarity index 100% rename from Example/otbRescale.cxx rename to Applications/otbRescale.cxx diff --git a/Example/otbSmoothing.cxx b/Applications/otbSmoothing.cxx similarity index 100% rename from Example/otbSmoothing.cxx rename to Applications/otbSmoothing.cxx diff --git a/Example/otbTestApplication.cxx b/Applications/otbTestApplication.cxx similarity index 100% rename from Example/otbTestApplication.cxx rename to Applications/otbTestApplication.cxx -- GitLab