Ignore:
Timestamp:
2018-09-14T21:30:53+02:00 (6 years ago)
Author:
donvip
Message:

fix deprecation warnings

File:
1 edited

Legend:

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

    r34097 r34645  
    11<?xml version="1.0" encoding="utf-8"?>
    2 <!--
    3 ** Usage
    4 ** =====
    5 ** Call "ant help" to get possible build targets.
    6 **
    7 -->
    82<project name="imagery_cachexport" default="dist" basedir=".">
    93
     
    115    <property name="commit.message" value="Commit message"/>
    126    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    13     <property name="plugin.main.version" value="12847"/>
     7    <property name="plugin.main.version" value="14140"/>
    148
    159    <!-- Configure these properties (replace "..." accordingly).
     
    4842    </target>
    4943
    50     <!--
    51     **********************************************************
    52     ** javadoc - create the plugin documentation
    53     **********************************************************
    54     -->
    55     <target name="javadoc" description="generate documentation">
    56         <javadoc destdir="${plugin.javadoc.dir}"
    57                 sourcepath="${plugin.src.dir}"
    58                 windowtitle="${ant.project.name}"
    59                 linksource="true"
    60                 private="true">
    61             <classpath>
    62                 <pathelement location="${josm}"/>
    63             </classpath>
    64             <!-- Paths are relative to javadoc destdir (${plugin.javadoc.dir}). -->
    65             <link href="../../../core/javadoc/"/>
    66             <link href="https://josm.openstreetmap.de/doc/"/>
    67             <link href="https://docs.oracle.com//javase/8/docs/api/"/>
    68         </javadoc>
    69     </target>
    70 
    7144    <target name="additional-manifest">
    7245        <antcall target="mftrans"/>
Note: See TracChangeset for help on using the changeset viewer.