source: osm/applications/editors/josm/plugins/pbf/build.xml@ 36088

Last change on this file since 36088 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
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<project name="pbf" default="dist" basedir=".">
3
4 <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
5 <property name="plugin.main.version" value="17749"/>
6
7 <property name="plugin.author" value="Don-vip"/>
8 <property name="plugin.class" value="org.openstreetmap.josm.plugins.pbf.PbfPlugin"/>
9 <property name="plugin.description" value="Import/export OSM data in PBF format"/>
10 <!--<property name="plugin.icon" value="images/pbf_24.png"/>-->
11 <property name="plugin.canloadatruntime" value="true"/>
12 <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/PBF"/>
13
14 <!-- ** include targets that all plugins have in common ** -->
15 <import file="../build-common.xml"/>
16 <target name="pre-compile" depends="fetch_dependencies"/>
17
18</project>
Note: See TracBrowser for help on using the repository browser.