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

Commit

Permalink
jdk6b29 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkasko committed Dec 8, 2013
1 parent 31ee2f8 commit baf0fc4
Show file tree
Hide file tree
Showing 12 changed files with 32 additions and 12 deletions.
7 changes: 6 additions & 1 deletion build-linux-amd64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,15 @@ 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=b28
export BUILD_NUMBER=b29

export BUILD_FLAVOR=product
export FULL_DEBUG_SYMBOLS=0

"$OUB_DIR"/make-and-bundle.sh

export BUILD_FLAVOR=debug
export FULL_DEBUG_SYMBOLS=1
export DEBUG_CLASSFILES=true
export ALT_OUTPUTDIR="$OUB_DIR"/../openjdk/build.debug/linux-amd64/

Expand Down
7 changes: 6 additions & 1 deletion build-linux-i586.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,15 @@ 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=b28
export BUILD_NUMBER=b29

export BUILD_FLAVOR=product
export FULL_DEBUG_SYMBOLS=0

"$OUB_DIR"/make-and-bundle.sh

export BUILD_FLAVOR=debug
export FULL_DEBUG_SYMBOLS=1
export DEBUG_CLASSFILES=true
export ALT_OUTPUTDIR="$OUB_DIR"/../openjdk/build.debug/linux-i586/

Expand Down
7 changes: 6 additions & 1 deletion build-windows-amd64.bat
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ rem set NO_DOCS=true
rem other variables
set CYGWIN=nodosfilewarning
set MILESTONE=unofficial
set BUILD_NUMBER=b28
set BUILD_NUMBER=b29
set STATIC_CXX=true

rem set compiler environment
Expand All @@ -55,10 +55,15 @@ rem bash
rem echo Press any key to close window ...
rem pause > nul

set BUILD_FLAVOR=product
set FULL_DEBUG_SYMBOLS=0

rem start obf build
bash %SCRIPT_DIR%/make-and-bundle.sh

rem debug build settings
set BUILD_FLAVOR=debug
set FULL_DEBUG_SYMBOLS=1
set DEBUG_CLASSFILES=true
set ALT_OUTPUTDIR=%SCRIPT_DIR%/../openjdk/build.debug/windows-amd64/

Expand Down
7 changes: 6 additions & 1 deletion build-windows-i586.bat
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ rem other variables
rem set UNLIMITED_CRYPTO=true
set CYGWIN=nodosfilewarning
set MILESTONE=unofficial
set BUILD_NUMBER=b28
set BUILD_NUMBER=b29
set STATIC_CXX=true

rem set compiler environment
Expand All @@ -57,10 +57,15 @@ rem bash
rem echo Press any key to close window ...
rem pause > nul

set BUILD_FLAVOR=product
set FULL_DEBUG_SYMBOLS=0

rem start obf build
bash %SCRIPT_DIR%/make-and-bundle.sh

rem debug build settings
set BUILD_FLAVOR=debug
set FULL_DEBUG_SYMBOLS=1
set DEBUG_CLASSFILES=true
set ALT_OUTPUTDIR=%SCRIPT_DIR%/../openjdk/build.debug/windows-i586/

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_b28_64
$USER_HOME/openjdk_1.6.0_b29_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 28</appversion>
<appversion>build 29</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_b28
$USER_HOME/openjdk_1.6.0_b29
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 28</appversion>
<appversion>build 29</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_b28_64
$USER_HOME\openjdk_1.6.0_b29_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 28</appversion>
<appversion>build 29</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_b28
$USER_HOME\openjdk_1.6.0_b29
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 28</appversion>
<appversion>build 29</appversion>
<uninstaller path="$INSTALL_PATH/uninstall" name="uninstall.jar"/>
</info>

Expand Down

0 comments on commit baf0fc4

Please sign in to comment.