Ignore:
Timestamp:
2016-01-03T15:03:35+01:00 (9 years ago)
Author:
holgermappt
Message:

Disable center view while a photo is moved, see #josm11908. Updates for javadoc and i18n.

File:
1 edited

Legend:

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

    r30964 r31922  
    55    <property name="commit.message" value="Commit message"/>
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    7     <property name="plugin.main.version" value="8029"/>
     7    <property name="plugin.main.version" value="9270"/>
    88
    99    <!-- Configure these properties (replace "..." accordingly).
     
    5151                sourcepath="${plugin.src.dir}"
    5252                windowtitle="${ant.project.name}"
    53                 linksource="true">
    54             <link href="../../../core/javadoc"/>
     53                linksource="true"
     54                private="true">
     55            <classpath>
     56                <pathelement location="${josm}"/>
     57            </classpath>
     58            <!-- Paths are relative to javadoc destdir (${plugin.javadoc.dir}). -->
     59            <link href="../../../core/javadoc/"/>
    5560            <link href="http://josm.openstreetmap.de/doc/"/>
    56             <link href="http://docs.oracle.com/javase/7/docs/api"/>
     61            <link href="http://docs.oracle.com/javase/7/docs/api/"/>
    5762        </javadoc>
    5863    </target>
Note: See TracChangeset for help on using the changeset viewer.