themeinstaller/source/scripts/ThemeInstaller.sh
author Pat Downey <patd@symbian.org>
Wed, 01 Sep 2010 12:32:13 +0100
branchRCL_3
changeset 18 04b7640f6fb5
parent 0 05da4621cfb2
permissions -rw-r--r--
Revert incorrect RCL_3 drop: Revision: 201032 Kit: 201035

#!/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