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

${commit.message}

File:
1 edited

Legend:

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

    r16842 r16844  
    145145
    146146        <target name="update-current">
     147                <echo>Updating basedir ...</echo>
    147148            <exec append="true" output="svn.log" executable="svn" failifexecutionfails="false">
    148149                            <env key="LANG" value="C"/>
     
    150151                            <arg value="."/>
    151152            </exec>         
     153                <echo>Updating ${plugin.jar} ...</echo>
     154            <exec append="true" output="svn.log" executable="svn" failifexecutionfails="false">
     155                            <env key="LANG" value="C"/>
     156                            <arg value="up"/>
     157                            <arg value="../dist/${plugin.jar}"/>
     158            </exec>         
    152159        </target>
    153160       
    154161        <target name="commit-dist">
     162                        <echo>Commiting basedir ...</echo>
    155163                    <exec append="true" output="svn.log" executable="svn" failifexecutionfails="false">
    156164                                    <env key="LANG" value="C"/>
Note: See TracChangeset for help on using the changeset viewer.