Changeset 18502
- Timestamp:
- 2009-02-11T14:58:05+13:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
release-kits/mark3/ant-scripts/compile.xml
r17932 r18502 44 44 45 45 <target name="set-gdbm-installed-path"> 46 <if> 47 <bool><not><available file="compiled/build.properties"/></not></bool> 48 <copy file="compiled/build.properties.in" tofile="compiled/build.properties"/> 49 </if> 46 50 <rsr file="compiled/build.properties" pattern="(gdbm.installed.path=).*" replacement="$1${mark3.home}/mac/${processor}/gdbm"/> 47 51 </target>
Note:
See TracChangeset
for help on using the changeset viewer.