Changeset 25191 in osm for applications/editors/josm/plugins
- Timestamp:
- 2011-01-31T10:32:54+01:00 (14 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/gpxfilter/build.xml
r23541 r25191 33 33 <property name="commit.message" value="Commit message" /> 34 34 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 35 <property name="plugin.main.version" value="" /> 35 <property name="plugin.main.version" value="3835" /> 36 36 37 37 -
applications/editors/josm/plugins/importvec/build.xml
r23707 r25191 33 33 <property name="commit.message" value="Commit message" /> 34 34 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 35 <property name="plugin.main.version" value="" /> 35 <property name="plugin.main.version" value="3835" /> 36 36 37 37 -
applications/editors/josm/plugins/tageditor/build.xml
r21026 r25191 29 29 30 30 <property name="commit.message" value="Updating to JOSM 3210" /> 31 <property name="plugin.main.version" value="3 210" />31 <property name="plugin.main.version" value="3835" /> 32 32 33 33 <!-- -
applications/editors/josm/plugins/tagging-preset-tester/build.xml
r22454 r25191 29 29 30 30 <property name="commit.message" value="Changed the constructor signature of the plugin main class" /> 31 <property name="plugin.main.version" value="3 388" />31 <property name="plugin.main.version" value="3835" /> 32 32 33 33 -
applications/editors/josm/plugins/touchscreenhelper/build.xml
r21575 r25191 32 32 <property name="commit.message" value="Commit message" /> 33 33 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 34 <property name="plugin.main.version" value="3 208" />34 <property name="plugin.main.version" value="3835" /> 35 35 36 36 <property name="josm" location="../../core/dist/josm-custom.jar"/> -
applications/editors/josm/plugins/tracer/build.xml
r22177 r25191 33 33 <property name="commit.message" value="adapt to latest josm (getNodePairs changed)" /> 34 34 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 35 <property name="plugin.main.version" value="3 348" />35 <property name="plugin.main.version" value="3835" /> 36 36 37 37 -
applications/editors/josm/plugins/walkingpapers/build.xml
r22549 r25191 27 27 --> 28 28 <property name="commit.message" value="Changed the constructor signature of the plugin main class" /> 29 <property name="plugin.main.version" value="3 408" />29 <property name="plugin.main.version" value="3835" /> 30 30 31 31 -
applications/editors/josm/plugins/waypoint_search/build.xml
r23220 r25191 33 33 <property name="commit.message" value="bugfix of search when layer is added" /> 34 34 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 35 <property name="plugin.main.version" value="3 514" />35 <property name="plugin.main.version" value="3835" /> 36 36 37 37 -
applications/editors/josm/plugins/wayselector/build.xml
r23103 r25191 33 33 <property name="commit.message" value="Optimize WaySelection.findWay()." /> 34 34 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 35 <property name="plugin.main.version" value="3 095" />35 <property name="plugin.main.version" value="3835" /> 36 36 37 37 -
applications/editors/josm/plugins/wms-turbo-challenge2/build.xml
r24999 r25191 66 66 <attribute name="Plugin-Icon" value="images/wmsracer.png"/> 67 67 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/WMS_Racer"/> 68 <attribute name="Plugin-Mainversion" value="3 715"/>68 <attribute name="Plugin-Mainversion" value="3835"/> 69 69 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> 70 70 </manifest>
Note:
See TracChangeset
for help on using the changeset viewer.