Ignore:
Timestamp:
2009-08-04T17:32:03+02:00 (15 years ago)
Author:
guggis
Message:

" .

File:
1 edited

Legend:

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

    r16852 r16853  
    153153       
    154154        <target name="commit-current">
     155                <echo>Commiting the plugin source ...</echo>
    155156            <exec append="true" output="svn.log" executable="svn" failifexecutionfails="false">
    156157                            <env key="LANG" value="C"/>
     
    178179       
    179180        <target name="commit-dist">
    180                         <echo>Commiting basedir ...</echo>
     181                        <echo>Commiting ../dist/${plugin.jar} ...</echo>
    181182                    <exec append="true" output="svn.log" executable="svn" failifexecutionfails="false">
    182183                                    <env key="LANG" value="C"/>
Note: See TracChangeset for help on using the changeset viewer.