Changeset 16841 in osm for applications/editors/josm/plugins
- Timestamp:
- 2009-08-04T16:42:10+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/tageditor/build.xml
r16840 r16841 136 136 137 137 <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"> 139 139 <env key="LANG" value="C"/> 140 140 <arg value="commit"/> … … 145 145 146 146 <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"> 148 148 <env key="LANG" value="C"/> 149 149 <arg value="up"/> … … 153 153 154 154 <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"> 156 156 <env key="LANG" value="C"/> 157 157 <arg value="commit"/>
Note:
See TracChangeset
for help on using the changeset viewer.