Changeset 13996 in osm for applications


Ignore:
Timestamp:
2009-03-07T19:55:58+01:00 (15 years ago)
Author:
skela
Message:

applications/editors/josm/i18n/build.xml:
Add excludes="/*.java" to the jar task.
This fixes a bug that was introduced in r13964, which moved the
generated files trans_*.java to the build directory.

Spotted by Dirk Stöcker.

File:
1 edited

Legend:

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

    r13964 r13996  
    7171    <delete file="REVISION"/>
    7272
    73     <jar destfile="${i18n.jar}" basedir="build">
     73    <jar destfile="${i18n.jar}" basedir="build" excludes="**/*.java">
    7474      <manifest>
    7575        <attribute name="Extension-Name" value="JOSM Translation into various languages" />
Note: See TracChangeset for help on using the changeset viewer.