Ignore:
Timestamp:
2009-12-06T11:04:14+01:00 (15 years ago)
Author:
stoecker
Message:

fixed wrong deps handling

File:
1 edited

Legend:

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

    r18951 r18971  
    6363        </target>
    6464        <target name="revision">
    65                 <exec append="false" output="REVISION" executable="svn" failifexecutionfails="true" failonerror="true">
     65                <exec append="false" output="REVISION" executable="perl" failifexecutionfails="false">
     66                        <env key="LANG" value="C"/>
     67                        <arg value="../getrevision.pl"/>
     68                        <arg value="xslt"/>
     69                        <arg value="stylesheets"/>
     70                        <arg value="." />
     71                </exec>
     72                <exec append="false" output="REVISION" executable="svn" failifexecutionfails="true" failonerror="true">
    6673                        <env key="LANG" value="C" />
    6774                        <arg value="info" />
    6875                        <arg value="--xml" />
    69                         <arg value="build.xml" />
     76                        <arg value="." />
    7077                </exec>
    7178                <xmlproperty file="REVISION" prefix="version" keepRoot="false" collapseAttributes="true" />
Note: See TracChangeset for help on using the changeset viewer.