Changeset 10454 in osm for applications/editors/josm/plugins/slippy_map_chooser
- Timestamp:
- 2008-09-03T16:28:27+02:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/slippy_map_chooser/build.xml
r9939 r10454 25 25 <fileset dir="images" /> 26 26 </copy> 27 <exec append="false" output="REVISION" executable=" svn" failifexecutionfails="false">27 <exec append="false" output="REVISION" executable="perl" failifexecutionfails="false"> 28 28 <env key="LANG" value="C"/> 29 <arg value="info"/> 30 <arg value="--xml"/> 31 <arg value="."/> 29 <arg value="../getrevision.pl"/> 30 <arg value="src_jmv"/> 32 31 </exec> 33 32 <xmlproperty file="REVISION" prefix="version" keepRoot="false" collapseAttributes="true"/> … … 62 61 <copy file="${plugin.jar}" todir="${josm.plugins.dir}"/> 63 62 </target> 64 65 63 </project>
Note:
See TracChangeset
for help on using the changeset viewer.