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

Last change on this file since 36414 was 36295, checked in by taylor.smock, 10 months ago

dist for SaudiNationalAddress with some build file fixes

build.xml for SaudiNationalAddress now specifies the java version.

File size: 1.5 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="19044"/>
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="java.lang.version" value="11"/>
17 <!--<property name="plugin.early" value="..."/>-->
18 <!--<property name="plugin.requires" value="..."/>-->
19 <!--<property name="plugin.stage" value="..."/>-->
20
21 <!-- ** include targets that all plugins have in common ** -->
22 <import file="../build-common.xml"/>
23
24</project>
Note: See TracBrowser for help on using the repository browser.