Changeset 35338 in osm for applications/editors/josm


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

exclude unneeded classes requiring commons codec

Location:
applications/editors/josm/plugins/apache-commons
Files:
2 edited

Legend:

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

    r33725 r35338  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<classpath>
    3         <classpathentry excluding="org/apache/commons/logging/impl/AvalonLogger.java|org/apache/commons/logging/impl/LogKitLogger.java|org/apache/commons/logging/impl/Jdk13LumberjackLogger.java|org/apache/commons/logging/impl/ServletContextCleaner.java" kind="src" path="src"/>
     3        <classpathentry excluding="org/apache/commons/logging/impl/AvalonLogger.java|org/apache/commons/logging/impl/Jdk13LumberjackLogger.java|org/apache/commons/logging/impl/LogKitLogger.java|org/apache/commons/logging/impl/ServletContextCleaner.java|org/apache/commons/collections4/bloomfilter/hasher/function/Murmur128x86Cyclic.java|org/apache/commons/collections4/bloomfilter/hasher/function/Murmur32x86Iterative.java" kind="src" path="src"/>
    44        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    55        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
  • 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.