Changeset 10454 in osm for applications/editors/josm
- Timestamp:
- 2008-09-03T16:28:27+02:00 (16 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 1 added
- 2 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"/> -
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.