Changeset 262


Ignore:
Timestamp:
Feb 17, 2011, 4:22:30 PM (14 years ago)
Author:
dmik
Message:

LocalEnv.cmd: No need in an openjdk6 build from Windows any more.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalEnv.tpl.cmd

    r122 r262  
    1717 * Path to JDK used for bootstrapping. Must be set.
    1818 */
    19 G.PATH_TOOL_BOOT_JDK    = 'D:\Dev\java150'
     19G.PATH_TOOL_BOOT_JDK    = 'D:\Dev\openjdk6'
    2020
    2121/**
     
    4545/**
    4646 * Path to the previous Java SDK where components not built from the
    47  * current source tree will be imported from. So far, must be set.
     47 * current source tree will be imported from. Normally, it is not used and
     48 * should be just the same as G.PATH_TOOL_BOOT_JDK.
    4849 */
    49 G.PATH_JDK_IMPORT       = 'J:\Coding\openjdk\openjdk6\build\windows-i586\j2sdk-image'
     50G.PATH_JDK_IMPORT       = G.PATH_TOOL_BOOT_JDK
    5051
    5152/**
Note: See TracChangeset for help on using the changeset viewer.