Changeset 17337 for release-kits/wirk3


Ignore:
Timestamp:
2008-09-19T09:26:22+12:00 (16 years ago)
Author:
oranfry
Message:

making the java installation the same for win as it is on linux

File:
1 edited

Legend:

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

    r17268 r17337  
    1111
    1212        <echo>Getting things ready to compile the installer</echo>
    13         <mkdir dir="${basedir}/installer/resources"/>
    1413
    1514        <!-- the installer descriptors -->
     
    3029
    3130    <target name="compile-installer">
     31        <!--<exec executable="7z.exe" dir="${basdir}/distribution"><arg line="-t7z -mx=9 greenstone3 greenstone3.lzma"/></exec>-->
    3232
    33         <installer file="${basedir}/installer/Greenstone-${version}-win32-with-java.jar"
    34                 compress="true"
    35                 extractType="NonExtractor"
    36                 installConfig="${basedir}/installer/antinstall-config.xml"
    37                 buildFile="${basedir}/installer/build.xml"
    38                 antInstallLib="${wirk3.home}/packages/ant-installer/lib"
    39                 antLib="${wirk3.home}/packages/ant/lib"
    40                 validateConfig="true"
    41                 icons="bluecurve">
    42 
    43             <zipfileset dir="${basedir}/installer/classes" includes="**/*" />
    44             <zipfileset dir="${basedir}/distribution/greenstone3" includes="**/*" />
    45            
    46         </installer>
    47 
    48         <!-- delete the 'bundled java only' lines from the installer config -->
    49         <rsr file="${basedir}/installer/antinstall-config.xml" pattern=".*&lt;!-- bundled java only --&gt;" replacement=""/>
    50 
    51         <installer file="${basedir}/installer/greenstone-${version}-win32.jar"
     33        <installer file="${basedir}/installer/Greenstone-${version}-win32.jar"
    5234                compress="true"
    5335                extractType="NonExtractor"
Note: See TracChangeset for help on using the changeset viewer.