Ignore:
Timestamp:
2018-03-25T17:12:24+02:00 (6 years ago)
Author:
donvip
Message:

fix errors

File:
1 edited

Legend:

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

    r34098 r34115  
    2020    <import file="../build-common.xml"/>
    2121
    22     <property name="jts" location="${plugin.dist.dir}/jts.jar"/>
    23     <property name="geotools" location="${plugin.dist.dir}/geotools.jar"/>
    24     <property name="apache-commons" location="${plugin.dist.dir}/apache-commons.jar"/>
    25 
    26     <!--
    27     **********************************************************
    28     ** compile - compiles the source tree
    29     **********************************************************
    30     -->
    31     <target name="compile" depends="init">
    32         <echo message="compiling sources for ${plugin.jar} ... "/>
    33         <javac srcdir="src" debug="true" destdir="${plugin.build.dir}" includeAntRuntime="false" encoding="UTF-8">
    34             <classpath>
    35                 <pathelement path="${plugin.build.dir}"/>
    36                 <pathelement location="${josm}"/>
    37                 <pathelement location="${jts}"/>
    38                 <pathelement location="${geotools}"/>
    39                 <pathelement location="${apache-commons}"/>
    40              </classpath>
    41             <compilerarg value="-Xlint:deprecation"/>
    42             <compilerarg value="-Xlint:unchecked"/>
    43         </javac>
    44     </target>
     22        <fileset id="plugin.requires.jars" dir="${plugin.dist.dir}">
     23        <include name="apache-commons.jar"/>
     24        <include name="ejml.jar"/>
     25        <include name="jts.jar"/>
     26        <include name="geotools.jar"/>
     27    </fileset>
    4528</project>
Note: See TracChangeset for help on using the changeset viewer.