Last change
on this file since 385 was 348, checked in by dmik, 13 years ago |
vendor: Add icedtea-web v1.1.2 to current.
|
File size:
394 bytes
|
Line | |
---|
1 | #!/bin/sh
|
---|
2 |
|
---|
3 | JAVA=@JAVA@
|
---|
4 | LAUNCHER_BOOTCLASSPATH=@LAUNCHER_BOOTCLASSPATH@
|
---|
5 | LAUNCHER_FLAGS=-Xms8m
|
---|
6 | CLASSNAME=net.sourceforge.jnlp.controlpanel.CommandLine
|
---|
7 | BINARY_LOCATION=@ITWEB_SETTINGS_BIN_LOCATION@
|
---|
8 | PROGRAM_NAME=itweb-settings
|
---|
9 |
|
---|
10 | ${JAVA} ${LAUNCHER_BOOTCLASSPATH} ${LAUNCHER_FLAGS} \
|
---|
11 | -Dicedtea-web.bin.name=${PROGRAM_NAME} \
|
---|
12 | -Dicedtea-web.bin.location=${BINARY_LOCATION} \
|
---|
13 | ${CLASSNAME} \
|
---|
14 | $@
|
---|
15 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.