source: osm/applications/editors/josm/plugins/DirectUpload/build.xml@ 36200

Last change on this file since 36200 was 35858, checked in by GerdP, 3 years ago

see #21515: NoSuchMethodError: 'void org.openstreetmap.josm.gui.widgets.HistoryComboBox.setPossibleItems(java.util.Collection)'

  • update DirectUpload code to recent changes in core, bump version
  • Property svn:mime-type set to text/xml
File size: 1.4 KB
RevLine 
[26174]1<?xml version="1.0" encoding="utf-8"?>
[12022]2<project name="DirectUpload" default="dist" basedir=".">
[29718]3
4 <!-- enter the SVN commit message -->
[26174]5 <property name="commit.message" value="applied JOSM Ticket 4498 (patch by ax) - oauth support for gpx upload (I accidentally committed parts of the path in [24236])"/>
[29718]6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
[35858]7 <property name="plugin.main.version" value="18173"/>
[29718]8
9 <!-- Configure these properties (replace "..." accordingly).
[31926]10 See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
[26174]11 -->
[29718]12 <property name="plugin.author" value="Subhodip Biswas"/>
13 <property name="plugin.class" value="org.openstreetmap.josm.plugins.DirectUpload.UploadDataGuiPlugin"/>
14 <property name="plugin.description" value="This plugin directly upload GPS Traces from current active layer in JOSM to openstreetmap.org."/>
[35550]15 <property name="plugin.icon" value="images/UploadAction.svg"/>
[31923]16 <property name="plugin.link" value="https://wiki.openstreetmap.org/index.php/User:Subhodip/GSoC_Doc#DirectUpload_Plugin_in_JOSM_:"/>
[29718]17 <!--<property name="plugin.early" value="..."/>-->
18 <!--<property name="plugin.requires" value="..."/>-->
19 <!--<property name="plugin.stage" value="..."/>-->
[22017]20
[29718]21 <!-- ** include targets that all plugins have in common ** -->
22 <import file="../build-common.xml"/>
[11949]23</project>
Note: See TracBrowser for help on using the repository browser.