Changeset 15181


Ignore:
Timestamp:
2008-04-10T13:45:24+12:00 (16 years ago)
Author:
oranfry
Message:

adding the ant installer task back into wirk3

File:
1 edited

Legend:

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

    r15180 r15181  
    3636    <property name="svn.root" value="http://svn.greenstone.org"/>
    3737
    38     <!-- self defined tasks -->
     38    <!-- self defined tasks and types-->
    3939    <taskdef name="if" classname="ise.antelope.tasks.IfTask" classpathref="project.classpath"/>
    4040    <taskdef name="try" classname="ise.antelope.tasks.TryTask" classpathref="project.classpath"/>
    4141    <taskdef name="svn" classname="org.tigris.subversion.svnant.SvnTask" classpathref="project.classpath"/>
    4242    <taskdef name="setloglevel" classname="SetLogLevel" classpathref="project.classpath"/>
     43    <taskdef name="installer" classname="org.tp23.antinstaller.taskdefs.Installer" classpathref="project.classpath"/>
     44   
    4345    <typedef name="addressedcall" classname="TreeCallTarget" classpathref="project.classpath"/>
    4446    <typedef name="rsr" classname="RegexSearchReplace" classpathref="project.classpath"/>
    45    
     47
     48
    4649    <!-- load in static properties from build.properties -->
    4750    <property file="build.properties" />
Note: See TracChangeset for help on using the changeset viewer.