Ignore:
Timestamp:
2009-07-01T09:41:25+02:00 (15 years ago)
Author:
stoecker
Message:

reenabled getrevision call

File:
1 edited

Legend:

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

    r16163 r16239  
    3232    </target>
    3333    <target name="revision">
    34         <exec append="false" output="REVISION" executable="svn" failifexecutionfails="false">
     34        <exec append="false" output="REVISION" executable="perl" failifexecutionfails="false">
    3535            <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"/>
    3939        </exec>
    4040        <xmlproperty file="REVISION" prefix="version" keepRoot="false" collapseAttributes="true"/>
Note: See TracChangeset for help on using the changeset viewer.