Ignore:
Timestamp:
2020-02-28T00:25:40+01:00 (5 years ago)
Author:
donvip
Message:

exclude unneeded classes requiring commons codec

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/apache-commons/build.xml

    r33668 r35338  
    4141        <javac srcdir="src" debug="true" destdir="${plugin.build.dir}" includeAntRuntime="false" encoding="UTF-8">
    4242            <exclude name="**/org/apache/commons/lang3/**" />
     43            <exclude name="**/org/apache/commons/collections4/bloomfilter/hasher/function/Murmur*.java" />
    4344            <classpath>
    4445                <pathelement path="${plugin.build.dir}"/>
Note: See TracChangeset for help on using the changeset viewer.