Changeset 17697 for release-kits


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
Files:
12 edited

Legend:

Unmodified
Added
Removed
  • release-kits/lirk2

    • Property svn:externals
      •  

        old new  
        33greenstone2 http://svn.greenstone.org/release-kits/shared/greenstone2
        44uninstaller http://svn.greenstone.org/release-kits/shared/uninstaller
         5language-strings http://svn.greenstone.org/release-kits/shared/language-strings
        56
  • release-kits/lirk2/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="linux"/></antcall> <!-- from rk2-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 -->
     
    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="${lirk2.home}/installer/antinstall-config.xml" overwrite="true"/>
    16         <copy todir="${basedir}/installer" file="${lirk2.home}/installer/build.xml" overwrite="true"/>
    1714        <copy todir="${basedir}/installer/classes" overwrite="true">
    18             <fileset dir="${lirk2.home}/greenstone2/installer-classes"/>
    1915            <fileset file="${basedir}/distributions/web/LICENSE.txt"/>
    2016        </copy>
     
    2824        <unjar src="${lirk2.home}/lib/crypt.jar" dest="${basedir}/installer/classes"/>
    2925        <delete dir="${basedir}/installer/classes/META-INF"/>
     26
    3027    </target>
    3128
  • 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>
  • 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>
  • 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"/>
  • 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"/>
  • 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.