source: osm/applications/editors/josm/plugins/imagery_offset_db/build.xml@ 30830

Last change on this file since 30830 was 30808, checked in by donvip, 10 years ago

[josm_imagery_offset_db] see #josm10684 - remove hardcoded icon sizes

  • Property svn:mime-type set to text/xml
File size: 1.4 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<project name="imagery_offset_db" default="dist" basedir=".">
3
4 <!-- enter the SVN commit message -->
5 <property name="commit.message" value="Imagery Offset Database"/>
6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
7 <property name="plugin.main.version" value="7687"/>
8
9 <property name="plugin.author" value="Ilya Zverev"/>
10 <property name="plugin.class" value="iodb.ImageryOffsetPlugin"/>
11 <property name="plugin.description" value="Database of imagery offsets: share and aquire imagery offsets with one button."/>
12 <property name="plugin.icon" value="images/iodb.png"/>
13 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/Imagery_Offset_Database"/>
14
15 <target name="additional-manifest">
16 <manifest file="MANIFEST" mode="update">
17 <attribute name="ru_Author" value="Илья Зверев"/>
18 <attribute name="ru_Plugin-Description" value="База данных смещений подложек: загружайте и делитесь смещениями одной кнопкой."/>
19 <attribute name="ru_Plugin-Link" value="http://wiki.openstreetmap.org/wiki/RU:Imagery_Offset_Database"/>
20 </manifest>
21 </target>
22
23 <!-- ** include targets that all plugins have in common ** -->
24 <import file="../build-common.xml"/>
25
26</project>
Note: See TracBrowser for help on using the repository browser.