Changeset 34695 in osm for applications/editors


Ignore:
Timestamp:
2018-10-22T23:58:03+02:00 (6 years ago)
Author:
simon04
Message:

JOSM/i18n: drop obsolete allpot task

File:
1 edited

Legend:

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

    r34694 r34695  
    122122        </gettext-extract>
    123123    </target>
    124     <target name="build" depends="pot,allpot">
     124    <target name="build" depends="pot">
    125125        <antcall target="buildcore"/>
    126126        <antcall target="buildplugins"/>
     
    201201    </target>
    202202    <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" />
    204203    <target name="update">
    205204        <exec executable="perl" failonerror="true">
Note: See TracChangeset for help on using the changeset viewer.