From 2d2ae213fa207bcb01abef78cea034b66d2b4184 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 25 Nov 2010 05:29:08 +0100 Subject: HashMapTest: Back to 50% tolerance, removed 'put' error --- make/scripts/make.gluegen.all.win32.bat | 4 ++-- make/scripts/make.gluegen.all.win64.bat | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'make/scripts') diff --git a/make/scripts/make.gluegen.all.win32.bat b/make/scripts/make.gluegen.all.win32.bat index 2bb7630..5192a1a 100644 --- a/make/scripts/make.gluegen.all.win32.bat +++ b/make/scripts/make.gluegen.all.win32.bat @@ -1,7 +1,7 @@ set THISDIR="C:\JOGL" -set J2RE_HOME=c:\jre1.6.0_20_x32 -set JAVA_HOME=c:\jdk1.6.0_20_x32 +set J2RE_HOME=c:\jre1.6.0_22_x32 +set JAVA_HOME=c:\jdk1.6.0_22_x32 set ANT_PATH=C:\apache-ant-1.8.0 set PATH=%JAVA_HOME%\bin;%ANT_PATH%\bin;c:\mingw\bin;%PATH% diff --git a/make/scripts/make.gluegen.all.win64.bat b/make/scripts/make.gluegen.all.win64.bat index aeda5b0..1c73e80 100644 --- a/make/scripts/make.gluegen.all.win64.bat +++ b/make/scripts/make.gluegen.all.win64.bat @@ -1,7 +1,7 @@ set THISDIR="C:\JOGL" -set J2RE_HOME=c:\jre1.6.0_20_x64 -set JAVA_HOME=c:\jdk1.6.0_20_x64 +set J2RE_HOME=c:\jre1.6.0_22_x64 +set JAVA_HOME=c:\jdk1.6.0_22_x64 set ANT_PATH=C:\apache-ant-1.8.0 set PATH=%JAVA_HOME%\bin;%ANT_PATH%\bin;c:\mingw64\bin;c:\mingw\bin;%PATH% -- cgit v1.2.3