Ignore:
Timestamp:
2009-07-08T17:29:18+12:00 (15 years ago)
Author:
oranfry
Message:

got the code working to sourcecode component

File:
1 edited

Legend:

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

    r19973 r19974  
    22<!-- this is in a separate file because <import> can only load files that exist before build starts. This separate project is exeuted using <ant> AFTER greenstone3 has been checked out, to allow us to import the source-fileset.xml file -->
    33<project name="create-sourcecode-component" default="csc">
     4    <echo>basedir: ${basedir}</echo>
    45
    5     <import file="distributions/${dist.dirname}"/>
     6    <import file="${basedir}/distributions/${dist.dirname}/resources/xml/source-fileset.xml"/>
    67
    78    <target name="create-sourcecode-component">
Note: See TracChangeset for help on using the changeset viewer.