Changeset 10912 in josm for trunk/build.xml


Ignore:
Timestamp:
2016-08-28T23:23:40+02:00 (8 years ago)
Author:
Don-vip
Message:

see #13232 - fix jmapviewer build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r10908 r10912  
    289289        <!-- JOSM -->
    290290        <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/**"
    292292            destdir="build" target="1.8" source="1.8" debug="on" includeantruntime="false" createMissingPackageInfoClass="false" encoding="UTF-8">
    293293            <compilerclasspath>
Note: See TracChangeset for help on using the changeset viewer.