Changeset 21523


Ignore:
Timestamp:
2010-01-19T12:38:20+13:00 (14 years ago)
Author:
oranfry
Message:

moving release kit compile script to top-level

File:
1 moved

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/build.xml

    r21522 r21523  
    33
    44    <target name="compile">
    5         <ant dir="ant-tasks/greenstone" inheritAll="false">
    6             <property name="crypt.jar" value="${basedir}/lib/crypt.jar"/>
     5        <ant dir="shared/core/ant-tasks/greenstone" inheritAll="false">
     6            <property name="crypt.jar" value="${basedir}/shared/core/lib/crypt.jar"/>
    77        </ant>
    8         <ant dir="ant-installer" inheritAll="false">
     8        <ant dir="shared/core/ant-installer" inheritAll="false">
    99            <property name="antlib" value="${ant.home}/lib"/>
    1010        </ant>
Note: See TracChangeset for help on using the changeset viewer.