Ignore:
Timestamp:
2010-08-17T23:25:20+02:00 (14 years ago)
Author:
bomm
Message:

register remote command handler with remotecontrol plug-in if available
allow loading new WMS layer using remote command

File:
1 edited

Legend:

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

    r22550 r22677  
    3333
    3434        <property name="josm" location="../../core/dist/josm-custom.jar" />
     35        <property name="remotecontrol" location="../../dist/remotecontrol.jar" />
    3536        <property name="plugin.dist.dir" value="../../dist" />
    3637        <property name="plugin.build.dir" value="build" />
     
    4344        <target name="compile" depends="init">
    4445                <echo message="creating ${plugin.jar}" />
    45                 <javac srcdir="src" classpath="${josm}" debug="true" destdir="${plugin.build.dir}">
     46                <javac srcdir="src" classpath="${josm};${remotecontrol}" debug="true" destdir="${plugin.build.dir}">
    4647                        <compilerarg value="-Xlint:deprecation" />
    4748                        <compilerarg value="-Xlint:unchecked" />
Note: See TracChangeset for help on using the changeset viewer.