Changeset 31900 in osm for applications/editors/josm/i18n


Ignore:
Timestamp:
2016-01-01T19:46:13+01:00 (9 years ago)
Author:
simon04
Message:

JOSM/i18n: add buildplugins target

File:
1 edited

Legend:

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

    r31126 r31900  
    9494    </target>
    9595    <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">
    98100        <foreach param="path" target="plugintrans">
    99101            <path>
Note: See TracChangeset for help on using the changeset viewer.