Changeset 27119 in osm
- Timestamp:
- 2011-11-22T10:13:08+01:00 (13 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 32 added
- 136 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/ColumbusCSV/build.xml
r27102 r27119 93 93 <attribute name="de_Plugin-Description" value="Importiert die CSV-Dateien des Columbus/Visiontac V-900 GPS Loggers in GPX-Daten."/> 94 94 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/ColumbusCSV"/> 95 <attribute name="Plugin-Mainversion" value="4 487"/>95 <attribute name="Plugin-Mainversion" value="4549"/> 96 96 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> 97 97 <attribute name="Plugin-Icon" value="images/colcsvicon.png"/> -
applications/editors/josm/plugins/CommandLine/build.xml
r26605 r27119 4 4 <property name="commit.message" value="Moar bugfixes"/> 5 5 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 6 <property name="plugin.main.version" value="4 394"/>6 <property name="plugin.main.version" value="4549"/> 7 7 <!-- 8 8 ************************************************ -
applications/editors/josm/plugins/addrinterpolation/build.xml
r26605 r27119 23 23 <project name="AddrInterpolation" default="dist" basedir="."> 24 24 <property name="commit.message" value="Impoved Icon"/> 25 <property name="plugin.main.version" value="4 394"/>25 <property name="plugin.main.version" value="4549"/> 26 26 <!-- 27 27 ************************************************ -
applications/editors/josm/plugins/build.xml
r26962 r27119 61 61 <ant antfile="build.xml" target="dist" dir="piclayer"/> 62 62 <ant antfile="build.xml" target="dist" dir="plastic_laf"/> 63 <ant antfile="build.xml" target="dist" dir="print"/> 63 64 <ant antfile="build.xml" target="dist" dir="proj4j"/> 64 65 <ant antfile="build.xml" target="dist" dir="public_transport"/> … … 149 150 <ant antfile="build.xml" target="clean" dir="piclayer"/> 150 151 <ant antfile="build.xml" target="clean" dir="plastic_laf"/> 152 <ant antfile="build.xml" target="clean" dir="print"/> 151 153 <ant antfile="build.xml" target="clean" dir="proj4j"/> 152 154 <ant antfile="build.xml" target="clean" dir="public_transport"/> -
applications/editors/josm/plugins/czechaddress/build.xml
r26605 r27119 32 32 <attribute name="Plugin-Description" value="Creating and handling address nodes and buildings within Czech Republic."/> 33 33 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/index.php/Cz:JOSM/Plugins/CzechAddress"/> 34 <attribute name="Plugin-Mainversion" value="4 394"/>34 <attribute name="Plugin-Mainversion" value="4549"/> 35 35 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> 36 36 </manifest> -
applications/editors/josm/plugins/importvec/build.xml
r26684 r27119 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 453"/>34 <property name="plugin.main.version" value="4549"/> 35 35 <!-- 36 36 ************************************************ -
applications/editors/josm/plugins/junctionchecking/build.xml
r26605 r27119 27 27 <project name="junctionchecking" 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.build.dir" value="build"/> -
applications/editors/josm/plugins/licensechange/build.xml
r26605 r27119 26 26 --> 27 27 <property name="commit.message" value=""/> 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/mapdust/build.xml
r26605 r27119 3 3 <!-- properties --> 4 4 <property name="commit.message" value="MapDust bug reporter plugin"/> 5 <property name="plugin.main.version" value="4 394"/>5 <property name="plugin.main.version" value="4549"/> 6 6 <property name="josm" location="../../core/dist/josm-custom.jar"/> 7 7 <property name="plugin.build.dir" value="build/classes"/> -
applications/editors/josm/plugins/native-password-manager/build.xml
r26605 r27119 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="4 394"/>35 <property name="plugin.main.version" value="4549"/> 36 36 37 37 <!-- -
applications/editors/josm/plugins/pdfimport/build.xml
r26605 r27119 33 33 <property name="commit.message" value="Initial pdfimport version"/> 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 <!-- compilation properties --> 37 37 <property name="josm.build.dir" value="../../core"/> -
applications/editors/josm/plugins/piclayer/build.xml
r26605 r27119 23 23 <project name="PicLayer" default="dist" basedir="."> 24 24 <property name="commit.message" value="applied #J5852 (patch by Petschge) - new shear option"/> 25 <property name="plugin.main.version" value="4 394"/>25 <property name="plugin.main.version" value="4549"/> 26 26 <!-- 27 27 ************************************************ -
applications/editors/josm/plugins/print/build.xml
r27066 r27119 32 32 <property name="commit.message" value="Prints more types of layers correctly now, tested with PicLayer"/> 33 33 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 34 <property name="plugin.main.version" value="4 064"/>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/proj4j/build.xml
r26605 r27119 36 36 <property name="commit.message" value="Commit message"/> 37 37 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 38 <property name="plugin.main.version" value="4 394"/>38 <property name="plugin.main.version" value="4549"/> 39 39 <!-- 40 40 ************************************************ -
applications/editors/josm/plugins/rgisopen/build.xml
r26605 r27119 32 32 <property name="commit.message" value="New plugin, rgisopen"/> 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/routing/build.xml
r26605 r27119 27 27 <project name="routing" 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 <!-- Define some properties --> 31 31 <property name="josm" location="../../core/dist/josm-custom.jar"/> -
applications/editors/josm/plugins/tagging-preset-tester/build.xml
r26605 r27119 27 27 <project name="tagging-preset-tester" 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.