]> gitweb.fperrin.net Git - Dictionary.git/blob - jars/icu4j-4_2_1-src/src/com/ibm/icu/dev/tool/tzu/runicutzuenv.cmd
icu4jsrc
[Dictionary.git] / jars / icu4j-4_2_1-src / src / com / ibm / icu / dev / tool / tzu / runicutzuenv.cmd
1 @echo off\r
2 rem *******************************************************************************\r
3 rem * Copyright (C) 2007-2008 International Business Machines Corporation and         *\r
4 rem * others. All Rights Reserved.                                                *\r
5 rem *******************************************************************************\r
6 \r
7 \r
8 rem Set JAVA_HOME to the Java installation directory.\r
9 IF  EXIST "%JAVA_HOME%" GOTO Next\r
10 set JAVA_HOME=/*ENTER JAVA PATH UPTO JRE*/\r
11 :Next\r
12 @echo JAVA_HOME=%JAVA_HOME%\r
13 \r
14 rem Set whether the GUI will be run or not.\r
15 set NOGUI=true\r
16 @echo NOGUI=%NOGUI%\r
17 \r
18 rem Set whether the cmd-line utility will only discover update icu4j files.\r
19 set DISCOVERONLY=true\r
20 @echo DISCOVERONLY=%DISCOVERONLY%\r
21 \r
22 rem Set whether the cmd-line utility will run silently.\r
23 set SILENTPATCH=false\r
24 @echo SILENTPATCH=%SILENTPATCH%\r
25 \r
26 rem Set whether the cmd-line utility will not use online sources.\r
27 set OFFLINE=false\r
28 @echo OFFLINE=%OFFLINE%\r