Changeset 34695 in osm for applications/editors
- Timestamp:
- 2018-10-22T23:58:03+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/i18n/build.xml
r34694 r34695 122 122 </gettext-extract> 123 123 </target> 124 <target name="build" depends="pot ,allpot">124 <target name="build" depends="pot"> 125 125 <antcall target="buildcore"/> 126 126 <antcall target="buildplugins"/> … … 201 201 </target> 202 202 <target name="pot" depends="po/josm.pot" /> 203 <target name="allpot" depends="po/core.pot,po/maplist.pot,po/pluginlist.pot,po/presets.pot,po/plugins.pot" />204 203 <target name="update"> 205 204 <exec executable="perl" failonerror="true">
Note:
See TracChangeset
for help on using the changeset viewer.