source: osm/applications/editors/josm/plugins/imageryadjust/build.xml@ 32566

Last change on this file since 32566 was 32329, checked in by donvip, 8 years ago

fix #josm12953 - Replace most uses of MapView.getActiveLayer and similar methods (patch by michael2402, modified) - gsoc-core

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/xml
File size: 772 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<project name="imageryadjust" default="dist" basedir=".">
3 <property name="commit.message" value="ImageryAdjust: Adjust while holding shortcut key"/>
4 <property name="plugin.main.version" value="10279"/>
5
6 <property name="plugin.author" value="Upliner"/>
7 <property name="plugin.class" value="imageryadjust.ImageryAdjustPlugin"/>
8 <property name="plugin.description" value="WMSPlugin-style imagery adjustment mapmode"/>
9 <property name="plugin.icon" value="images/mapmode/adjustimg.png"/>
10 <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/ImageryAdjust"/>
11
12 <!-- ** include targets that all plugins have in common ** -->
13 <import file="../build-common.xml"/>
14</project>
Note: See TracBrowser for help on using the repository browser.