Changeset 16239 in osm for applications/editors/josm
- Timestamp:
 - 2009-07-01T09:41:25+02:00 (16 years ago)
 - File:
 - 
      
- 1 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
applications/editors/josm/plugins/osmarender/build.xml
r16163 r16239 32 32 </target> 33 33 <target name="revision"> 34 <exec append="false" output="REVISION" executable=" svn" failifexecutionfails="false">34 <exec append="false" output="REVISION" executable="perl" failifexecutionfails="false"> 35 35 <env key="LANG" value="C"/> 36 <arg value=" info"/>37 <arg value=" --xml"/>38 <arg value=" ."/>36 <arg value="../getrevision.pl"/> 37 <arg value="xslt"/> 38 <arg value="stylesheets"/> 39 39 </exec> 40 40 <xmlproperty file="REVISION" prefix="version" keepRoot="false" collapseAttributes="true"/>  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  