Skip to content
This repository has been archived by the owner on Oct 18, 2020. It is now read-only.

Commit

Permalink
jdk6b30 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkasko committed Jan 22, 2014
1 parent baf0fc4 commit c7a7731
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 16 deletions.
3 changes: 1 addition & 2 deletions build-linux-amd64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ export ANT_HOME="$OUB_DIR"/utils/ant
export PATH=$ANT_HOME/bin:$PATH
export ALT_CACERTS_FILE="$OUB_DIR"/libs/cacerts/cacerts
export ALT_BOOTDIR=/usr/lib/jvm/java-6-openjdk
export ALLOW_DOWNLOADS=false
export MILESTONE=unofficial
export BUILD_NUMBER=b29
export BUILD_NUMBER=b30

export BUILD_FLAVOR=product
export FULL_DEBUG_SYMBOLS=0
Expand Down
3 changes: 1 addition & 2 deletions build-linux-i586.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ export ANT_HOME="$OUB_DIR"/utils/ant
export PATH=$ANT_HOME/bin:$PATH
export ALT_CACERTS_FILE="$OUB_DIR"/libs/cacerts/cacerts
export ALT_BOOTDIR=/usr/lib/jvm/java-6-openjdk
export ALLOW_DOWNLOADS=false
export MILESTONE=unofficial
export BUILD_NUMBER=b29
export BUILD_NUMBER=b30

export BUILD_FLAVOR=product
export FULL_DEBUG_SYMBOLS=0
Expand Down
3 changes: 1 addition & 2 deletions build-windows-amd64.bat
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,12 @@ set ALT_DXSDK_PATH=%LIBS_DIR%/directx
set ALT_CACERTS_FILE=%LIBS_DIR%/cacerts/cacerts

rem other openjdk variables
set ALLOW_DOWNLOADS=false
rem set NO_DOCS=true

rem other variables
set CYGWIN=nodosfilewarning
set MILESTONE=unofficial
set BUILD_NUMBER=b29
set BUILD_NUMBER=b30
set STATIC_CXX=true

rem set compiler environment
Expand Down
3 changes: 1 addition & 2 deletions build-windows-i586.bat
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,13 @@ set ALT_DXSDK_PATH=%LIBS_DIR%/directx
set ALT_CACERTS_FILE=%LIBS_DIR%/cacerts/cacerts

rem other openjdk variables
set ALLOW_DOWNLOADS=false
rem set NO_DOCS=true

rem other variables
rem set UNLIMITED_CRYPTO=true
set CYGWIN=nodosfilewarning
set MILESTONE=unofficial
set BUILD_NUMBER=b29
set BUILD_NUMBER=b30
set STATIC_CXX=true

rem set compiler environment
Expand Down
2 changes: 1 addition & 1 deletion installer/linux-amd64/default-install-dir-linux.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
$USER_HOME/openjdk_1.6.0_b29_64
$USER_HOME/openjdk_1.6.0_b30_64
2 changes: 1 addition & 1 deletion installer/linux-amd64/izpack.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<installation version="1.0">
<info>
<appname>OpenJDK 6 unofficial linux-amd64</appname>
<appversion>build 29</appversion>
<appversion>build 30</appversion>
<uninstaller path="$INSTALL_PATH/uninstall" name="uninstall.jar"/>
</info>

Expand Down
2 changes: 1 addition & 1 deletion installer/linux-i586/default-install-dir-linux.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
$USER_HOME/openjdk_1.6.0_b29
$USER_HOME/openjdk_1.6.0_b30
2 changes: 1 addition & 1 deletion installer/linux-i586/izpack.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<installation version="1.0">
<info>
<appname>OpenJDK 6 unofficial linux-i586</appname>
<appversion>build 29</appversion>
<appversion>build 30</appversion>
<uninstaller path="$INSTALL_PATH/uninstall" name="uninstall.jar"/>
</info>

Expand Down
2 changes: 1 addition & 1 deletion installer/windows-amd64/default-install-dir-win.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
$USER_HOME\openjdk_1.6.0_b29_64
$USER_HOME\openjdk_1.6.0_b30_64
2 changes: 1 addition & 1 deletion installer/windows-amd64/izpack.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<installation version="1.0">
<info>
<appname>OpenJDK 6 unofficial windows-amd64</appname>
<appversion>build 29</appversion>
<appversion>build 30</appversion>
<uninstaller path="$INSTALL_PATH/uninstall" name="uninstall.jar"/>
</info>

Expand Down
2 changes: 1 addition & 1 deletion installer/windows-i586/default-install-dir-win.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
$USER_HOME\openjdk_1.6.0_b29
$USER_HOME\openjdk_1.6.0_b30
2 changes: 1 addition & 1 deletion installer/windows-i586/izpack.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<installation version="1.0">
<info>
<appname>OpenJDK 6 unofficial windows-i586</appname>
<appversion>build 29</appversion>
<appversion>build 30</appversion>
<uninstaller path="$INSTALL_PATH/uninstall" name="uninstall.jar"/>
</info>

Expand Down

0 comments on commit c7a7731

Please sign in to comment.