Ignore:
Timestamp:
2010-03-01T15:27:36+13:00 (14 years ago)
Author:
oranfry
Message:

moved binary specific forwarding properties to rk3, and fixed sork3

Location:
main/trunk/release-kits/kits/sork3/ant-scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/kits/sork3/ant-scripts/build.xml

    r21652 r21748  
    2222        <!-- export the greenstone3 base code -->
    2323        <exec executable="svn"><arg value="export"/><arg value="${svn.root}/main/${branch.path}/greenstone3"/><arg value="distributions/${dist.name}"/></exec>
     24        <antcall target="persist-forwarded-properties">
     25            <param name="greenstone3basedir" value="distributions/${dist.name}"/>
     26        </antcall>
    2427
    2528        <!-- set version numbers -->
     
    3033            <property name="properties.accepted" value="true"/>
    3134            <property name="app.version" value="${version}"/>
     35            <propertyset refid="forward.properties"/>
    3236        </ant>
    3337
     
    5357            <target name="fix-execute-permissions"/>
    5458            <target name="fix-execute-permissions-source"/>
     59            <propertyset refid="forward.properties"/>
     60            <property name="properties.accepted" value="true"/>
    5561        </ant>
    5662
     
    6470
    6571        <!-- create the sourcecode component -->
    66         <ant dir="." antfile="${rk.home}/kits/${rk.name}/ant-scripts/create-sourcecode-component.xml" target="create-sourcecode-component"/>
     72        <ant dir="${basedir}" antfile="${rk.home}/kits/${rk.name}/ant-scripts/create-sourcecode-component.xml" target="create-sourcecode-component"/>
    6773    </target>
    6874
  • main/trunk/release-kits/kits/sork3/ant-scripts/create-sourcecode-component.xml

    r21650 r21748  
    33<project name="create-sourcecode-component">
    44
    5     <import file="distributions/${dist.name}/resources/xml/components.xml"/>
    6     <import file="distributions/${dist.name}/resources/xml/executables.xml"/>
     5    <import file="${basedir}/distributions/${dist.name}/resources/xml/components.xml"/>
     6    <import file="${basedir}/distributions/${dist.name}/resources/xml/executables.xml"/>
    77
    88    <target name="create-sourcecode-component">
Note: See TracChangeset for help on using the changeset viewer.