Changeset 10
- Timestamp:
- 10/10/08 07:25:33 (3 years ago)
- Files:
-
- 1 modified
-
trunk/ebuild/build.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ebuild/build.xml
r9 r10 123 123 - - - - - - - - - - - - - - - - - --> 124 124 <target name="setup"> 125 <property name="build.properties" value="build.properties"/> 126 125 127 <taskdef resource="net/sf/antcontrib/antlib.xml" classpath="antlib/ant-contrib-1.0b1.jar" /> 126 128 <taskdef resource="firefang_ant.properties" classpath="antlib/ant_tasks.jar" /> … … 141 143 142 144 <!-- project specific build properties, may override common.properties --> 143 <var file="${project.dir}/ build.properties" />145 <var file="${project.dir}/${build.properties}" /> 144 146 145 147 <property name="build.output" value="${workspace}/${project}/${build.dir}" />
