Ignore:
Timestamp:
2007-09-11T14:50:29+12:00 (17 years ago)
Author:
oranfry
Message:

updated the dist-build.xml file to pull the correct collections from the nzdl home space

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/branches/3-03/dist-resources/dist-build.xml

    r14510 r14514  
    304304  <target name="get-documented-collections" depends="init">
    305305    <property name="collect.home" value="${basedir}/web/sites/localsite/collect"/>
    306     <copy todir="${collect.home}/MARC-e">
    307       <fileset dir="${documented.collections.home}/MARC-e"/>
    308     </copy>
    309     <copy todir="${collect.home}/cltbib-e">
    310       <fileset dir="${documented.collections.home}/cltbib-e"/>
     306
     307    <copy todir="${collect.home}/authen-e">
     308      <fileset dir="${documented.collections.home}/authen-e"/>
     309    </copy>
     310    <copy todir="${collect.home}/bibliog1">
     311      <fileset dir="${documented.collections.home}/bibliog1"/>
     312    </copy>
     313    <copy todir="${collect.home}/bibliogr">
     314      <fileset dir="${documented.collections.home}/bibliogr"/>
    311315    </copy>
    312316    <copy todir="${collect.home}/dls-e">
     
    333337    <copy todir="${collect.home}/wrdpdf-e">
    334338      <fileset dir="${documented.collections.home}/wrdpdf-e"/>
     339    </copy>
     340
     341    <copy todir="${collect.home}/garish">
     342      <fileset dir="${documented.collections.home}/garish"/>
     343    </copy>
     344    <copy todir="${collect.home}/marcexam">
     345      <fileset dir="${documented.collections.home}/marcexam"/>
     346    </copy>
     347    <copy todir="${collect.home}/style-e">
     348      <fileset dir="${documented.collections.home}/style-e"/>
     349    </copy>
     350    <copy todir="${collect.home}/wiki">
     351      <fileset dir="${documented.collections.home}/wiki"/>
    335352    </copy>
    336353  </target>
Note: See TracChangeset for help on using the changeset viewer.