Changeset 19978


Ignore:
Timestamp:
2009-07-09T12:17:32+12:00 (15 years ago)
Author:
oranfry
Message:

name corrections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/sork3/ant-scripts/create-sourcecode-component.xml

    r19974 r19978  
    44    <echo>basedir: ${basedir}</echo>
    55
    6     <import file="${basedir}/distributions/${dist.dirname}/resources/xml/source-fileset.xml"/>
     6    <import file="${basedir}/distributions/${dist.dirname}/resources/xml/components.xml"/>
    77
    88    <target name="create-sourcecode-component">
     
    1010        <copy todir="distributions/source-component">
    1111            <fileset dir="distributions/${dist.dirname}">
    12                 <patternset refid="greenstone3.source.fileset"/>
     12                <patternset refid="greenstone3.source.component"/>
    1313            </fileset>
    1414        </copy>
Note: See TracChangeset for help on using the changeset viewer.