Changeset 35090 in osm


Ignore:
Timestamp:
2019-08-18T19:37:51+02:00 (5 years ago)
Author:
donvip
Message:

fix #josm18039 - ant updatecore did not build pot files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/i18n/build.xml

    r34697 r35090  
    122122        </gettext-extract>
    123123    </target>
    124     <target name="build" depends="pot">
     124    <target name="build">
    125125        <antcall target="buildcore"/>
    126126        <antcall target="buildplugins"/>
     
    138138        </antcall>
    139139    </target>
    140     <target name="buildcore">
     140    <target name="buildcore" depends="pot">
    141141        <antcall target="coretrans"/>
    142142        <antcall target="pluginlisttrans"/>
Note: See TracChangeset for help on using the changeset viewer.