[conf] rename from *.xml.example to *_example.xml

- select_conf: personal conf file is conf_personal.xml
This commit is contained in:
Felix Ruess
2013-09-13 23:56:14 +02:00
parent b2b114c689
commit 80a007f155
9 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ use Data::Dumper;
use Config;
$|++;
my $examples = XMLin("$ENV{'PAPARAZZI_SRC'}/conf/tests_conf.xml");
my $examples = XMLin("$ENV{'PAPARAZZI_SRC'}/conf/conf_tests.xml");
use Data::Dumper;