Changeset 31900 in osm for applications/editors/josm/i18n
- Timestamp:
- 2016-01-01T19:46:13+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/i18n/build.xml
r31126 r31900 94 94 </target> 95 95 <target name="build" depends="pot,allpot"> 96 <antcall target="coretrans"/> 97 <antcall target="datatrans"/> 96 <antcall target="buildcore"/> 97 <antcall target="buildplugins"/> 98 </target> 99 <target name="buildplugins" depends="init"> 98 100 <foreach param="path" target="plugintrans"> 99 101 <path>
Note:
See TracChangeset
for help on using the changeset viewer.