greenstone.org greenstone wiki greenstone trac planet greenstone

Changeset 17697

Show
Ignore:
Timestamp:
2008-11-05 15:14:44 (2 months ago)
Author:
oranfry
Message:

made each release kit use the new unified language string bundle for the installer and the uninstaller

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • release-kits/lirk2

    • Property svn:externals changed from
      lib http://svn.greenstone.org/release-kits/shared/lib
      linux http://svn.greenstone.org/release-kits/shared/linux
      greenstone2 http://svn.greenstone.org/release-kits/shared/greenstone2
      uninstaller http://svn.greenstone.org/release-kits/shared/uninstaller

      to
      lib http://svn.greenstone.org/release-kits/shared/lib
      linux http://svn.greenstone.org/release-kits/shared/linux
      greenstone2 http://svn.greenstone.org/release-kits/shared/greenstone2
      uninstaller http://svn.greenstone.org/release-kits/shared/uninstaller
      language-strings http://svn.greenstone.org/release-kits/shared/language-strings

  • 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 changed from
      lib http://svn.greenstone.org/release-kits/shared/lib
      linux http://svn.greenstone.org/release-kits/shared/linux
      greenstone3 http://svn.greenstone.org/release-kits/shared/greenstone3
      uninstaller http://svn.greenstone.org/release-kits/shared/uninstaller

      to
      lib http://svn.greenstone.org/release-kits/shared/lib
      linux http://svn.greenstone.org/release-kits/shared/linux
      greenstone3 http://svn.greenstone.org/release-kits/shared/greenstone3
      uninstaller http://svn.greenstone.org/release-kits/shared/uninstaller
      language-strings http://svn.greenstone.org/release-kits/shared/language-strings

  • 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 changed from
      lib http://svn.greenstone.org/release-kits/shared/lib
      linux http://svn.greenstone.org/release-kits/shared/linux
      greenstone2 http://svn.greenstone.org/release-kits/shared/greenstone2
      mac http://svn.greenstone.org/release-kits/shared/mac
      uninstaller http://svn.greenstone.org/release-kits/shared/uninstaller

      to
      lib http://svn.greenstone.org/release-kits/shared/lib
      linux http://svn.greenstone.org/release-kits/shared/linux
      greenstone2 http://svn.greenstone.org/release-kits/shared/greenstone2
      mac http://svn.greenstone.org/release-kits/shared/mac
      uninstaller http://svn.greenstone.org/release-kits/shared/uninstaller
      language-strings http://svn.greenstone.org/release-kits/shared/language-strings

  • 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 changed from
      lib http://svn.greenstone.org/release-kits/shared/lib
      linux http://svn.greenstone.org/release-kits/shared/linux
      greenstone3 http://svn.greenstone.org/release-kits/shared/greenstone3
      mac http://svn.greenstone.org/release-kits/shared/mac
      uninstaller http://svn.greenstone.org/release-kits/shared/uninstaller

      to
      lib http://svn.greenstone.org/release-kits/shared/lib
      linux http://svn.greenstone.org/release-kits/shared/linux
      greenstone3 http://svn.greenstone.org/release-kits/shared/greenstone3
      mac http://svn.greenstone.org/release-kits/shared/mac
      uninstaller http://svn.greenstone.org/release-kits/shared/uninstaller
      language-strings http://svn.greenstone.org/release-kits/shared/language-strings

  • 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 changed from
      greenstone2 http://svn.greenstone.org/release-kits/shared/greenstone2
      windows http://svn.greenstone.org/release-kits/shared/windows
      lib http://svn.greenstone.org/release-kits/shared/lib
      uninstaller http://svn.greenstone.org/release-kits/shared/uninstaller

      to
      greenstone2 http://svn.greenstone.org/release-kits/shared/greenstone2
      windows http://svn.greenstone.org/release-kits/shared/windows
      lib http://svn.greenstone.org/release-kits/shared/lib
      uninstaller http://svn.greenstone.org/release-kits/shared/uninstaller
      language-strings http://svn.greenstone.org/release-kits/shared/language-strings

  • 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 changed from
      lib http://svn.greenstone.org/release-kits/shared/lib
      greenstone3 http://svn.greenstone.org/release-kits/shared/greenstone3
      windows http://svn.greenstone.org/release-kits/shared/windows
      uninstaller http://svn.greenstone.org/release-kits/shared/uninstaller

      to
      lib http://svn.greenstone.org/release-kits/shared/lib
      greenstone3 http://svn.greenstone.org/release-kits/shared/greenstone3
      windows http://svn.greenstone.org/release-kits/shared/windows
      uninstaller http://svn.greenstone.org/release-kits/shared/uninstaller
      language-strings http://svn.greenstone.org/release-kits/shared/language-strings

  • 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"/>