Skip to content

Commit

Permalink
Windows build scripts: Bump ant to 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sgothel committed Feb 16, 2014
1 parent eb16074 commit 52672ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion make/scripts/make.jocl.all.win32.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ set THISDIR="C:\JOGL"

set J2RE_HOME=c:\jre1.7.0_45_x32
set JAVA_HOME=c:\jdk1.7.0_45_x32
set ANT_PATH=C:\apache-ant-1.8.0
set ANT_PATH=C:\apache-ant-1.8.2

set PATH=%JAVA_HOME%\bin;%ANT_PATH%\bin;c:\mingw\bin;%PATH%

Expand Down
2 changes: 1 addition & 1 deletion make/scripts/make.jocl.all.win64.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ set THISDIR="C:\JOGL"

set J2RE_HOME=c:\jre1.7.0_45_x64
set JAVA_HOME=c:\jdk1.7.0_45_x64
set ANT_PATH=C:\apache-ant-1.8.0
set ANT_PATH=C:\apache-ant-1.8.2

set PATH=%JAVA_HOME%\bin;%ANT_PATH%\bin;c:\mingw64\bin;c:\mingw\bin;%PATH%

Expand Down

0 comments on commit 52672ae

Please sign in to comment.