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

Last change on this file was 36483, checked in by stoecker, 7 months ago

set eol-style, fix checkstyle issues, add ignores

  • Property svn:eol-style set to LF
  • Property svn:mime-type set to text/xml
File size: 1.5 KB
RevLine 
[27986]1<?xml version="1.0" encoding="utf-8"?>
2<project name="imagery_offset_db" default="dist" basedir=".">
[29435]3
[27986]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 -->
[36289]7 <property name="plugin.main.version" value="19044"/>
[33547]8 <property name="plugin.canloadatruntime" value="true"/>
[29435]9
10 <property name="plugin.author" value="Ilya Zverev"/>
[34596]11 <property name="plugin.class" value="org.openstreetmap.josm.plugins.imagery_offset_db.ImageryOffsetPlugin"/>
[29435]12 <property name="plugin.description" value="Database of imagery offsets: share and aquire imagery offsets with one button."/>
13 <property name="plugin.icon" value="images/iodb.png"/>
[31923]14 <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/Imagery_Offset_Database"/>
[29435]15
16 <target name="additional-manifest">
17 <manifest file="MANIFEST" mode="update">
18 <attribute name="ru_Author" value="Илья Зверев"/>
19 <attribute name="ru_Plugin-Description" value="База данных смещений подложек: загружайте и делитесь смещениями одной кнопкой."/>
[31923]20 <attribute name="ru_Plugin-Link" value="https://wiki.openstreetmap.org/wiki/RU:Imagery_Offset_Database"/>
[29435]21 </manifest>
[27986]22 </target>
[29435]23
24 <!-- ** include targets that all plugins have in common ** -->
25 <import file="../build-common.xml"/>
26
[27986]27</project>
Note: See TracBrowser for help on using the repository browser.