Ignore:
Timestamp:
2008-11-05T15:14:44+13:00 (15 years ago)
Author:
oranfry
Message:

made each release kit use the new unified language string bundle for the installer and the uninstaller

Location:
release-kits/wirk3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • release-kits/wirk3

    • Property svn:externals
      •  

        old new  
        33windows http://svn.greenstone.org/release-kits/shared/windows
        44uninstaller http://svn.greenstone.org/release-kits/shared/uninstaller
         5language-strings http://svn.greenstone.org/release-kits/shared/language-strings
        56
  • release-kits/wirk3/ant-scripts/create-installer.xml

    r17597 r17697  
    44    <target name="create-installer">
    55        <antcall target="copy-installer-files"/>
    6         <antcall target="make-installer-files-concrete"><param name="java.os" value="windows"/></antcall> <!-- from rk3-targets -->
     6        <antcall target="make-installer-files-concrete"><param name="java.os" value="windows"/></antcall> <!-- from init -->
    77        <antcall target="compile-binary-installer"/> <!-- from init -->
    88        <antcall target="compile-minimal-installer"/> <!-- from init -->
     
    1010    </target>
    1111
    12     <target name="copy-installer-files">
     12    <target name="copy-installer-files" depends="copy-main-installer-files"> <!-- from init -->
    1313
    14         <!-- the installer descriptors -->
    15         <copy todir="${basedir}/installer" file="${wirk3.home}/installer/antinstall-config.xml" overwrite="true" />
    16         <copy todir="${basedir}/installer" file="${wirk3.home}/installer/build.xml" overwrite="true" />
    17 
    18         <!-- the language files and other canned classes for the installer -->
     14        <!-- some canned resources for the installer -->
    1915        <copy todir="${basedir}/installer/classes" overwrite="true">
    20             <fileset dir="${wirk3.home}/windows/installer-classes"/>
    21             <fileset dir="${wirk3.home}/greenstone3/installer-classes"/>
    2216            <fileset dir="${wirk3.home}/packages/7za" includes="7za.exe"/>
    2317            <fileset file="${basedir}/distribution/greenstone3/LICENSE.txt"/>
Note: See TracChangeset for help on using the changeset viewer.