Ignore:
Timestamp:
2008-09-03T16:28:27+02:00 (16 years ago)
Author:
stoecker
Message:

allow multi-revision based plugin revision

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/osmarender/build.xml

    r9244 r10454  
    3636    <copy tofile="${plugin.build.dir}/osm-map-features.xml"
    3737          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">
    3939      <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"/>
    4342    </exec>
    4443    <xmlproperty file="REVISION" prefix="version" keepRoot="false" collapseAttributes="true"/>
Note: See TracChangeset for help on using the changeset viewer.