Ignore:
Timestamp:
2009-07-09T10:10:16+12:00 (15 years ago)
Author:
oranfry
Message:

changed the source-fileset file to a file for all components, and made some updates to reflect this

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/build.xml

    r19972 r19975  
    7373
    7474  <!-- get the fileset defining what is sourcecode -->
    75   <import file="resources/xml/source-fileset.xml"/>
     75  <import file="resources/xml/components.xml"/>
    7676   
    7777  <!-- version properties for external packages -->
     
    16451645
    16461646  <target name="remove-source">
    1647     <delete includeEmptyDirs="true"><fileset dir="." defaultexcludes="false"><patternset refid="greenstone3.source.fileset"/></fileset></delete>
     1647    <delete includeEmptyDirs="true">
     1648      <fileset dir="." defaultexcludes="false">
     1649        <patternset refid="greenstone3.source.component"/>
     1650     </fileset>
     1651    </delete>
    16481652  </target>
    16491653
Note: See TracChangeset for help on using the changeset viewer.