From 547e13a8b34e8da902aeecb7887929fcbe0a3eb9 Mon Sep 17 00:00:00 2001
From: Manuel Grizonnet <manuel.grizonnet@gmail.com>
Date: Tue, 19 Jan 2010 14:37:11 +0100
Subject: [PATCH] DOC: mv otbRadiometricAttributesLabelMapFilterExample.cxx to
 RadiometricAttributesLabelMapFilterExample.cxx

---
 Examples/OBIA/CMakeLists.txt                                    | 2 +-
 ...ample.cxx => RadiometricAttributesLabelMapFilterExample.cxx} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename Examples/OBIA/{otbRadiometricAttributesLabelMapFilterExample.cxx => RadiometricAttributesLabelMapFilterExample.cxx} (100%)

diff --git a/Examples/OBIA/CMakeLists.txt b/Examples/OBIA/CMakeLists.txt
index 3d8d59d7c7..cf41d6ba3b 100755
--- a/Examples/OBIA/CMakeLists.txt
+++ b/Examples/OBIA/CMakeLists.txt
@@ -10,7 +10,7 @@ TARGET_LINK_LIBRARIES(ShapeAttributeComputation OTBCommon OTBIO ${OTB_IO_UTILITI
 ADD_EXECUTABLE(KeepNObjects KeepNObjects.cxx )
 TARGET_LINK_LIBRARIES(KeepNObjects OTBCommon OTBIO ${OTB_IO_UTILITIES_DEPENDENT_LIBRARIES})
 
-ADD_EXECUTABLE(RadiometricAttributesLabelMapFilterExample otbRadiometricAttributesLabelMapFilterExample.cxx )
+ADD_EXECUTABLE(RadiometricAttributesLabelMapFilterExample RadiometricAttributesLabelMapFilterExample.cxx )
 TARGET_LINK_LIBRARIES(RadiometricAttributesLabelMapFilterExample OTBCommon OTBIO OTBBasicFilters OTBSpatialReasoning  OTBFeatureExtraction OTBLearning ${OTB_IO_UTILITIES_DEPENDENT_LIBRARIES})
 
 ADD_EXECUTABLE(LabelMapToVectorData LabelMapToVectorData.cxx )
diff --git a/Examples/OBIA/otbRadiometricAttributesLabelMapFilterExample.cxx b/Examples/OBIA/RadiometricAttributesLabelMapFilterExample.cxx
similarity index 100%
rename from Examples/OBIA/otbRadiometricAttributesLabelMapFilterExample.cxx
rename to Examples/OBIA/RadiometricAttributesLabelMapFilterExample.cxx
-- 
GitLab