Ignore:
Timestamp:
2018-07-09T23:02:10+02:00 (6 years ago)
Author:
donvip
Message:

see #josm15560, see #josm16047 - fix surveyor build

File:
1 edited

Legend:

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

    r33824 r34410  
    2020    <property name="plugin.requires" value="livegps"/>
    2121    <property name="plugin.stage" value="60"/>
    22        
    23     <target name="compile" depends="init">
    24         <echo message="compiling sources for ${plugin.jar} ..."/>
    25         <javac srcdir="src" debug="true" destdir="${plugin.build.dir}" includeantruntime="false" encoding="UTF-8">
    26             <compilerarg value="-Xlint:deprecation"/>
    27             <compilerarg value="-Xlint:unchecked"/>
    28             <classpath>
    29                 <pathelement location="${josm}"/>
    30                 <pathelement location="${livegpsplugin.jar}"/>
    31             </classpath>
    32         </javac>
    33     </target>
     22
     23        <fileset id="plugin.requires.jars" dir="${plugin.dist.dir}">
     24        <include name="livegps.jar"/>
     25    </fileset>
    3426</project>
Note: See TracChangeset for help on using the changeset viewer.