Changeset 16844 in osm for applications
- Timestamp:
- 2009-08-04T16:45:42+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/tageditor/build.xml
r16842 r16844 145 145 146 146 <target name="update-current"> 147 <echo>Updating basedir ...</echo> 147 148 <exec append="true" output="svn.log" executable="svn" failifexecutionfails="false"> 148 149 <env key="LANG" value="C"/> … … 150 151 <arg value="."/> 151 152 </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> 152 159 </target> 153 160 154 161 <target name="commit-dist"> 162 <echo>Commiting basedir ...</echo> 155 163 <exec append="true" output="svn.log" executable="svn" failifexecutionfails="false"> 156 164 <env key="LANG" value="C"/>
Note:
See TracChangeset
for help on using the changeset viewer.