From 4fdfbb44b59b10ca298ab3ad4976725f96599936 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Mon, 8 May 2017 08:15:18 +0200 Subject: [PATCH] this config.xml was added by accident. --- conf/e2/config.xml | 24 ------------------------ s/setup | 2 +- 2 files changed, 1 insertion(+), 25 deletions(-) delete mode 100644 conf/e2/config.xml diff --git a/conf/e2/config.xml b/conf/e2/config.xml deleted file mode 100644 index 0de6bff76..000000000 --- a/conf/e2/config.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/s/setup b/s/setup index e3e8e113d..adf4e0b85 100755 --- a/s/setup +++ b/s/setup @@ -56,7 +56,7 @@ done [ -z $INIFILE ] && INIFILE=$TOOLS/inifile [ -e $INIFILE ] || INIFILE=$TOOLS/iniparser/inifile -[ -e $SOURCE/conf/$rules/config.xml ] || abort "cannot find conf/$rules/config.xml" +[ -e $SOURCE/conf/$rules/config.json ] || abort "cannot find conf/$rules/config.json" cd $ERESSEA if [ -d $dir ] ; then