Changeset 34059 in osm


Ignore:
Timestamp:
2018-02-10T12:30:23+01:00 (7 years ago)
Author:
donvip
Message:

use plugin.src.dir in compile target

File:
1 edited

Legend:

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

    r34045 r34059  
    8080    <target name="compile" depends="init, pre-compile" unless="skip-compile">
    8181        <echo message="compiling sources for ${plugin.jar} ..."/>
    82         <javac compiler="${javac.compiler}" srcdir="src" debug="true" destdir="${plugin.build.dir}" includeantruntime="false" encoding="UTF-8">
     82        <javac compiler="${javac.compiler}" srcdir="${plugin.src.dir}" debug="true" destdir="${plugin.build.dir}" includeantruntime="false" encoding="UTF-8">
    8383            <compilerclasspath>
    8484                <pathelement location="${error_prone_ant.jar}"/>
Note: See TracChangeset for help on using the changeset viewer.