Changeset 27038 in osm for applications/editors
- Timestamp:
- 2011-11-11T10:31:39+01:00 (13 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/DirectDownload/build.xml
r26605 r27038 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/editgpx/build.xml
r26605 r27038 27 27 <project name="editgpx" default="dist" basedir="."> 28 28 <property name="commit.message" value="Changed constructor signature of plugin main class"/> 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.dist.dir" value="../../dist"/> -
applications/editors/josm/plugins/imageryadjust/build.xml
r26605 r27038 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/livegps/build.xml
r26605 r27038 27 27 <project name="livegps" default="dist" basedir="."> 28 28 <property name="commit.message" value="Changed the constructor signature of the plugin main class"/> 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.dist.dir" value="../../dist"/>
Note:
See TracChangeset
for help on using the changeset viewer.