Changeset 18524 in osm for applications
- Timestamp:
- 2009-11-08T20:45:46+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/validator/build.xml
r18520 r18524 26 26 ** update before publishing 27 27 --> 28 <property name="commit.message" value="Updat ing to JOSM 2414" />28 <property name="commit.message" value="Updated build.xml" /> 29 29 <property name="plugin.main.version" value="2414" /> 30 30 … … 113 113 <exec append="true" output="svn.log" executable="svn" failifexecutionfails="false"> 114 114 <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"/> 117 117 <arg value="."/> 118 118 </exec>
Note:
See TracChangeset
for help on using the changeset viewer.