Changeset 7085 in josm for trunk/build.xml
- Timestamp:
- 2014-05-09T06:41:29+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r7079 r7085 267 267 <replace file="${test.dir}/config/@{testfamily}-josm.home/preferences.xml" encoding="UTF-8" token="@OSM_USERNAME@" value="${osm.username}"/> 268 268 <replace file="${test.dir}/config/@{testfamily}-josm.home/preferences.xml" encoding="UTF-8" token="@OSM_PASSWORD@" value="${osm.password}"/> 269 <!-- Works only on Windows, does nothing on Unix -->270 <attrib file="${test.dir}/config/@{testfamily}-josm.home/preferences.xml" readonly="true"/>271 <!-- Works only on Unix, does nothing on Windows -->272 <chmod file="${test.dir}/config/@{testfamily}-josm.home/preferences.xml" perm="ugo-w" verbose="true"/>273 269 </sequential> 274 270 </macrodef>
Note:
See TracChangeset
for help on using the changeset viewer.