Changeset 33087 in osm


Ignore:
Timestamp:
2016-11-27T10:22:50+01:00 (8 years ago)
Author:
simon04
Message:

JOSM/i18n: buildplugins in parallel

File:
1 edited

Legend:

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

    r32268 r33087  
    102102    </target>
    103103    <target name="buildplugins" depends="init">
    104         <foreach param="path" target="plugintrans">
     104        <foreach param="path" target="plugintrans" parallel="true" maxThreads="8">
    105105            <path>
    106106                <dirset dir="${plugin.dir}" includes="*" excludes="00_*" />
Note: See TracChangeset for help on using the changeset viewer.