Changeset 25199 in osm for applications/editors
- Timestamp:
- 2011-01-31T15:58:55+01:00 (14 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 1 deleted
- 29 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/CommandLine/build.xml
r25179 r25199 5 5 <property name="commit.message" value="Moar bugfixes" /> 6 6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 7 <property name="plugin.main.version" value="38 26" />7 <property name="plugin.main.version" value="3835" /> 8 8 9 9 -
applications/editors/josm/plugins/DirectDownload/build.xml
r23585 r25199 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="3 592" />35 <property name="plugin.main.version" value="3835" /> 36 36 37 37 -
applications/editors/josm/plugins/DirectUpload/build.xml
r24239 r25199 28 28 29 29 <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])" /> 30 <property name="plugin.main.version" value="3 338" />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/addrinterpolation/build.xml
r23102 r25199 25 25 26 26 <property name="commit.message" value="Impoved Icon" /> 27 <property name="plugin.main.version" value="3 514" />27 <property name="plugin.main.version" value="3835" /> 28 28 29 29 <!-- -
applications/editors/josm/plugins/alignways/build.xml
r24815 r25199 36 36 with 37 37 --> 38 <property name="plugin.main.version" value="3 600" />38 <property name="plugin.main.version" value="3835" /> 39 39 40 40 -
applications/editors/josm/plugins/build.xml
r25037 r25199 14 14 <ant antfile="build.xml" target="dist" dir="colorscheme"/> 15 15 <ant antfile="build.xml" target="dist" dir="ColumbusCSV"/> 16 <ant antfile="build.xml" target="dist" dir="CommandLine"/> 16 <ant antfile="build.xml" target="dist" dir="CommandLine"/> 17 <ant antfile="build.xml" target="dist" dir="contourmerge"/> 17 18 <ant antfile="build.xml" target="dist" dir="Create_grid_of_ways"/> 18 19 <ant antfile="build.xml" target="dist" dir="czechaddress"/> … … 29 30 <ant antfile="build.xml" target="dist" dir="gpxfilter"/> 30 31 <ant antfile="build.xml" target="dist" dir="graphview"/> 32 <ant antfile="build.xml" target="dist" dir="imageryadjust"/> 31 33 <ant antfile="build.xml" target="dist" dir="imagewaypoint"/> 32 34 <ant antfile="build.xml" target="dist" dir="ImportImagePlugin"/> … … 37 39 <ant antfile="build.xml" target="dist" dir="measurement"/> 38 40 <ant antfile="build.xml" target="dist" dir="michigan_left"/> 39 <ant antfile="build.xml" target="dist" dir="multipoly"/>40 41 <ant antfile="build.xml" target="dist" dir="multipoly-convert"/> 41 42 <ant antfile="build.xml" target="dist" dir="nearclick"/> … … 54 55 <ant antfile="build.xml" target="dist" dir="routes"/> 55 56 <ant antfile="build.xml" target="dist" dir="routing"/> 57 <ant antfile="build.xml" target="dist" dir="scripting"/> 56 58 <ant antfile="build.xml" target="dist" dir="simplifyarea"/> 57 59 <ant antfile="build.xml" target="dist" dir="smed"/> … … 88 90 <ant antfile="build.xml" target="clean" dir="colorscheme"/> 89 91 <ant antfile="build.xml" target="clean" dir="CommandLine"/> 92 <ant antfile="build.xml" target="clean" dir="contourmerge"/> 90 93 <ant antfile="build.xml" target="clean" dir="Create_grid_of_ways"/> 91 94 <ant antfile="build.xml" target="clean" dir="czechaddress"/> … … 100 103 <ant antfile="build.xml" target="clean" dir="gpxfilter"/> 101 104 <ant antfile="build.xml" target="clean" dir="graphview"/> 105 <ant antfile="build.xml" target="clean" dir="imageryadjust"/> 102 106 <ant antfile="build.xml" target="clean" dir="imagewaypoint"/> 103 107 <ant antfile="build.xml" target="clean" dir="ImportImagePlugin"/> … … 109 113 <ant antfile="build.xml" target="clean" dir="measurement"/> 110 114 <ant antfile="build.xml" target="clean" dir="michigan_left"/> 111 <ant antfile="build.xml" target="clean" dir="multipoly"/>112 115 <ant antfile="build.xml" target="clean" dir="multipoly-convert"/> 113 116 <ant antfile="build.xml" target="clean" dir="nearclick"/> … … 127 130 <ant antfile="build.xml" target="clean" dir="routes"/> 128 131 <ant antfile="build.xml" target="clean" dir="routing"/> 132 <ant antfile="build.xml" target="clean" dir="scripting"/> 129 133 <ant antfile="build.xml" target="clean" dir="simplifyarea"/> 130 134 <ant antfile="build.xml" target="clean" dir="smed"/> -
applications/editors/josm/plugins/contourmerge/build.xml
r24975 r25199 28 28 29 29 <property name="commit.message" value="Updating to JOSM 3210" /> 30 <property name="plugin.main.version" value="3 210" />30 <property name="plugin.main.version" value="3835" /> 31 31 32 32 <!-- -
applications/editors/josm/plugins/epsg31287/build.xml
r25193 r25199 37 37 <property name="commit.message" value="fixed proj4 Parameters (thanks to Hetzi + Mikael Rittri)" /> 38 38 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 39 <property name="plugin.main.version" value="3 779" />39 <property name="plugin.main.version" value="3835" /> 40 40 41 41 -
applications/editors/josm/plugins/ext_tools/build.xml
r23327 r25199 33 33 <property name="commit.message" value="show error if script cannot be executed" /> 34 34 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 35 <property name="plugin.main.version" value="3 403" />35 <property name="plugin.main.version" value="3835" /> 36 36 37 37 -
applications/editors/josm/plugins/graphview/build.xml
r23435 r25199 28 28 29 29 <property name="commit.message" value="option to change graph colors; closes ticket 5523 in JOSM Trac" /> 30 <property name="plugin.main.version" value="3 576" />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/imageryadjust/build.xml
r24866 r25199 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="3 715" />35 <property name="plugin.main.version" value="3835" /> 36 36 37 37 -
applications/editors/josm/plugins/irsrectify/build.xml
r24997 r25199 33 33 <property name="commit.message" value="New plugin - irsrectify" /> 34 34 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 35 <property name="plugin.main.version" value="3 715" />35 <property name="plugin.main.version" value="3835" /> 36 36 37 37 -
applications/editors/josm/plugins/mapdust/build.xml
r24930 r25199 4 4 <!-- properties --> 5 5 <property name="commit.message" value="MapDust bug reporter plugin" /> 6 <property name="plugin.main.version" value="3 592" />6 <property name="plugin.main.version" value="3835" /> 7 7 <property name="josm" location="../../core/dist/josm-custom.jar"/> 8 8 <property name="plugin.build.dir" value="build/classes" /> -
applications/editors/josm/plugins/measurement/build.xml
r22547 r25199 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 408" />30 <property name="plugin.main.version" value="3835" /> 31 31 32 32 -
applications/editors/josm/plugins/openstreetbugs/build.xml
r22723 r25199 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 416" />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/photo_geotagging/build.xml
r24928 r25199 27 27 <property name="commit.message" value="fixed josm bug 5800 - 'Override old backup files?' message window can't get focus" /> 28 28 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 29 <property name="plugin.main.version" value="3 752" />29 <property name="plugin.main.version" value="3835" /> 30 30 31 31 -
applications/editors/josm/plugins/piclayer/build.xml
r24302 r25199 24 24 25 25 <property name="commit.message" value="Changed the constructor signature of the plugin main class" /> 26 <property name="plugin.main.version" value="3 408" />26 <property name="plugin.main.version" value="3835" /> 27 27 28 28 <!-- -
applications/editors/josm/plugins/plastic_laf/build.xml
r19469 r25199 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 <property name="josm" location="../../core/dist/josm-custom.jar"/> -
applications/editors/josm/plugins/restart/build.xml
r24396 r25199 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="3 000" />35 <property name="plugin.main.version" value="3835" /> 36 36 37 37 -
applications/editors/josm/plugins/routes/build.xml
r23422 r25199 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 565" />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/routing/build.xml
r23561 r25199 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 600" />30 <property name="plugin.main.version" value="3835" /> 31 31 32 32 <!-- Define some properties --> -
applications/editors/josm/plugins/scripting/build.xml
r25107 r25199 28 28 29 29 <property name="commit.message" value="Now caches compiled scripts, if possible. Fixes OutOfMemory when running groovy scripts." /> 30 <property name="plugin.main.version" value="3 751" />30 <property name="plugin.main.version" value="3835" /> 31 31 32 32 <!-- -
applications/editors/josm/plugins/smed/build.xml
r25145 r25199 33 33 <property name="commit.message" value="some new internationalized messages" /> 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/smed_fw/build.xml
r24031 r25199 33 33 <property name="commit.message" value="smed with embeddes felix and DS" /> 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/surveyor/build.xml
r21706 r25199 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=" 2907" />35 <property name="plugin.main.version" value="3835" /> 36 36 37 37 -
applications/editors/josm/plugins/terracer/build.xml
r24889 r25199 33 33 34 34 <property name="commit.message" value="applied #j5760 (patch by robome) - Order of housenumbers not correct" /> 35 <property name="plugin.main.version" value="3 711" />35 <property name="plugin.main.version" value="3835" /> 36 36 37 37 -
applications/editors/josm/plugins/turnrestrictions/build.xml
r24125 r25199 33 33 <property name="commit.message" value="Fixing #5614 - JOSM Plugin turn Restrictions" /> 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/undelete/build.xml
r24905 r25199 33 33 <property name="commit.message" value="add rudimentary support for undeleting relations" /> 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/videomapping/build.xml
r23438 r25199 33 33 <property name="commit.message" value="videomapping" /> 34 34 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 35 <property name="plugin.main.version" value=" 1234" />35 <property name="plugin.main.version" value="3835" /> 36 36 37 37
Note:
See TracChangeset
for help on using the changeset viewer.