Changeset 15357 for release-kits/wirk3


Ignore:
Timestamp:
2008-05-07T16:02:03+12:00 (16 years ago)
Author:
oranfry
Message:

putting this taskdef back where it belongs

Location:
release-kits/wirk3/ant-scripts
Files:
2 edited

Legend:

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

    r15356 r15357  
    5151    <target name="compile-installer">
    5252        <if><bool><istrue value="${execute}"/></bool>
    53 
    54             <taskdef name="installer" classname="org.tp23.antinstaller.taskdefs.Installer" classpathref="project.classpath"/>
    5553           
    5654            <installer file="${basedir}/installer/greenstone-${version}-win32.jar"
  • release-kits/wirk3/ant-scripts/init.xml

    r15356 r15357  
    4444    <typedef name="addressedcall" classname="TreeCallTarget" classpathref="project.classpath"/>
    4545    <typedef name="rsr" classname="RegexSearchReplace" classpathref="project.classpath"/>
    46 
     46    <taskdef name="installer" classname="org.tp23.antinstaller.taskdefs.Installer" classpathref="project.classpath"/>
    4747
    4848    <!-- load in static properties from build.properties -->
Note: See TracChangeset for help on using the changeset viewer.