Changeset 27019 in osm for applications/editors
- Timestamp:
- 2011-11-06T17:13:35+01:00 (13 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 5 added
- 110 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/DirectUpload/build.xml
r26605 r27019 27 27 <project name="DirectUpload" default="dist" basedir="."> 28 28 <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])"/> 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/ElevationProfile/build.xml
r26946 r27019 95 95 <attribute name="de_Plugin-Description" value="Zeigt das Höhenprofil und statistische Werte eines GPX-Tracks."/> 96 96 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/ElevationProfile"/> 97 <attribute name="Plugin-Mainversion" value="4 487"/>97 <attribute name="Plugin-Mainversion" value="4549"/> 98 98 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> 99 99 <attribute name="Plugin-Icon" value="images/elevation.png"/> -
applications/editors/josm/plugins/FastDraw/build.xml
r26599 r27019 32 32 <property name="commit.message" value="FastDraw: recompile due to core change"/> 33 33 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 34 <property name="plugin.main.version" value="4 395"/>34 <property name="plugin.main.version" value="4549"/> 35 35 <!-- 36 36 ************************************************ -
applications/editors/josm/plugins/FixAddresses/build.xml
r26605 r27019 27 27 --> 28 28 <property name="josm" location="../../core/dist/josm-custom.jar"/> 29 <property name="josm_3529" location="../../core/dist/3529/josm-tested.jar"/>30 29 <property name="plugin.build.dir" value="build"/> 31 30 <property name="plugin.src.dir" value="src"/> … … 94 93 <attribute name="de_Plugin-Description" value="Findet ungültige Addressen und bietet Unterstützung zur deren Korrektur."/> 95 94 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/FixAddresses"/> 96 <attribute name="Plugin-Mainversion" value="4 394"/>95 <attribute name="Plugin-Mainversion" value="4549"/> 97 96 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> 98 97 <attribute name="Plugin-Icon" value="images/fixaddresses.png"/> -
applications/editors/josm/plugins/ImproveWayAccuracy/build.xml
r26605 r27019 32 32 <property name="commit.message" value="Initial JOSM ImproveWayAccuracy plugin 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/buildings_tools/build.xml
r26595 r27019 32 32 <property name="commit.message" value="recompilie due to core change"/> 33 33 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 34 <property name="plugin.main.version" value="4 395"/>34 <property name="plugin.main.version" value="4549"/> 35 35 <!-- 36 36 ************************************************ -
applications/editors/josm/plugins/cadastre-fr/build.xml
r26824 r27019 32 32 <property name="ant.build.javac.target" value="1.5"/> 33 33 <property name="commit.message" value="Changed constructor for Plugin"/> 34 <property name="plugin.main.version" value="4 487"/>34 <property name="plugin.main.version" value="4549"/> 35 35 <target name="init"> 36 36 <mkdir dir="${plugin.build.dir}"/> -
applications/editors/josm/plugins/download_along/build.xml
r26605 r27019 32 32 <property name="commit.message" value="Changed the constructor signature of the plugin main class"/> 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/ext_tools/build.xml
r26605 r27019 32 32 <property name="commit.message" value="show error if script cannot be executed"/> 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/gpxpoints
-
Property svn:ignore
set to
build
-
Property svn:ignore
set to
-
applications/editors/josm/plugins/infomode/build.xml
r26605 r27019 32 32 <property name="commit.message" value="InfoMode : scan all layers, URL bug fixed"/> 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 <!-- should not be necessary to change the following properties --> 36 36 <property name="josm" location="../../core/dist/josm-custom.jar"/> -
applications/editors/josm/plugins/lakewalker/build.xml
r26605 r27019 27 27 <project name="lakewalker" 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"/> -
applications/editors/josm/plugins/merge-overlap/build.xml
r26605 r27019 32 32 <property name="commit.message" value="preset maintenance (${ant.project.name})"/> 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 <import file="../build-common.xml"/> -
applications/editors/josm/plugins/openstreetbugs/build.xml
r26605 r27019 27 27 <project name="openstreetbugs" 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"/> -
applications/editors/josm/plugins/osmarender/build.xml
r26605 r27019 34 34 <property name="xslt" location="./xslt"/> 35 35 <property name="commit.message" value="Fixed #4360 - osmarender plugin does not load"/> 36 <property name="plugin.main.version" value="4 394"/>36 <property name="plugin.main.version" value="4549"/> 37 37 <target name="init"> 38 38 <mkdir dir="${plugin.build.dir}"/> -
applications/editors/josm/plugins/photo_geotagging/build.xml
r26605 r27019 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="4 394"/>29 <property name="plugin.main.version" value="4549"/> 30 30 31 31 <!-- -
applications/editors/josm/plugins/public_transport/build.xml
r26605 r27019 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="4 394"/>88 <attribute name="Plugin-Mainversion" value="4549"/> 89 89 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> 90 90 </manifest> -
applications/editors/josm/plugins/routes/build.xml
r26605 r27019 27 27 <project name="routes" 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"/> -
applications/editors/josm/plugins/smed/build.xml
r26605 r27019 32 32 <property name="commit.message" value="some new internationalized messages"/> 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/tracer/build.xml
r26605 r27019 32 32 <property name="commit.message" value="adapt to latest josm (getNodePairs changed)"/> 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/undelete/build.xml
r26605 r27019 32 32 <property name="commit.message" value="adapt to core changes (backwards compatible)"/> 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/videomapping/build.xml
r26605 r27019 32 32 <property name="commit.message" value="videomapping"/> 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/walkingpapers/build.xml
r26605 r27019 26 26 --> 27 27 <property name="commit.message" value="Changed the constructor signature of the plugin main class"/> 28 <property name="plugin.main.version" value="4 394"/>28 <property name="plugin.main.version" value="4549"/> 29 29 <property name="josm" location="../../core/dist/josm-custom.jar"/> 30 30 <property name="plugin.dist.dir" value="../../dist"/> -
applications/editors/josm/plugins/waydownloader/build.xml
r26605 r27019 26 26 --> 27 27 <property name="commit.message" value="Changed the constructor signature of the plugin main class"/> 28 <property name="plugin.main.version" value="4 394"/>28 <property name="plugin.main.version" value="4549"/> 29 29 <!-- 30 30 ************************************************ -
applications/editors/josm/plugins/waypoint_search/build.xml
r26605 r27019 32 32 <property name="commit.message" value="bugfix of search when layer is added"/> 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/wayselector/build.xml
r26601 r27019 32 32 <property name="commit.message" value="recompile due to core change"/> 33 33 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 34 <property name="plugin.main.version" value="4 395"/>34 <property name="plugin.main.version" value="4549"/> 35 35 <!-- 36 36 ************************************************ -
applications/editors/josm/plugins/wms-turbo-challenge2/build.xml
r26605 r27019 67 67 <attribute name="Plugin-Icon" value="images/wmsracer.png"/> 68 68 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/WMS_Racer"/> 69 <attribute name="Plugin-Mainversion" value="4 394"/>69 <attribute name="Plugin-Mainversion" value="4549"/> 70 70 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> 71 71 </manifest>
Note:
See TracChangeset
for help on using the changeset viewer.