Changeset 35338 in osm for applications/editors/josm/plugins/apache-commons/build.xml
- Timestamp:
- 2020-02-28T00:25:40+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.