Changeset 17697 for release-kits/mark3


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

Legend:

Unmodified
Added
Removed
  • release-kits/mark3

    • 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/mark3/ant-scripts/create-installer.xml

    r17609 r17697  
    44    <target name="create-installer">
    55        <antcall target="copy-installer-files"/>
    6         <antcall target="make-installer-files-concrete"/> <!-- from rk3-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         <copy todir="${basedir}/installer" file="${mark3.home}/installer/antinstall-config.xml" overwrite="true" />
    14         <copy todir="${basedir}/installer" file="${mark3.home}/installer/build.xml" overwrite="true" />
     12    <target name="copy-installer-files" depends="copy-main-installer-files"> <!-- from init -->
     13
    1514        <copy todir="${basedir}/installer/classes" overwrite="true">
    16             <fileset dir="${mark3.home}/greenstone3/installer-classes"/>
    1715            <fileset file="${basedir}/distribution/greenstone3/LICENSE.txt" />
    1816        </copy>
     17
    1918        <unjar src="${mark3.home}/ant-scripts/tasks/greenstone/anttasks.jar" dest="${basedir}/installer/classes"/>
    2019        <delete dir="${basedir}/installer/classes/META-INF"/>
Note: See TracChangeset for help on using the changeset viewer.