Skip to content

Commit

Permalink
[josm_plugins] use https links to OSM wiki
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.openstreetmap.org/applications/editors/josm/plugins@31923 b9d5c4c9-76e1-0310-9c85-f3177eceb1e4
  • Loading branch information
don-vip committed Jan 3, 2016
1 parent ce8ae01 commit 501bc22
Show file tree
Hide file tree
Showing 74 changed files with 78 additions and 78 deletions.
2 changes: 1 addition & 1 deletion ColumbusCSV/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<property name="plugin.author" value="Oliver Wieland"/>
<property name="plugin.class" value="org.openstreetmap.josm.plugins.columbusCSV.ColumbusCSVPlugin"/>
<property name="plugin.description" value="Imports proprietary CSV files of the Columbus/Visiontac V-900 GPS logger into a GPX layer."/>
<property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/ColumbusCSV"/>
<property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/ColumbusCSV"/>
<!-- Plugin icon -->
<property name="plugin.icon" value="images/colcsvicon.png"/>

Expand Down
2 changes: 1 addition & 1 deletion CommandLine/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<property name="plugin.class" value="CommandLine.CommandLine"/>
<property name="plugin.description" value="Implements a command line and enables to create your commands. See link for standard commands (arc, circle etc.)"/>
<property name="plugin.icon" value="images/commandline.png"/>
<property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/CommandLine"/>
<property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/CommandLine"/>

<!-- ** include targets that all plugins have in common ** -->
<import file="../build-common.xml"/>
Expand Down
2 changes: 1 addition & 1 deletion Create_grid_of_ways/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<property name="plugin.class" value="CreateGridOfWaysPlugin.CreateGridOfWaysPlugin"/>
<property name="plugin.description" value="Create a grid of ways."/>
<property name="plugin.icon" value="images/creategridofways.png"/>
<property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/Create_grid_of_ways"/>
<property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/Create_grid_of_ways"/>

<!-- ** include targets that all plugins have in common ** -->
<import file="../build-common.xml"/>
Expand Down
2 changes: 1 addition & 1 deletion DirectUpload/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<property name="plugin.class" value="org.openstreetmap.josm.plugins.DirectUpload.UploadDataGuiPlugin"/>
<property name="plugin.description" value="This plugin directly upload GPS Traces from current active layer in JOSM to openstreetmap.org."/>
<property name="plugin.icon" value="images/UploadAction.png"/>
<property name="plugin.link" value="http://wiki.openstreetmap.org/index.php/User:Subhodip/GSoC_Doc#DirectUpload_Plugin_in_JOSM_:"/>
<property name="plugin.link" value="https://wiki.openstreetmap.org/index.php/User:Subhodip/GSoC_Doc#DirectUpload_Plugin_in_JOSM_:"/>
<!--<property name="plugin.early" value="..."/>-->
<!--<property name="plugin.requires" value="..."/>-->
<!--<property name="plugin.stage" value="..."/>-->
Expand Down
2 changes: 1 addition & 1 deletion ElevationProfile/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<property name="plugin.class" value="org.openstreetmap.josm.plugins.elevation.ElevationProfilePlugin"/>
<property name="plugin.description" value="Shows the elevation profile and some statistical data of a GPX track."/>
<property name="plugin.icon" value="images/elevation.png"/>
<property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/ElevationProfile"/>
<property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/ElevationProfile"/>

<!-- ** include targets that all plugins have in common ** -->
<import file="../build-common.xml"/>
Expand Down
2 changes: 1 addition & 1 deletion FastDraw/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<property name="plugin.class" value="org.openstreetmap.josm.plugins.fastdraw.FastDrawingPlugin"/>
<property name="plugin.description" value="Fast drawing ways by mouse"/>
<property name="plugin.icon" value="images/favicon.png"/>
<property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/FastDraw"/>
<property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/FastDraw"/>

<!-- ** include targets that all plugins have in common ** -->
<import file="../build-common.xml"/>
Expand Down
2 changes: 1 addition & 1 deletion FixAddresses/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<property name="plugin.class" value="org.openstreetmap.josm.plugins.fixAddresses.FixAddressesPlugin"/>
<property name="plugin.description" value="Finds and fixes invalid street addresses in a comfortable way."/>
<property name="plugin.icon" value="images/fixaddresses.png"/>
<property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/FixAddresses"/>
<property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/FixAddresses"/>

<!-- ** include targets that all plugins have in common ** -->
<import file="../build-common.xml"/>
Expand Down
2 changes: 1 addition & 1 deletion ImportImagePlugin/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<property name="plugin.class" value="org.openstreetmap.josm.plugins.ImportImagePlugin.ImportImagePlugin"/>
<property name="plugin.description" value="Plugin for importing spatial referenced images"/>
<property name="plugin.icon" value="images/layericon.png"/>
<property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/ImportImagePlugin"/>
<property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/ImportImagePlugin"/>
<property name="plugin.requires" value="log4j;jts;ejml;geotools"/>

<!-- ** include targets that all plugins have in common ** -->
Expand Down
4 changes: 2 additions & 2 deletions NanoLog/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<property name="plugin.description" value="NanoLog adjustment and browsing layer"/>
<property name="plugin.icon" value="images/nanolog.png"/>
<property name="plugin.description.ru" value="Загрузчик слоя NanoLog"/>
<property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/NanoLog"/>
<property name="plugin.link.ru" value="http://wiki.openstreetmap.org/wiki/RU:NanoLog"/>
<property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/NanoLog"/>
<property name="plugin.link.ru" value="https://wiki.openstreetmap.org/wiki/RU:NanoLog"/>

<!-- ** include targets that all plugins have in common ** -->
<import file="../build-common.xml"/>
Expand Down
2 changes: 1 addition & 1 deletion OSMRecPlugin/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<property name="plugin.class" value="org.openstreetmap.josm.plugins.osmrec.OSMRecPlugin"/>
<property name="plugin.description" value="Recommends categories/tags on newly created OSM entities by analysing spatial entities into training features and using SVM classification"/>
<property name="plugin.icon" value="images/dialogs/logo-osmrec.png"/>
<property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/OSMRec"/>
<property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/OSMRec"/>
<property name="plugin.requires" value="log4j;apache-commons;jts;geotools"/>

<!-- ** include targets that all plugins have in common ** -->
Expand Down
2 changes: 1 addition & 1 deletion OSMRecPlugin/resources/files/owl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10428,7 +10428,7 @@
<label xmlns="http://www.w3.org/2000/01/rdf-schema#" xml:lang="aln">Moqal</label>
<label xmlns="http://www.w3.org/2000/01/rdf-schema#" xml:lang="it">Prato alpino</label>
<label xmlns="http://www.w3.org/2000/01/rdf-schema#" xml:lang="tl">Pulak</label>
<label xmlns="http://www.w3.org/2000/01/rdf-schema#" xml:lang="cs">See http://wiki.openstreetmap.org/wiki/Tag:natural=fell</label>
<label xmlns="http://www.w3.org/2000/01/rdf-schema#" xml:lang="cs">See https://wiki.openstreetmap.org/wiki/Tag:natural=fell</label>
<label xmlns="http://www.w3.org/2000/01/rdf-schema#" xml:lang="fi">Tunturi</label>
<label xmlns="http://www.w3.org/2000/01/rdf-schema#" xml:lang="sl">Višinski travnik</label>
<label xmlns="http://www.w3.org/2000/01/rdf-schema#" xml:lang="vi">Đồi đá</label>
Expand Down
2 changes: 1 addition & 1 deletion OpeningHoursEditor/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<property name="plugin.class" value="org.openstreetmap.josm.plugins.ohe.OhePlugin"/>
<property name="plugin.description" value="extended options for editing opening_hours"/>
<property name="plugin.icon" value="images/opening_hours.png"/>
<property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpeningHoursEditor"/>
<property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpeningHoursEditor"/>
<property name="plugin.canloadatruntime" value="true"/>

<!-- ** include targets that all plugins have in common ** -->
Expand Down
2 changes: 1 addition & 1 deletion addrinterpolation/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<property name="plugin.class" value="org.openstreetmap.josm.plugins.AddrInterpolation.AddrInterpolationPlugin"/>
<property name="plugin.description" value="Group common Address Interpolation inputs in a single dialog, as well as an option to automatically generate individual house number nodes from a Way."/>
<property name="plugin.icon" value="images/AddrInterpolation.png"/>
<property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/AddrInterpolation"/>
<property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/AddrInterpolation"/>

<!-- ** include targets that all plugins have in common ** -->
<import file="../build-common.xml"/>
Expand Down
2 changes: 1 addition & 1 deletion alignways/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<property name="plugin.class" value="com.tilusnet.josm.plugins.alignways.AlignWaysPlugin"/>
<property name="plugin.description" value="Makes a pair of selected way segments parallel by rotating one of them around a chosen pivot."/>
<property name="plugin.icon" value="images/alignways.png"/>
<property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/AlignWayS"/>
<property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/AlignWayS"/>

<!-- ** include targets that all plugins have in common ** -->
<import file="../build-common.xml"/>
Expand Down
2 changes: 1 addition & 1 deletion buildings_tools/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<property name="plugin.class" value="buildings_tools.BuildingsToolsPlugin"/>
<property name="plugin.description" value="Tools for drawing buildings."/>
<property name="plugin.icon" value="images/mapmode/building.png"/>
<property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/BuildingsTools"/>
<property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/BuildingsTools"/>
<property name="plugin.canloadatruntime" value="true"/>

<!-- ** include targets that all plugins have in common ** -->
Expand Down
2 changes: 1 addition & 1 deletion cadastre-fr/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<property name="plugin.class" value="cadastre_fr.CadastrePlugin"/>
<property name="plugin.description" value="A special handler for the French land registry WMS server."/>
<property name="plugin.icon" value="images/preferences/cadastrewms.png"/>
<property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/FR:JOSM/Fr:Plugin/Cadastre"/>
<property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/FR:JOSM/Fr:Plugin/Cadastre"/>
<property name="plugin.stage" value="60"/>
<property name="plugin.requires" value="jts;geotools"/>

Expand Down
2 changes: 1 addition & 1 deletion czechaddress/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<attribute name="Plugin-Class" value="org.openstreetmap.josm.plugins.czechaddress.CzechAddressPlugin"/>
<attribute name="Plugin-Date" value="${version.entry.commit.date}"/>
<attribute name="Plugin-Description" value="Creating and handling address nodes and buildings within Czech Republic."/>
<attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/CS:JOSM/Plugins/CzechAddress"/>
<attribute name="Plugin-Link" value="https://wiki.openstreetmap.org/wiki/CS:JOSM/Plugins/CzechAddress"/>
<attribute name="Plugin-Icon" value="images/preferences/czech_flag.png"/>
<attribute name="Plugin-Mainversion" value="7001"/>
<attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
Expand Down
2 changes: 1 addition & 1 deletion download_along/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<property name="plugin.class" value="org.openstreetmap.josm.plugin.download_along.DownloadAlong"/>
<property name="plugin.description" value="Downloads OSM data along a way"/>
<property name="plugin.icon" value="images/download_along.png"/>
<property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/DownloadAlong"/>
<property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/DownloadAlong"/>
<!--<property name="plugin.early" value="..."/>-->
<!--<property name="plugin.requires" value="..."/>-->
<!--<property name="plugin.stage" value="..."/>-->
Expand Down
2 changes: 1 addition & 1 deletion editgpx/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<property name="plugin.class" value="org.openstreetmap.josm.plugins.editgpx.EditGpxPlugin"/>
<property name="plugin.description" value="Allows the user to anonymize timestamps and delete parts of huge GPX tracks very fast."/>
<property name="plugin.icon" value="images/mapmode/editgpx_mode.png"/>
<property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/EditGpx"/>
<property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/EditGpx"/>

<!-- ** include targets that all plugins have in common ** -->
<import file="../build-common.xml"/>
Expand Down
2 changes: 1 addition & 1 deletion epci-fr/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<property name="plugin.description" value="Handling of French EPCIs (boundary=local_authority)"/>
<!--<property name="plugin.icon" value="..."/>-->
<property name="plugin.canloadatruntime" value="true"/>
<property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/FR:JOSM/Fr:Plugin/EPCI-fr"/>
<property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/FR:JOSM/Fr:Plugin/EPCI-fr"/>
<property name="plugin.early" value="true"/>
<!--<property name="plugin.requires" value="..."/>-->
<!--<property name="plugin.stage" value="..."/>-->
Expand Down
2 changes: 1 addition & 1 deletion ext_tools/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<attribute name="Plugin-Date" value="${version.entry.commit.date}"/>
<attribute name="Plugin-Description" value="Use external scripts in JOSM"/>
<attribute name="Plugin-Icon" value="images/ext.png"/>
<attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/ExtTools"/>
<attribute name="Plugin-Link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/ExtTools"/>
<attribute name="Plugin-Mainversion" value="${plugin.main.version}"/>
<attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
</manifest>
Expand Down
4 changes: 2 additions & 2 deletions geochat/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
<property name="plugin.class" value="geochat.GeoChatPlugin"/>
<property name="plugin.description" value="Talk with users editing the map nearby, be notified when someone comes close."/>
<property name="plugin.icon" value="images/dialogs/geochat.png"/>
<property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/GeoChat"/>
<property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/GeoChat"/>
<property name="plugin.canloadatruntime" value="true"/>

<target name="additional-manifest">
<manifest file="MANIFEST" mode="update">
<attribute name="ru_Author" value="Илья Зверев"/>
<attribute name="ru_Plugin-Description" value="Панель для общения с редактирующими карту поблизости, а также способ узнать, когда кто-то собирается править окрестности."/>
<attribute name="ru_Plugin_Link" value="http://wiki.openstreetmap.org/wiki/RU:JOSM/Plugins/GeoChat"/>
<attribute name="ru_Plugin_Link" value="https://wiki.openstreetmap.org/wiki/RU:JOSM/Plugins/GeoChat"/>
</manifest>
</target>

Expand Down
2 changes: 1 addition & 1 deletion gpsblam/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<attribute name="Plugin-Date" value="${version.entry.commit.date}"/>
<attribute name="Plugin-Description" value="Analyse a set of GPS points to obtain its centre and direction of spread."/>
<attribute name="Plugin-Icon" value="images/mapmode/gpsblam_mode.png"/>
<attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/GPSBlam"/>
<attribute name="Plugin-Link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/GPSBlam"/>
<attribute name="Plugin-Mainversion" value="${plugin.main.version}"/>
<attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
</manifest>
Expand Down
2 changes: 1 addition & 1 deletion gpxfilter/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<property name="plugin.class" value="gpxfilter.GpxFilterPlugin"/>
<property name="plugin.description" value="Allows to filter out unnecessary GPS tracks"/>
<!-- <property name="plugin.icon" value="images/preferences/walkingpapers.png"/>-->
<property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/GPXFilter"/>
<property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/GPXFilter"/>

<!-- ** include targets that all plugins have in common ** -->
<import file="../build-common.xml"/>
Expand Down
2 changes: 1 addition & 1 deletion graphview/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<property name="plugin.class" value="org.openstreetmap.josm.plugins.graphview.plugin.GraphViewPlugin"/>
<property name="plugin.description" value="Visualizes routing information as a routing graph."/>
<property name="plugin.icon" value="images/preferences/graphview.png"/>
<property name="plugin.link" value="http://wiki.openstreetmap.org/index.php/JOSM/Plugins/Graphview"/>
<property name="plugin.link" value="https://wiki.openstreetmap.org/index.php/JOSM/Plugins/Graphview"/>

<!-- ** include targets that all plugins have in common ** -->
<import file="../build-common.xml"/>
Expand Down
2 changes: 1 addition & 1 deletion graphview/resources/accessRuleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<implications>

<!-- implications based on
http://wiki.openstreetmap.org/wiki/OSM_tags_for_routing/Access-Restrictions
https://wiki.openstreetmap.org/wiki/OSM_tags_for_routing/Access-Restrictions
section Default -->

<implication>
Expand Down
2 changes: 1 addition & 1 deletion graphview/resources/accessRuleset_de.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<implications>

<!-- implications based on
http://wiki.openstreetmap.org/wiki/OSM_tags_for_routing/Access-Restrictions
https://wiki.openstreetmap.org/wiki/OSM_tags_for_routing/Access-Restrictions
section Germany -->

<implication>
Expand Down
2 changes: 1 addition & 1 deletion imagery-xml-bounds/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<property name="plugin.description" value="Generate Imagery XML bounds from a multipolygon"/>
<property name="plugin.canloadatruntime" value="true"/>
<property name="plugin.icon" value="images/xml_24.png"/>
<property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/Imagery-XML-Bounds"/>
<property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Imagery-XML-Bounds"/>

<!-- ** include targets that all plugins have in common ** -->
<import file="../build-common.xml"/>
Expand Down
4 changes: 2 additions & 2 deletions imagery_offset_db/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
<property name="plugin.class" value="iodb.ImageryOffsetPlugin"/>
<property name="plugin.description" value="Database of imagery offsets: share and aquire imagery offsets with one button."/>
<property name="plugin.icon" value="images/iodb.png"/>
<property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/Imagery_Offset_Database"/>
<property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/Imagery_Offset_Database"/>

<target name="additional-manifest">
<manifest file="MANIFEST" mode="update">
<attribute name="ru_Author" value="Илья Зверев"/>
<attribute name="ru_Plugin-Description" value="База данных смещений подложек: загружайте и делитесь смещениями одной кнопкой."/>
<attribute name="ru_Plugin-Link" value="http://wiki.openstreetmap.org/wiki/RU:Imagery_Offset_Database"/>
<attribute name="ru_Plugin-Link" value="https://wiki.openstreetmap.org/wiki/RU:Imagery_Offset_Database"/>
</manifest>
</target>

Expand Down
2 changes: 1 addition & 1 deletion imageryadjust/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<property name="plugin.class" value="imageryadjust.ImageryAdjustPlugin"/>
<property name="plugin.description" value="WMSPlugin-style imagery adjustment mapmode"/>
<property name="plugin.icon" value="images/mapmode/adjustimg.png"/>
<property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/ImageryAdjust"/>
<property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/ImageryAdjust"/>

<!-- ** include targets that all plugins have in common ** -->
<import file="../build-common.xml"/>
Expand Down
Loading

0 comments on commit 501bc22

Please sign in to comment.