Changeset 24438 for main


Ignore:
Timestamp:
2011-08-19T23:48:22+12:00 (13 years ago)
Author:
ak19
Message:

Changes to release-kit to get the admin page to appear in the GS3 installer. Needed to add in a typedef reference in GS3 for the GS custom addusertask of ant that Oran wrote. Encryption of password requires lib\Crypt.class to be generated from crypt.jar. The other changes were copied from how the GS2 admin page works.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/shared/core/ant-scripts/create-installer.xml

    r23816 r24438  
    3535        <unjar src="${rk.home}/shared/core/ant-tasks/antelope/AntelopeTasks_3.4.2.jar" dest="installer/classes"/>
    3636
    37         <!-- Include lib/crypt.class but only for releasekit2 (rk2) -->
    38         <if><bool><equals arg1="${rk.name}" arg2="rk2"/></bool>
     37        <!-- Include lib/crypt.class for both releasekit2 and 3 (rk2 and rk3)
     38        since we need it to encrypt the admin password -->     
    3939            <unjar src="${rk.home}/shared/core/lib/crypt.jar" dest="${basedir}/installer/classes">
    4040                <patternset><include name="**/*.class"/></patternset>
    4141            </unjar>
    42         </if>
    4342
    4443        <!-- (windows only) -->
Note: See TracChangeset for help on using the changeset viewer.