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