diff -r b4183b61e0c7 -r 58764cb313d3 themeinstaller/source/scripts/ThemeInstaller.sh --- a/themeinstaller/source/scripts/ThemeInstaller.sh Tue Jan 26 13:19:36 2010 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,15 +0,0 @@ -#!/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