alt2xml.sh: JSON lib
authorFrantišek Kučera <franta-hg@frantovo.cz>
Sat, 07 Jun 2014 15:48:47 +0200
changeset 236ccf0c9b34dc
parent 22 23a12c58b57c
child 24 5375af5b7ab3
alt2xml.sh: JSON lib
scripts/alt2xml.sh
     1.1 --- a/scripts/alt2xml.sh	Sat Jun 07 15:42:48 2014 +0200
     1.2 +++ b/scripts/alt2xml.sh	Sat Jun 07 15:48:47 2014 +0200
     1.3 @@ -9,6 +9,9 @@
     1.4  
     1.5  PLUGINS=(
     1.6  	"$DIR/java/alt2xml-in-properties/dist/alt2xml-in-properties.jar"
     1.7 +	
     1.8 +	"$DIR/java/alt2xml-in-json/dist/alt2xml-in-json.jar"
     1.9 +	"$DIR/temp/lib/json_simple-1.1.jar"
    1.10  );
    1.11  
    1.12  for e in "${STANDARD_JARS[@]}" "${PLUGINS[@]}"; do