Changeset 13242 in josm


Ignore:
Timestamp:
2017-12-26T13:42:38+01:00 (6 years ago)
Author:
michael2402
Message:

build.xml: Order build path excludes alphabetically.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r13236 r13242  
    322322        <!-- JOSM -->
    323323        <javac compiler="${javac.compiler}" sourcepath="" srcdir="${src.dir}"
    324             excludes="com/**,javax/**,oauth/**,org/apache/commons/**,org/glassfish/**,org/openstreetmap/gui/jmapviewer/**,gnu/**"
     324            excludes="com/**,javax/**,gnu/**,oauth/**,org/apache/commons/**,org/glassfish/**,org/openstreetmap/gui/jmapviewer/**"
    325325            destdir="${build.dir}" target="${java.lang.version}" source="${java.lang.version}" debug="on" includeantruntime="false" createMissingPackageInfoClass="false" encoding="UTF-8">
    326326            <compilerclasspath>
Note: See TracChangeset for help on using the changeset viewer.