Changeset 26990 in osm for applications/editors/josm/plugins
- Timestamp:
- 2011-10-30T22:19:35+01:00 (13 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 47 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/ImportImagePlugin/build.xml
r26605 r26990 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="4 394" />35 <property name="plugin.main.version" value="4549" /> 36 36 37 37 -
applications/editors/josm/plugins/OpeningHoursEditor/build.xml
r26605 r26990 32 32 <property name="commit.message" value="fixed main version"/> 33 33 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 34 <property name="plugin.main.version" value="4 394"/>34 <property name="plugin.main.version" value="4549"/> 35 35 <!-- 36 36 ************************************************ -
applications/editors/josm/plugins/gpxfilter/build.xml
r26605 r26990 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="4 394"/>34 <property name="plugin.main.version" value="4549"/> 35 35 <!-- 36 36 ************************************************ -
applications/editors/josm/plugins/graphview/build.xml
r26605 r26990 27 27 <project name="graphview" default="dist" basedir="."> 28 28 <property name="commit.message" value="option to change graph colors; closes ticket 5523 in JOSM Trac"/> 29 <property name="plugin.main.version" value="4 394"/>29 <property name="plugin.main.version" value="4549"/> 30 30 <property name="josm" location="../../core/dist/josm-custom.jar"/> 31 31 <property name="plugin.build.dir" value="build"/> -
applications/editors/josm/plugins/imagery-xml-bounds/build.xml
r26897 r26990 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="45 23"/>34 <property name="plugin.main.version" value="4549"/> 35 35 <!-- should not be necessary to change the following properties --> 36 36 <property name="josm" location="../../core/dist/josm-custom.jar"/> -
applications/editors/josm/plugins/pbf/build.xml
r26961 r26990 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="454 1"/>34 <property name="plugin.main.version" value="4549"/> 35 35 <!-- should not be necessary to change the following properties --> 36 36 <property name="josm" location="../../core/dist/josm-custom.jar"/> -
applications/editors/josm/plugins/reltoolbox/build.xml
r26605 r26990 32 32 <property name="commit.message" value="RelToolbox"/> 33 33 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 34 <property name="plugin.main.version" value="4 394"/>34 <property name="plugin.main.version" value="4549"/> 35 35 <!-- 36 36 ************************************************ -
applications/editors/josm/plugins/reverter/build.xml
r26605 r26990 32 32 <property name="commit.message" value="recompile after change in OsmPrimitive in JOSM 4099"/> 33 33 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 34 <property name="plugin.main.version" value="4 394"/>34 <property name="plugin.main.version" value="4549"/> 35 35 <!-- 36 36 ************************************************ -
applications/editors/josm/plugins/roadsigns/build.xml
r26605 r26990 30 30 <property name="commit.message" value="preset maintenance (Fahrradstraße)"/> 31 31 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 32 <property name="plugin.main.version" value="4 394"/>32 <property name="plugin.main.version" value="4549"/> 33 33 34 34 <!-- -
applications/editors/josm/plugins/simplifyarea/build.xml
r26605 r26990 32 32 <property name="commit.message" value="Initial commit"/> 33 33 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 34 <property name="plugin.main.version" value="4 394"/>34 <property name="plugin.main.version" value="4549"/> 35 35 <!-- 36 36 ************************************************ -
applications/editors/josm/plugins/tag2link/build.xml
r26922 r26990 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="45 36"/>34 <property name="plugin.main.version" value="4549"/> 35 35 <!-- should not be necessary to change the following properties --> 36 36 <property name="josm" location="../../core/dist/josm-custom.jar"/> -
applications/editors/josm/plugins/tageditor/build.xml
r26605 r26990 27 27 <project name="tageditor" default="dist" basedir="."> 28 28 <property name="commit.message" value="Updating to JOSM 3210"/> 29 <property name="plugin.main.version" value="4 394"/>29 <property name="plugin.main.version" value="4549"/> 30 30 <!-- 31 31 ************************************************ -
applications/editors/josm/plugins/terracer/build.xml
r26605 r26990 32 32 <property name="ant.build.javac.target" value="1.5"/> 33 33 <property name="commit.message" value="applied #j5760 (patch by robome) - Order of housenumbers not correct"/> 34 <property name="plugin.main.version" value="4 394"/>34 <property name="plugin.main.version" value="4549"/> 35 35 <target name="init"> 36 36 <mkdir dir="${plugin.build.dir}"/> -
applications/editors/josm/plugins/trustosm/build.xml
r26605 r26990 32 32 <property name="commit.message" value="New plugin for digital signing osm data"/> 33 33 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 34 <property name="plugin.main.version" value="4 394"/>34 <property name="plugin.main.version" value="4549"/> 35 35 <!-- 36 36 ************************************************ -
applications/editors/josm/plugins/turnrestrictions/build.xml
r26660 r26990 32 32 <property name="commit.message" value="Adapt to JOSM core change (DefaultNameFormatter)"/> 33 33 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 34 <property name="plugin.main.version" value="4 431"/>34 <property name="plugin.main.version" value="4549"/> 35 35 <!-- 36 36 ************************************************ -
applications/editors/josm/plugins/utilsplugin2/build.xml
r26694 r26990 32 32 <property name="commit.message" value="Utilsplugin2: opening URL works without selected object"/> 33 33 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 34 <property name="plugin.main.version" value="4 399"/>34 <property name="plugin.main.version" value="4549"/> 35 35 <!-- 36 36 ************************************************
Note:
See TracChangeset
for help on using the changeset viewer.