Changeset 25192 in osm for applications/editors
- Timestamp:
- 2011-01-31T11:02:24+01:00 (14 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 24 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/ColumbusCSV/build.xml
r23803 r25192 89 89 <attribute name="Author" value="Oliver Wieland"/> 90 90 <attribute name="Plugin-Class" value="org.openstreetmap.josm.plugins.columbusCSV.ColumbusCSVPlugin"/> 91 <attribute name="Plugin-Date" value=" 24.10.2010"/>91 <attribute name="Plugin-Date" value="${version.entry.commit.date}"/> 92 92 <attribute name="Plugin-Description" value="Imports proprietary CSV files of the Columbus/Visiontac V-900 GPS logger into a GPX layer."/> 93 93 <attribute name="de_Plugin-Description" value="Importiert die CSV-Dateien des Columbus/Visiontac V-900 GPS Loggers in GPX-Daten."/> 94 94 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/ColumbusCSV"/> 95 <attribute name="Plugin-Mainversion" value="3 329"/>95 <attribute name="Plugin-Mainversion" value="3835"/> 96 96 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> 97 97 <attribute name="Plugin-Icon" value="images/colcsvicon.png"/> -
applications/editors/josm/plugins/Create_grid_of_ways/build.xml
r21706 r25192 33 33 <property name="commit.message" value="Changed constructor signature, updated build.xml" /> 34 34 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 35 <property name="plugin.main.version" value=" 2830" />35 <property name="plugin.main.version" value="3835" /> 36 36 37 37 -
applications/editors/josm/plugins/ElevationProfile/build.xml
r24034 r25192 96 96 <attribute name="Author" value="Oliver Wieland"/> 97 97 <attribute name="Plugin-Class" value="org.openstreetmap.josm.plugins.elevation.ElevationProfilePlugin"/> 98 <attribute name="Plugin-Date" value=" 02.11.10"/>98 <attribute name="Plugin-Date" value="${version.entry.commit.date}"/> 99 99 <attribute name="Plugin-Description" value="Shows the elevation profile and some statistical data of a GPX track."/> 100 100 <attribute name="de_Plugin-Description" value="Zeigt das Höhenprofil und statistische Werte eines GPX-Tracks."/> 101 101 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/ElevationProfile"/> 102 <attribute name="Plugin-Mainversion" value="3 529"/>102 <attribute name="Plugin-Mainversion" value="3835"/> 103 103 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> 104 104 <attribute name="Plugin-Icon" value="images/elevation.png"/> -
applications/editors/josm/plugins/FixAddresses/build.xml
r24942 r25192 90 90 <attribute name="Author" value="Oliver Wieland"/> 91 91 <attribute name="Plugin-Class" value="org.openstreetmap.josm.plugins.fixAddresses.FixAddressesPlugin"/> 92 <attribute name="Plugin-Date" value=" 02.01.2011"/>92 <attribute name="Plugin-Date" value="${version.entry.commit.date}"/> 93 93 <attribute name="Plugin-Description" value="Finds and fixes invalid street addresses in a comfortable way."/> 94 94 <attribute name="de_Plugin-Description" value="Findet ungültige Addressen und bietet Unterstützung zur deren Korrektur."/> 95 95 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/FixAddresses"/> 96 <attribute name="Plugin-Mainversion" value="3 529"/>96 <attribute name="Plugin-Mainversion" value="3835"/> 97 97 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> 98 98 <attribute name="Plugin-Icon" value="images/fixaddresses.png"/> -
applications/editors/josm/plugins/ImportImagePlugin/build.xml
r23305 r25192 33 33 <property name="commit.message" value="use consistent plugin name (don't mix up the words)" /> 34 34 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 35 <property name="plugin.main.version" value="3 376" />35 <property name="plugin.main.version" value="3835" /> 36 36 37 37 -
applications/editors/josm/plugins/buildings_tools/build.xml
r23804 r25192 33 33 <property name="commit.message" value="update (23630 was committed together with the code which is not right)" /> 34 34 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 35 <property name="plugin.main.version" value="3 518" />35 <property name="plugin.main.version" value="3835" /> 36 36 37 37 -
applications/editors/josm/plugins/cadastre-fr/build.xml
r25047 r25192 34 34 35 35 <property name="commit.message" value="Changed constructor for Plugin" /> 36 <property name="plugin.main.version" value="3 751" />36 <property name="plugin.main.version" value="3835" /> 37 37 38 38 <target name="init"> -
applications/editors/josm/plugins/colorscheme/build.xml
r19426 r25192 29 29 30 30 <property name="commit.message" value="Uses new constructor for Plugin" /> 31 <property name="plugin.main.version" value=" 2830" />31 <property name="plugin.main.version" value="3835" /> 32 32 33 33 <property name="josm" location="../../core/dist/josm-custom.jar"/> -
applications/editors/josm/plugins/czechaddress/build.xml
r22812 r25192 45 45 <attribute name="Plugin-Description" value="Creating and handling address nodes and buildings within Czech Republic."/> 46 46 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/index.php/Cz:JOSM/Plugins/CzechAddress"/> 47 <attribute name="Plugin-Mainversion" value="3 338"/>47 <attribute name="Plugin-Mainversion" value="3835"/> 48 48 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> 49 49 </manifest> -
applications/editors/josm/plugins/dataimport/build.xml
r20431 r25192 32 32 <property name="commit.message" value="Changed constructor signature, updated build.xml" /> 33 33 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 34 <property name="plugin.main.version" value="3 119" />34 <property name="plugin.main.version" value="3835" /> 35 35 36 36 <!-- -
applications/editors/josm/plugins/editgpx/build.xml
r24625 r25192 29 29 30 30 <property name="commit.message" value="Changed constructor signature of plugin main class" /> 31 <property name="plugin.main.version" value="3 408" />31 <property name="plugin.main.version" value="3835" /> 32 32 33 33 -
applications/editors/josm/plugins/globalsat/build.xml
r21706 r25192 33 33 <property name="commit.message" value="Changed constructor signature of plugin main class" /> 34 34 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 35 <property name="plugin.main.version" value="3 119" />35 <property name="plugin.main.version" value="3835" /> 36 36 37 37 <property name="josm" location="../../core/dist/josm-custom.jar"/> -
applications/editors/josm/plugins/imagewaypoint/build.xml
r22547 r25192 33 33 <property name="commit.message" value="Updated the constructor signature of the plugin main class" /> 34 34 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 35 <property name="plugin.main.version" value="3 408" />35 <property name="plugin.main.version" value="3835" /> 36 36 37 37 <property name="josm" location="../../core/dist/josm-custom.jar"/> -
applications/editors/josm/plugins/lakewalker/build.xml
r21706 r25192 28 28 29 29 <property name="commit.message" value="Changed the constructor signature of the plugin main class" /> 30 <property name="plugin.main.version" value=" 2830" />30 <property name="plugin.main.version" value="3835" /> 31 31 32 32 <property name="josm" location="../../core/dist/josm-custom.jar"/> -
applications/editors/josm/plugins/livegps/build.xml
r21706 r25192 28 28 29 29 <property name="commit.message" value="Changed the constructor signature of the plugin main class" /> 30 <property name="plugin.main.version" value="3 119" />30 <property name="plugin.main.version" value="3835" /> 31 31 32 32 -
applications/editors/josm/plugins/multipoly-convert/build.xml
r21706 r25192 34 34 <property name="commit.message" value="Changed the constructor signature of the plugin main class" /> 35 35 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 36 <property name="plugin.main.version" value=" 2830" />36 <property name="plugin.main.version" value="3835" /> 37 37 38 38 -
applications/editors/josm/plugins/multipoly/build.xml
r23800 r25192 34 34 <property name="commit.message" value="adapt to latest josm" /> 35 35 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 36 <property name="plugin.main.version" value="3 637" />36 <property name="plugin.main.version" value="3835" /> 37 37 38 38 -
applications/editors/josm/plugins/nearclick/build.xml
r19458 r25192 33 33 <property name="commit.message" value="Changed the constructor signature of the plugin main class" /> 34 34 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 35 <property name="plugin.main.version" value=" 2830" />35 <property name="plugin.main.version" value="3835" /> 36 36 37 37 -
applications/editors/josm/plugins/openvisible/build.xml
r21706 r25192 33 33 <property name="commit.message" value="Changed the constructor signature of the plugin main class; updated build.xml" /> 34 34 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 35 <property name="plugin.main.version" value=" 2830" />35 <property name="plugin.main.version" value="3835" /> 36 36 37 37 <property name="josm" location="../../core/dist/josm-custom.jar"/> -
applications/editors/josm/plugins/osmarender/build.xml
r21422 r25192 35 35 36 36 <property name="commit.message" value="Fixed #4360 - osmarender plugin does not load" /> 37 <property name="plugin.main.version" value=" 2830" />37 <property name="plugin.main.version" value="3835" /> 38 38 39 39 <target name="init"> -
applications/editors/josm/plugins/pdfimport/build.xml
r23991 r25192 35 35 <property name="commit.message" value="Initial pdfimport version" /> 36 36 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 37 <property name="plugin.main.version" value="3 592" />37 <property name="plugin.main.version" value="3835" /> 38 38 39 39 -
applications/editors/josm/plugins/public_transport/build.xml
r20076 r25192 86 86 <attribute name="Plugin-Description" value="This plugin simplifies the mapping and editing of public transport routes."/> 87 87 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/public_transport"/> 88 <attribute name="Plugin-Mainversion" value=" 2907"/>88 <attribute name="Plugin-Mainversion" value="3835"/> 89 89 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> 90 90 </manifest> -
applications/editors/josm/plugins/roadsigns/build.xml
r22423 r25192 33 33 <property name="commit.message" value="preset maintenance" /> 34 34 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 35 <property name="plugin.main.version" value="3 338" />35 <property name="plugin.main.version" value="3835" /> 36 36 37 37 -
applications/editors/josm/plugins/simplifyarea/build.xml
r21870 r25192 33 33 <property name="commit.message" value="Initial commit" /> 34 34 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 35 <property name="plugin.main.version" value=" 2830" />35 <property name="plugin.main.version" value="3835" /> 36 36 37 37
Note:
See TracChangeset
for help on using the changeset viewer.