diff options
author | Sven Gothel <[email protected]> | 2011-12-21 23:25:55 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-12-21 23:25:55 +0100 |
commit | 4b84f0db9332a945f8e1e357a38f07146b3371e7 (patch) | |
tree | 9cba6ec1e7e9ae629138f66af1d0ffd9b49a4c6b /make/scripts/make.joal.all.win32.bat | |
parent | 6f9ac1fc203a15badf0def9b8b3e53bd7c7b4055 (diff) |
win build script bump to 6u30
Diffstat (limited to 'make/scripts/make.joal.all.win32.bat')
-rwxr-xr-x | make/scripts/make.joal.all.win32.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/scripts/make.joal.all.win32.bat b/make/scripts/make.joal.all.win32.bat index afce857..c38b5b1 100755 --- a/make/scripts/make.joal.all.win32.bat +++ b/make/scripts/make.joal.all.win32.bat @@ -1,5 +1,5 @@ -set J2RE_HOME=c:\jre1.6.0_22_x32
-set JAVA_HOME=c:\jdk1.6.0_22_x32
+set J2RE_HOME=c:\jre1.6.0_30_x32
+set JAVA_HOME=c:\jdk1.6.0_30_x32
set ANT_PATH=C:\apache-ant-1.8.0
set PATH=%JAVA_HOME%\bin;%ANT_PATH%\bin;c:\mingw\bin;%PATH%
|