scripts/alt2xml.sh
changeset 54 3d5cc308e268
parent 51 d79b818c364b
child 76 56b731d14aec
     1.1 --- a/scripts/alt2xml.sh	Tue Jun 17 18:19:01 2014 +0200
     1.2 +++ b/scripts/alt2xml.sh	Thu Jul 03 00:18:35 2014 +0200
     1.3 @@ -25,7 +25,7 @@
     1.4  	CLASS_PATH="$CLASS_PATH:$e";
     1.5  done
     1.6  
     1.7 -MAIN_CLASS="cz.frantovo.alt2xml.cli.CLI";
     1.8 +MAIN_CLASS="cz.frantovo.alt2xml.cli.CLIStarter";
     1.9  
    1.10  SAX_PARSER_FACTORY_ALT="cz.frantovo.alt2xml.ParserFactory";                             # our alternative ParserFactory as default
    1.11  SAX_PARSER_FACTORY_XML="com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl";  # former default factory as fallback