Changeset 35338 in osm for applications/editors/josm
- Timestamp:
- 2020-02-28T00:25:40+01:00 (5 years ago)
- Location:
- applications/editors/josm/plugins/apache-commons
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/apache-commons/.classpath
r33725 r35338 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <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"/> 4 4 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 5 5 <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 41 41 <javac srcdir="src" debug="true" destdir="${plugin.build.dir}" includeAntRuntime="false" encoding="UTF-8"> 42 42 <exclude name="**/org/apache/commons/lang3/**" /> 43 <exclude name="**/org/apache/commons/collections4/bloomfilter/hasher/function/Murmur*.java" /> 43 44 <classpath> 44 45 <pathelement path="${plugin.build.dir}"/>
Note:
See TracChangeset
for help on using the changeset viewer.