Changeset 17468


Ignore:
Timestamp:
2008-10-03T10:31:51+13:00 (16 years ago)
Author:
oranfry
Message:

importing the sevenzip task into all installer build.xmls

Location:
release-kits
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • release-kits/lirk3/installer/build.xml

    r17446 r17468  
    1515    <!-- custom tasks -->
    1616    <typedef name="rsr" classname="org.greenstone.anttasks.RegexSearchReplace" classpathref="project.classpath"/>
     17    <taskdef name="sevenzip" classname="org.apache.tools.ant.SevenZip" classpathref="project.classpath"/>
    1718
    1819    <target name="install-core-components" depends="">
  • release-kits/mark2/installer/build.xml

    r17437 r17468  
    1616    <typedef name="rsr" classname="org.greenstone.anttasks.RegexSearchReplace" classpathref="project.classpath"/>
    1717    <typedef name="adduser" classname="org.greenstone.anttasks.AddGreenstoneUserToDatabase" classpathref="project.classpath"/>
     18    <taskdef name="sevenzip" classname="org.apache.tools.ant.SevenZip" classpathref="project.classpath"/>
    1819
    1920    <condition property="bundled.java.exists">
  • release-kits/mark3/installer/build.xml

    r17453 r17468  
    1515    <!-- custom tasks -->
    1616    <typedef name="rsr" classname="org.greenstone.anttasks.RegexSearchReplace" classpathref="project.classpath"/>
     17    <taskdef name="sevenzip" classname="org.apache.tools.ant.SevenZip" classpathref="project.classpath"/>
    1718
    1819    <target name="install-core-components" depends="">
  • release-kits/wirk3/installer/build.xml

    r17444 r17468  
    1818    <typedef name="rsr" classname="org.greenstone.anttasks.RegexSearchReplace" classpathref="project.classpath"/>
    1919    <typedef name="getfreepath" classname="org.greenstone.anttasks.GetFreePath" classpathref="project.classpath"/>
     20    <taskdef name="sevenzip" classname="org.apache.tools.ant.SevenZip" classpathref="project.classpath"/>
    2021
    2122    <!-- create a local installDir String -->
Note: See TracChangeset for help on using the changeset viewer.