Show
Ignore:
Timestamp:
01.03.2010 15:27:36 (6 months ago)
Author:
oranfry
Message:

moved binary specific forwarding properties to rk3, and fixed sork3

Files:
1 modified

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