]> gitweb.fperrin.net Git - DictionaryPC.git/blob - convert_to_v6.sh
Attempt at using maven for compilation
[DictionaryPC.git] / convert_to_v6.sh
1 #!/bin/bash
2
3 RUNNER=./DictionaryPC
4 if ! test -x "$RUNNER" ; then
5   . javalibs.sh
6   RUNNER="$JAVA -classpath bin/ com.hughes.android.dictionary.engine.Runner"
7 fi
8 $RUNNER ConvertToV6 "$@"