Changeset 10454 in osm for applications/editors/josm/plugins/osmarender
- Timestamp:
- 2008-09-03T16:28:27+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/osmarender/build.xml
r9244 r10454 36 36 <copy tofile="${plugin.build.dir}/osm-map-features.xml" 37 37 file="${rendering}/osm-map-features-z17.xml"/> 38 <exec append="false" output="REVISION" executable=" svn" failifexecutionfails="false">38 <exec append="false" output="REVISION" executable="perl" failifexecutionfails="false"> 39 39 <env key="LANG" value="C"/> 40 <arg value="info"/> 41 <arg value="--xml"/> 42 <arg value="."/> 40 <arg value="../getrevision.pl"/> 41 <arg value="osmarender"/> 43 42 </exec> 44 43 <xmlproperty file="REVISION" prefix="version" keepRoot="false" collapseAttributes="true"/>
Note:
See TracChangeset
for help on using the changeset viewer.