Last change
on this file since 36353 was 36344, checked in by taylor.smock, 7 weeks ago |
Set minimum JOSM version to r19044
r19044 was the first Java 11+ only version of JOSM.
|
-
Property svn:mime-type
set to
text/xml
|
File size:
905 bytes
|
Line | |
---|
1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <project name="sds" default="dist" basedir=".">
|
---|
3 |
|
---|
4 | <!-- enter the SVN commit message -->
|
---|
5 | <property name="commit.message" value=""/>
|
---|
6 | <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
|
---|
7 | <property name="plugin.main.version" value="19044"/>
|
---|
8 |
|
---|
9 | <property name="plugin.author" value="Frederik Ramm"/>
|
---|
10 | <property name="plugin.class" value="org.openstreetmap.hot.sds.SeparateDataStorePlugin"/>
|
---|
11 | <property name="plugin.description" value="Loads data from SDS"/>
|
---|
12 | <property name="plugin.icon" value="images/sds.png"/>
|
---|
13 | <!--<property name="plugin.link" value=""/>-->
|
---|
14 |
|
---|
15 | <!--
|
---|
16 | **********************************************************
|
---|
17 | ** include targets that all plugins have in common
|
---|
18 | **********************************************************
|
---|
19 | -->
|
---|
20 | <import file="../build-common.xml"/>
|
---|
21 |
|
---|
22 | </project>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.