Changeset 17344 for release-kits/shared


Ignore:
Timestamp:
2008-09-19T09:35:25+12:00 (16 years ago)
Author:
oranfry
Message:

adding the 7zip task

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/shared/ant-scripts/init.xml

    r17297 r17344  
    2626        <format property="current.year" pattern="yyyy"/>
    2727    </tstamp>
    28    
     28
    2929    <!-- BUNDLED JAVA INFO -->
    3030    <!-- the bundled javas are kept in shared/linux/wrapper and shared/windows/wrapper in the repository -->
     
    6767    <taskdef name="math" classname="ise.antelope.tasks.MathTask" classpathref="project.classpath"/>
    6868    <taskdef name="svn" classname="org.tigris.subversion.svnant.SvnTask" classpathref="project.classpath"/>
     69    <taskdef name="sevenzip" classname="org.apache.tools.ant.SevenZip" classpathref="project.classpath"/>
    6970    <taskdef name="installer" classname="org.tp23.antinstaller.taskdefs.Installer" classpathref="project.classpath"/>
    7071    <typedef name="rsr" classname="org.greenstone.anttasks.RegexSearchReplace" classpathref="project.classpath"/>
     
    7273    <typedef name="rsplit" classname="org.greenstone.anttasks.SplitResource" classpathref="project.classpath"/>
    7374    <typedef name="get-property-value" classname="org.greenstone.anttasks.GetPropertyValue" classpathref="project.classpath"/>
    74 
     75   
    7576    <!-- DATES IN DIFFERENT LANGUAGES -->
    7677    <get-property-value propertiesFile="${rk.home}/lib/dates.properties" propertyName="ar.Dates.${current.month}" outputProperty="month.ar"/>
Note: See TracChangeset for help on using the changeset viewer.