Ignore:
Timestamp:
2010-01-27T08:59:34+13:00 (14 years ago)
Author:
oranfry
Message:

tidied up the source code release-kits

File:
1 edited

Legend:

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

    r20533 r21650  
    11<?xml version="1.0" encoding="utf-8" ?>
    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 -->
    3 <project name="create-sourcecode-component" default="csc">
    4     <echo>basedir: ${basedir}</echo>
     3<project name="create-sourcecode-component">
    54
    6     <import file="${basedir}/distributions/${dist.dirname}/resources/xml/components.xml"/>
    7     <import file="${basedir}/distributions/${dist.dirname}/resources/xml/executables.xml"/>
     5    <import file="distributions/${dist.name}/resources/xml/components.xml"/>
     6    <import file="distributions/${dist.name}/resources/xml/executables.xml"/>
    87
    98    <target name="create-sourcecode-component">
    109
    1110        <copy todir="distributions/source-component">
    12             <fileset dir="distributions/${dist.dirname}">
     11            <fileset dir="distributions/${dist.name}">
    1312                <patternset refid="greenstone3.source.component"/>
    1413            </fileset>
Note: See TracChangeset for help on using the changeset viewer.