Ignore:
Timestamp:
2008-09-12T11:29:06+12:00 (16 years ago)
Author:
oranfry
Message:

compile search4j in release process and started standardising java installtion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/wirk3/ant-scripts/create-installer.xml

    r17255 r17268  
    99
    1010    <target name="copy-installer-files">
     11
    1112        <echo>Getting things ready to compile the installer</echo>
    1213        <mkdir dir="${basedir}/installer/resources"/>
     14
     15        <!-- the installer descriptors -->
    1316        <copy todir="${basedir}/installer" file="${wirk3.home}/installer/antinstall-config.xml" overwrite="true" />
    1417        <copy todir="${basedir}/installer" file="${wirk3.home}/installer/build.xml" overwrite="true" />
     18
     19        <!-- the language files and other canned classes for the installer -->
    1520        <copy todir="${basedir}/installer/classes" overwrite="true">
    1621            <fileset dir="${wirk3.home}/windows/installer-classes"/>
    1722            <fileset dir="${wirk3.home}/greenstone3/installer-classes"/>
    1823        </copy>
     24
     25        <!-- some classes from jars, unpacked to be repacked into installer -->
    1926        <unjar src="${wirk3.home}/ant-scripts/tasks/greenstone/anttasks.jar" dest="${basedir}/installer/classes"/>
    2027        <delete dir="${basedir}/installer/classes/META-INF"/>
     28
    2129    </target>
    2230
Note: See TracChangeset for help on using the changeset viewer.