Skip to content

Commit

Permalink
exclude unneeded classes requiring commons codec
Browse files Browse the repository at this point in the history
  • Loading branch information
don-vip committed Feb 27, 2020
1 parent e27a4e3 commit 3bd923c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apache-commons/.classpath
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<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"/>
<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"/>
<classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry exported="true" kind="lib" path="lib/xz-1.6.jar" sourcepath="lib/xz-1.6-sources.jar">
Expand Down
1 change: 1 addition & 0 deletions apache-commons/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
<echo message="compiling sources for ${plugin.jar} ... "/>
<javac srcdir="src" debug="true" destdir="${plugin.build.dir}" includeAntRuntime="false" encoding="UTF-8">
<exclude name="**/org/apache/commons/lang3/**" />
<exclude name="**/org/apache/commons/collections4/bloomfilter/hasher/function/Murmur*.java" />
<classpath>
<pathelement path="${plugin.build.dir}"/>
<path refid="plugin.classpath"/>
Expand Down

0 comments on commit 3bd923c

Please sign in to comment.