Changeset 344 for trunk/tools


Ignore:
Timestamp:
Mar 19, 2012, 1:13:40 AM (14 years ago)
Author:
dmik
Message:

Release b24 GA2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/CreateImageZIPs.cmd

    r309 r344  
    11/*REXX*/
    22
    3 say 'Don''t pack ct.sym!'
    4 exit
     3ver_id = 'openjdk6_b24'
    54
    6 ver_id = 'openjdk6_b22'
    7 
    8 build_id = 'ga-20110627'
     5build_id = 'ga2-20120319'
    96
    107src_path = '..'
     
    115112        ncwd = directory(filespec('D', found.i)||,
    116113                         strip(filespec('P', found.i), 'T', '\'))
    117         'mapsym' filespec('N', found.i)
     114        'call wmapsym.cmd' filespec('N', found.i)
    118115        rc2 = rc
    119116        call directory cwd
     
    132129        return rc
    133130
     131    /* remove the mistakenly copied ct.sym file and its directory */
    134132    if (\is_jre) then do
    135         /* remove the mistakenly copied file and its directory */
    136133        'del' aOut'_sym\lib\ct.sym'
    137134        if (rc == 0) then
Note: See TracChangeset for help on using the changeset viewer.