Last change
on this file since 36282 was 35825, checked in by Don-vip, 3 years ago |
update to JOSM 17749 / osmpbf 1.5.0
|
-
Property svn:mime-type
set to
text/xml
|
File size:
886 bytes
|
Rev | Line | |
---|
[34829] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
[26961] | 2 | <project name="pbf" default="dist" basedir=".">
|
---|
[28807] | 3 |
|
---|
[26961] | 4 | <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
|
---|
[35825] | 5 | <property name="plugin.main.version" value="17749"/>
|
---|
[28807] | 6 |
|
---|
[28997] | 7 | <property name="plugin.author" value="Don-vip"/>
|
---|
| 8 | <property name="plugin.class" value="org.openstreetmap.josm.plugins.pbf.PbfPlugin"/>
|
---|
[30690] | 9 | <property name="plugin.description" value="Import/export OSM data in PBF format"/>
|
---|
[28997] | 10 | <!--<property name="plugin.icon" value="images/pbf_24.png"/>-->
|
---|
[31010] | 11 | <property name="plugin.canloadatruntime" value="true"/>
|
---|
[31923] | 12 | <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/PBF"/>
|
---|
[28997] | 13 |
|
---|
| 14 | <!-- ** include targets that all plugins have in common ** -->
|
---|
[28807] | 15 | <import file="../build-common.xml"/>
|
---|
[35604] | 16 | <target name="pre-compile" depends="fetch_dependencies"/>
|
---|
| 17 |
|
---|
[28807] | 18 | </project>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.