themeinstaller/source/scripts/ThemeInstaller.sh
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 18 Jan 2010 21:36:16 +0200
changeset 1 cf26b8579a84
permissions -rw-r--r--
Revision: 201001 Kit: 201003

#!/bin/sh

#
# Configuration
#

# Directory where JRE has java executable has been installed to
JRE_BIN_DIR=/home/TransCrescent/rossi/jre1.5.0_12/bin
# Directory where ThemeInstaller has been installed to
TI_DIR=.

#Launch ThemeInstaller

PATH=$JRE_BIN_DIR/:$PATH
java -Dfile.encoding=ISO8859_1 -classpath $TI_DIR/ThemeInstaller.jar:$TI_DIR/lib/batik-util.jar:$TI_DIR/lib/xml-apis-ext.jar:$TI_DIR/lib/batik-css.jar:$TI_DIR/lib/xercesImpl.jar com.nokia.tools.themeinstaller.ui.ThemeInstaller $1 $2 $3 $4 $5 $6