Changeset 18524 in osm for applications


Ignore:
Timestamp:
2009-11-08T20:45:46+01:00 (15 years ago)
Author:
guggis
Message:

'Updated build.xml'

File:
1 edited

Legend:

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

    r18520 r18524  
    2626          ** update before publishing
    2727        -->
    28         <property name="commit.message" value="Updating to JOSM 2414" />               
     28        <property name="commit.message" value="Updated build.xml" />           
    2929        <property name="plugin.main.version" value="2414" />
    3030               
     
    113113                    <exec append="true" output="svn.log" executable="svn" failifexecutionfails="false">
    114114                                    <env key="LANG" value="C"/>
    115                                     <arg value="commit"/>
    116                                     <arg value="-m '${commit.message}'"/>
     115                                        <arg value="-m '${commit.message}'"/>
     116                                                <arg value="commit"/>
    117117                                    <arg value="."/>
    118118                    </exec>         
Note: See TracChangeset for help on using the changeset viewer.