Changeset 280
- Timestamp:
- Mar 28, 2011, 5:20:29 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalEnv.tpl.cmd
r273 r280 76 76 G.PATH_TOOL_KLIBC_LOGCHK = '' 77 77 78 /* 79 * Additional environment settings 80 * ---------------------------------------------------------------------------- 81 * 82 * Controls various aspects of the build process. 83 */ 84 85 /** 86 * Directory where to find JAXP/JAXWS source bundles. If this is not set (or if 87 * the specified directory doesn't contain the bundles), ALLOW_DOWNLOADS below 88 * must be set to 'true'. 89 */ 90 /* 91 call EnvSet 'ALT_DROPS_DIR', 'D:/Coding/java_src_drops' 92 */ 93 94 /** 95 * Instructs the build process to download JAXP/JAXWS source bundles if they 96 * are missing when building JAXP/JAXWS. 97 */ 98 call EnvSet 'ALLOW_DOWNLOADS', 'true' 99 78 100 /** 79 101 * Here you may put any additional environment variable definitions needed for
Note:
See TracChangeset
for help on using the changeset viewer.