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/wirk2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • release-kits/wirk2

    • Property svn:externals
      •  

        old new  
        33lib http://svn.greenstone.org/release-kits/shared/lib
        44uninstaller http://svn.greenstone.org/release-kits/shared/uninstaller
         5language-strings http://svn.greenstone.org/release-kits/shared/language-strings
        56
  • release-kits/wirk2/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 rk2-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         <mkdir dir="${basedir}/installer/classes"/>
    15         <copy todir="${basedir}/installer" file="${wirk2.home}/installer/antinstall-config.xml" overwrite="true"/>
    16         <copy todir="${basedir}/installer" file="${wirk2.home}/installer/build.xml" overwrite="true"/>
    1714        <copy todir="${basedir}/installer/classes" overwrite="true">
    18             <fileset dir="${wirk2.home}/greenstone2/installer-classes"/>
    19             <fileset dir="${wirk2.home}/windows/installer-classes"/>
    2015            <fileset dir="${wirk2.home}/packages/7za" includes="7za.exe"/>
    2116            <fileset file="${basedir}/distributions/web/LICENSE.txt"/>
Note: See TracChangeset for help on using the changeset viewer.