Changeset 30139 in osm for applications


Ignore:
Timestamp:
2013-12-20T09:56:52+01:00 (11 years ago)
Author:
stoecker
Message:

add singleplugin

Location:
applications/editors/josm/i18n
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/i18n/README.TXT

    r28645 r30139  
    3232After some time a mail is sent with a URL. With this URL step (3) can be done.
    3333
     347) Build a single plugin:
     35Call "ant -Dplugin=name singleplugintrans"
     36
    3437NOTE:
    3538a) Your repositories should not have any local modifications which modify string elements!
  • applications/editors/josm/i18n/build.xml

    r30134 r30139  
    5959            </path>
    6060        </foreach>
     61    </target>
     62    <target name="singleplugintrans" depends="po/josm.pot,init">
     63        <antcall target="plugintrans" path="${plugin}"/>
    6164    </target>
    6265    <target name="buildcore" depends="po/josm.pot,init">
Note: See TracChangeset for help on using the changeset viewer.