Changeset 18124 for greenstone3


Ignore:
Timestamp:
2008-12-05T16:39:24+13:00 (15 years ago)
Author:
cc108
Message:

add a statement to copy GAI.jar to admin directory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/build.xml

    r18110 r18124  
    9292  <property name="app.path"      value="/${app.name}"/>
    9393
     94   <property name="admin.dir"      value="${basedir}/admin"/>
    9495
    9596  <!-- defaults - set these on the command line or in build.properties or they will take these default values-->
     
    10561057    </jar>
    10571058    <copy file="${build.home}/GAI.jar" todir="${web.lib}"/>
    1058 
     1059    <copy file="${build.home}/GAI.jar" todir="${admin.dir}"/>
    10591060    <jar destfile="${build.home}/phind.jar">
    10601061      <fileset dir="${build.home}">
Note: See TracChangeset for help on using the changeset viewer.