Ignore:
Timestamp:
2018-07-09T21:13:03+02:00 (7 years ago)
Author:
donvip
Message:

see #josm15560, see #josm16047 - fix JABX builds

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/opendata/build.xml

    r34384 r34409  
    6666    <target name="compile_neptune" depends="init, xjc_neptune">
    6767        <echo message="compiling Neptune ... "/>
    68         <javac srcdir="includes/neptune" debug="false" destdir="${plugin.build.dir}" includeAntRuntime="false" encoding="UTF-8" />
     68        <javac srcdir="includes/neptune" debug="false" destdir="${plugin.build.dir}" includeAntRuntime="false" encoding="UTF-8">
     69            <classpath>
     70                <fileset refid="jaxb.jars"/>
     71            </classpath>
     72        </javac>
    6973    </target>
    7074    <!--
     
    8387                <pathelement location="${ejml}"/>
    8488                <pathelement location="${geotools}"/>
     89                <fileset refid="jaxb.jars"/>
    8590            </classpath>
    8691            <compilerarg value="-Xlint:deprecation"/>
Note: See TracChangeset for help on using the changeset viewer.