Changeset 17098


Ignore:
Timestamp:
2008-08-29T14:21:28+12:00 (16 years ago)
Author:
oranfry
Message:

now using the precompiled greenstone anttasks jar

File:
1 edited

Legend:

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

    r16733 r17098  
    4747            <include name="**/*.jar"/>
    4848        </fileset>
    49         <pathelement path="${rk.home}/ant-scripts/tasks/orans"/>
    5049
    5150        <!-- jars in lib directory -->
     
    6564    <taskdef name="if" classname="ise.antelope.tasks.IfTask" classpathref="project.classpath"/>
    6665    <taskdef name="try" classname="ise.antelope.tasks.TryTask" classpathref="project.classpath"/>
     66    <taskdef name="math" classname="ise.antelope.tasks.MathTask" classpathref="project.classpath"/>
    6767    <taskdef name="svn" classname="org.tigris.subversion.svnant.SvnTask" classpathref="project.classpath"/>
    68     <taskdef name="setloglevel" classname="SetLogLevel" classpathref="project.classpath"/>
    69     <taskdef name="math" classname="ise.antelope.tasks.MathTask" classpathref="project.classpath"/>
    70     <typedef name="rsr" classname="RegexSearchReplace" classpathref="project.classpath"/>
    71     <typedef name="rsplit" classname="SplitResource" classpathref="project.classpath"/>
    72     <typedef name="get-property-value" classname="GetPropertyValue" classpathref="project.classpath"/>
    7368    <taskdef name="installer" classname="org.tp23.antinstaller.taskdefs.Installer" classpathref="project.classpath"/>
     69    <typedef name="rsr" classname="org.greenstone.anttasks.RegexSearchReplace" classpathref="project.classpath"/>
     70    <typedef name="rsplit" classname="org.greenstone.anttasks.SplitResource" classpathref="project.classpath"/>
     71    <typedef name="get-property-value" classname="org.greenstone.anttasks.GetPropertyValue" classpathref="project.classpath"/>
    7472
    7573    <!-- DATES IN DIFFERENT LANGUAGES -->
Note: See TracChangeset for help on using the changeset viewer.