Changeset 30140 in osm for applications


Ignore:
Timestamp:
2013-12-20T17:17:58+01:00 (11 years ago)
Author:
holgermappt
Message:

antcall parameter syntax fix for target singleplugintrans.

File:
1 edited

Legend:

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

    r30139 r30140  
    6161    </target>
    6262    <target name="singleplugintrans" depends="po/josm.pot,init">
    63         <antcall target="plugintrans" path="${plugin}"/>
     63        <antcall target="plugintrans">
     64            <param name="path" value="${plugin}"/>
     65        </antcall>
    6466    </target>
    6567    <target name="buildcore" depends="po/josm.pot,init">
Note: See TracChangeset for help on using the changeset viewer.