Ignore:
Timestamp:
2008-06-26T12:50:39+12:00 (16 years ago)
Author:
oranfry
Message:

made wirk2 work under the new shared code scheme

Location:
release-kits/wirk2/ant-scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • release-kits/wirk2/ant-scripts/build.xml

    r16194 r16204  
    11<?xml version="1.0" encoding="utf-8" ?>
    2 
    32<!--
    43        ..........................................................
     
    87        ..........................................................
    98-->
    10 
    119<project name="wirk2-build" default="wirk2">
    1210
    1311    <!-- CONSTANTS -->
    1412
    15     <!-- create a localised basedir property -->
    16     <path id="basedir.path"><pathelement location="${basedir}"/></path>
    17     <property name="basedir.local" refid="basedir.path"/>
     13    <!-- the size of the resourse chunks to be put in the wrapped installer -->
     14    <property name="resources.chunksize" value="8388608"/><!-- 8MiB -->
    1815
    1916    <!-- for the benefit of the shared scripts, set release-kit home -->
    20     <property name="rk.home" value="${lirk2.home}" />
     17    <property name="rk.home" value="${wirk2.home}" />
    2118
    2219
  • release-kits/wirk2/ant-scripts/wrap.xml

    r16197 r16204  
    1818           
    1919            <!-- copy source files -->
    20             <copy todir="${basedir}/wrapped-installer/build" file="${wirk2.home}/wrapper/wrapper.cpp"/>
     20            <copy todir="${basedir}/wrapped-installer/build" file="${wirk2.home}/windows/wrapper/wrapper.cpp"/>
    2121            <copy todir="${basedir}/wrapped-installer/build" file="${wirk2.home}/packages/search4j/libsearch4j.cpp"/>
    2222            <copy todir="${basedir}/wrapped-installer/build" file="${wirk2.home}/packages/search4j/libsearch4j.h"/>
     
    5757               
    5858                <echo>getting the template resource script</echo>
    59                 <copy todir="${basedir}/wrapped-installer/build" file="${wirk2.home}/wrapper/wrapper.rc" overwrite="true"/>
     59                <copy todir="${basedir}/wrapped-installer/build" file="${wirk2.home}/windows/wrapper/wrapper.rc" overwrite="true"/>
    6060               
    6161                <echo>copying the small resource files into place</echo>
     
    6363                    <fileset dir="${wirk2.home}/windows/wrapper" includes="*.bmp"/>
    6464                    <fileset dir="${wirk2.home}/greenstone2/wrapper" includes="*.bmp"/>
    65                     <fileset dir="${wirk2.home}/greenstone2/icon" includes="gs2.ico"/>
     65                    <fileset dir="${wirk2.home}/greenstone2/icon" includes="icon.ico"/>
    6666                </copy>
    6767               
Note: See TracChangeset for help on using the changeset viewer.