Changeset 10454 in osm for applications/editors/josm


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

allow multi-revision based plugin revision

Location:
applications/editors/josm/plugins
Files:
1 added
2 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"/>
  • applications/editors/josm/plugins/slippy_map_chooser/build.xml

    r9939 r10454  
    2525      <fileset dir="images" />
    2626    </copy>
    27     <exec append="false" output="REVISION" executable="svn" failifexecutionfails="false">
     27    <exec append="false" output="REVISION" executable="perl" failifexecutionfails="false">
    2828      <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"/>
    3231    </exec>
    3332    <xmlproperty file="REVISION" prefix="version" keepRoot="false" collapseAttributes="true"/>
     
    6261    <copy file="${plugin.jar}" todir="${josm.plugins.dir}"/>
    6362  </target>
    64 
    6563</project>
Note: See TracChangeset for help on using the changeset viewer.