Changeset 17697 for release-kits/mark2


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

Legend:

Unmodified
Added
Removed
  • release-kits/mark2

    • Property svn:externals
      •  

        old new  
        44mac http://svn.greenstone.org/release-kits/shared/mac
        55uninstaller http://svn.greenstone.org/release-kits/shared/uninstaller
         6language-strings http://svn.greenstone.org/release-kits/shared/language-strings
        67
  • release-kits/mark2/ant-scripts/create-installer.xml

    r17608 r17697  
    44    <target name="create-installer">
    55        <antcall target="copy-installer-files"/>
    6         <antcall target="make-installer-files-concrete"/> <!-- from rk2-targets -->
     6        <antcall target="make-installer-files-concrete"/>  <!-- 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">
    13         <mkdir dir="${basedir}/installer/classes"/>
    14         <copy todir="${basedir}/installer" file="${mark2.home}/installer/antinstall-config.xml" overwrite="true"/>
    15         <copy todir="${basedir}/installer" file="${mark2.home}/installer/build.xml" overwrite="true"/>
     12    <target name="copy-installer-files" depends="copy-main-installer-files"> <!-- from init -->
     13
    1614        <copy todir="${basedir}/installer/classes" overwrite="true">
    17             <fileset dir="${mark2.home}/greenstone2/installer-classes"/>
    1815            <fileset file="${basedir}/distributions/web/LICENSE.txt" />
    1916        </copy>
Note: See TracChangeset for help on using the changeset viewer.