Changeset 17697 for release-kits/lirk3


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

Legend:

Unmodified
Added
Removed
  • release-kits/lirk3

    • Property svn:externals
      •  

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

    r17596 r17697  
    44    <target name="create-installer">
    55        <antcall target="copy-installer-files"/>
    6         <antcall target="make-installer-files-concrete"><param name="java.os" value="linux"/></antcall> <!-- from rk3-targets -->
     6        <antcall target="make-installer-files-concrete"><param name="java.os" value="linux"/></antcall> <!-- from init -->
    77        <antcall target="compile-binary-installer"/> <!-- from init -->
    88        <antcall target="compile-minimal-installer"/> <!-- from init -->
    99        <antcall target="compile-source-installer"/> <!-- from init -->
    10 
    1110    </target>
    1211
    13     <target name="copy-installer-files">
     12    <target name="copy-installer-files" depends="copy-main-installer-files"> <!-- from init -->
    1413
    15         <mkdir dir="${basedir}/installer/resources"/>
    16         <copy todir="${basedir}/installer" file="${lirk3.home}/installer/antinstall-config.xml" overwrite="true" />
    17         <copy todir="${basedir}/installer" file="${lirk3.home}/installer/build.xml" overwrite="true" />
    1814        <copy todir="${basedir}/installer/classes" overwrite="true">
    19             <fileset dir="${lirk3.home}/greenstone3/installer-classes"/>
    2015            <fileset file="${basedir}/distribution/greenstone3/LICENSE.txt"/>
    2116        </copy>
Note: See TracChangeset for help on using the changeset viewer.