Changeset 34528 for main


Ignore:
Timestamp:
2020-11-05T12:59:54+13:00 (3 years ago)
Author:
ak19
Message:

Another commit related to Kathy's flax bugfix from previous commits: build.xml now copies across flax.xml instead of the web.xml it replaced.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/build.xml

    r34111 r34528  
    40994099 
    41004100  <target name="flax-copy-del-files" description="copy some flax files into the appropriate greenstone3 directories and delete some unwanted greenstone stuff">
    4101     <copy file="${web.home}/WEB-INF/classes/flax/web.xml" todir="${web.home}/WEB-INF" overwrite="true" />
     4101    <copy file="${web.home}/WEB-INF/classes/flax/flax.xml" todir="${web.home}/WEB-INF" overwrite="true" />
    41024102    <copy todir="${web.home}/WEB-INF/lib">
    41034103            <fileset dir="${basedir}/flax-lib">
Note: See TracChangeset for help on using the changeset viewer.