Changeset 16853 in osm
- Timestamp:
- 2009-08-04T17:32:03+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/tageditor/build.xml
r16852 r16853 153 153 154 154 <target name="commit-current"> 155 <echo>Commiting the plugin source ...</echo> 155 156 <exec append="true" output="svn.log" executable="svn" failifexecutionfails="false"> 156 157 <env key="LANG" value="C"/> … … 178 179 179 180 <target name="commit-dist"> 180 <echo>Commiting basedir...</echo>181 <echo>Commiting ../dist/${plugin.jar} ...</echo> 181 182 <exec append="true" output="svn.log" executable="svn" failifexecutionfails="false"> 182 183 <env key="LANG" value="C"/>
Note:
See TracChangeset
for help on using the changeset viewer.