Changeset 10912 in josm
- Timestamp:
- 2016-08-28T23:23:40+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r10908 r10912 289 289 <!-- JOSM --> 290 290 <javac compiler="${javac.compiler}" sourcepath="" srcdir="${src.dir}" 291 excludes="com/**,oauth/**,org/apache/commons/**,org/glassfish/**,org/openstreetmap/gui/jmapviewer/ Demo.java"291 excludes="com/**,oauth/**,org/apache/commons/**,org/glassfish/**,org/openstreetmap/gui/jmapviewer/**" 292 292 destdir="build" target="1.8" source="1.8" debug="on" includeantruntime="false" createMissingPackageInfoClass="false" encoding="UTF-8"> 293 293 <compilerclasspath>
Note:
See TracChangeset
for help on using the changeset viewer.