Ignore:
Timestamp:
2009-08-04T16:42:10+02:00 (15 years ago)
Author:
guggis
Message:

${commit.message}

File:
1 edited

Legend:

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

    r16840 r16841  
    136136
    137137        <target name="commit-current">
    138             <exec append="false" output="REVISION" executable="svn" failifexecutionfails="false">
     138            <exec append="true" output="svn.log" executable="svn" failifexecutionfails="false">
    139139                            <env key="LANG" value="C"/>
    140140                            <arg value="commit"/>
     
    145145
    146146        <target name="update-current">
    147             <exec append="false" output="REVISION" executable="svn" failifexecutionfails="false">
     147            <exec append="true" output="svn.log" executable="svn" failifexecutionfails="false">
    148148                            <env key="LANG" value="C"/>
    149149                            <arg value="up"/>
     
    153153       
    154154        <target name="commit-dist">
    155                     <exec append="false" output="REVISION" executable="svn" failifexecutionfails="false">
     155                    <exec append="true" output="svn.log" executable="svn" failifexecutionfails="false">
    156156                                    <env key="LANG" value="C"/>
    157157                                    <arg value="commit"/>
Note: See TracChangeset for help on using the changeset viewer.