Changeset 262
- Timestamp:
- Feb 17, 2011, 4:22:30 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalEnv.tpl.cmd
r122 r262 17 17 * Path to JDK used for bootstrapping. Must be set. 18 18 */ 19 G.PATH_TOOL_BOOT_JDK = 'D:\Dev\ java150'19 G.PATH_TOOL_BOOT_JDK = 'D:\Dev\openjdk6' 20 20 21 21 /** … … 45 45 /** 46 46 * 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. 48 49 */ 49 G.PATH_JDK_IMPORT = 'J:\Coding\openjdk\openjdk6\build\windows-i586\j2sdk-image'50 G.PATH_JDK_IMPORT = G.PATH_TOOL_BOOT_JDK 50 51 51 52 /**
Note:
See TracChangeset
for help on using the changeset viewer.