source: osm/applications/editors/josm/plugins/SaudiNationalAddress/build.xml@ 35351

Last change on this file since 35351 was 35351, checked in by mouath, 5 years ago

SaudiNationalAddress plugin initial commit

File size: 1.4 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<project name="SaudiNationalAddress" default="dist" basedir=".">
3
4 <!-- enter the SVN commit message -->
5 <property name="commit.message" value="Initial version."/>
6 <property name="plugin.main.version" value="10580"/>
7 <property name="plugin.author" value="Mouath Ibrahim"/>
8 <property name="plugin.class"
9 value="org.openstreetmap.josm.plugins.saudinationaladdress.SaudiNationalAddressPlugin"/>
10 <property name="plugin.description"
11 value="This tool will query the Saudi National address API using coordinate and return building number, An API key is required. can be obtained from https://api.address.gov.sa/"/>
12 <property name="ar_plugin.description"
13 value="هذه الأداة تقوم بجلب العنوان الوطني لأي مبنى في المملكة العربية السعودية، يلزم تسجيل حساب لدى موقع https://api.address.gov.sa/"/>
14 <property name="plugin.icon" value="images/icon.png"/>
15 <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/SaudiNationalAddress"/>
16 <!--<property name="plugin.early" value="..."/>-->
17 <!--<property name="plugin.requires" value="..."/>-->
18 <!--<property name="plugin.stage" value="..."/>-->
19
20 <!-- ** include targets that all plugins have in common ** -->
21 <import file="../build-common.xml"/>
22
23</project>
Note: See TracBrowser for help on using the repository browser.