Changeset 1058 in josm for trunk/build.xml


Ignore:
Timestamp:
2008-10-28T22:13:12+01:00 (16 years ago)
Author:
mfloryan
Message:

Changed infrastructure of JOSM translations. lang-* plugins are now
obsolete. Translations are integrated into core via lang-translation.jar
in /lib directory. Ant scripts are updated automated build may require
an update. Source translation files are still kept in JOSM SVN repo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r1023 r1058  
    1919                        <fileset refid="josm_required_libs" />
    2020                </unjar>
     21   
     22    <!-- translation -->
     23    <unjar dest="build">
     24      <fileset dir="lib">
     25        <include name="josm-translation.jar" />
     26      </fileset>
     27    </unjar>
    2128
    2229                <!-- images -->
Note: See TracChangeset for help on using the changeset viewer.