Changeset 14603 for greenstone3/trunk


Ignore:
Timestamp:
2007-10-04T13:36:35+13:00 (17 years ago)
Author:
oranfry
Message:

don't include the greenstone2 collections in the distribution

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/dist-resources/dist-build.xml

    r14599 r14603  
    244244
    245245  </target>
     246
    246247  <target name="compile-packages-and-indexers-javaonly" depends="init">
    247248    <echo>Compiling Indexers</echo>
     
    307308    <property name="collect.home" value="${basedir}/web/sites/localsite/collect"/>
    308309
    309     <copy todir="${collect.home}/authen-e">
     310<!--    <copy todir="${collect.home}/authen-e">
    310311      <fileset dir="${documented.collections.home}/authen-e"/>
    311312    </copy>
     
    352353    <copy todir="${collect.home}/wiki">
    353354      <fileset dir="${documented.collections.home}/wiki"/>
    354     </copy>
     355    </copy> -->
    355356  </target>
    356357
Note: See TracChangeset for help on using the changeset viewer.