Changeset 10

Show
Ignore:
Timestamp:
10/10/08 07:25:33 (3 years ago)
Author:
omry
Message:

can now override build.properties file

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ebuild/build.xml

    r9 r10  
    123123         - - - - - - - - - - - - - - - - - --> 
    124124        <target name="setup"> 
     125                <property name="build.properties" value="build.properties"/> 
     126 
    125127                <taskdef resource="net/sf/antcontrib/antlib.xml" classpath="antlib/ant-contrib-1.0b1.jar" /> 
    126128                <taskdef resource="firefang_ant.properties" classpath="antlib/ant_tasks.jar" /> 
     
    141143 
    142144                <!-- project specific build properties, may override common.properties --> 
    143                 <var file="${project.dir}/build.properties" /> 
     145                <var file="${project.dir}/${build.properties}" /> 
    144146 
    145147                <property name="build.output" value="${workspace}/${project}/${build.dir}" />