Skip to content

Commit

Permalink
use more https links
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.openstreetmap.org/applications/editors/josm/plugins@31926 b9d5c4c9-76e1-0310-9c85-f3177eceb1e4
  • Loading branch information
stoecker committed Jan 3, 2016
1 parent a3839df commit f14b927
Show file tree
Hide file tree
Showing 58 changed files with 61 additions and 61 deletions.
2 changes: 1 addition & 1 deletion 00_plugin_dir_template/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<property name="plugin.main.version" value="7001"/>

<!-- Configure these properties (replace "..." accordingly).
See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
-->
<property name="plugin.author" value="..."/>
<property name="plugin.class" value="..."/>
Expand Down
2 changes: 1 addition & 1 deletion CommandLine/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<property name="plugin.main.version" value="9170"/>

<!-- Configure these properties (replace "..." accordingly).
See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
-->
<property name="plugin.author" value="Hind"/>
<property name="plugin.class" value="CommandLine.CommandLine"/>
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 @@ -6,7 +6,7 @@
<property name="plugin.main.version" value="7001"/>

<!-- Configure these properties (replace "..." accordingly).
See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
-->
<property name="plugin.author" value="Jorge Luis Chamorro"/>
<property name="plugin.class" value="CreateGridOfWaysPlugin.CreateGridOfWaysPlugin"/>
Expand Down
2 changes: 1 addition & 1 deletion DirectDownload/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<property name="plugin.main.version" value="7001"/>

<!-- Configure these properties (replace "..." accordingly).
See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
-->
<property name="plugin.author" value="Hartmut Holzgraefe"/>
<property name="plugin.class" value="org.openstreetmap.josm.plugins.directdownload.DirectDownload"/>
Expand Down
2 changes: 1 addition & 1 deletion DirectUpload/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<property name="plugin.main.version" value="9179"/>

<!-- Configure these properties (replace "..." accordingly).
See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
-->
<property name="plugin.author" value="Subhodip Biswas"/>
<property name="plugin.class" value="org.openstreetmap.josm.plugins.DirectUpload.UploadDataGuiPlugin"/>
Expand Down
2 changes: 1 addition & 1 deletion ElevationProfile/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<property name="plugin.main.version" value="8772"/>

<!-- Configure these properties (replace "..." accordingly).
See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
-->
<property name="plugin.author" value="Oliver Wieland"/>
<property name="plugin.class" value="org.openstreetmap.josm.plugins.elevation.ElevationProfilePlugin"/>
Expand Down
2 changes: 1 addition & 1 deletion FastDraw/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<property name="plugin.main.version" value="7609"/>

<!-- Configure these properties (replace "..." accordingly).
See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
-->
<property name="plugin.author" value="Alexei Kasatkin"/>
<property name="plugin.class" value="org.openstreetmap.josm.plugins.fastdraw.FastDrawingPlugin"/>
Expand Down
2 changes: 1 addition & 1 deletion FixAddresses/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<property name="plugin.main.version" value="7001"/>

<!-- Configure these properties (replace "..." accordingly).
See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
-->
<property name="plugin.author" value="Oliver Wieland"/>
<property name="plugin.class" value="org.openstreetmap.josm.plugins.fixAddresses.FixAddressesPlugin"/>
Expand Down
4 changes: 2 additions & 2 deletions HouseNumberTaggingTool/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
<property name="plugin.main.version" value="7001"/>
<!-- Configure these properties (replace "..." accordingly).
See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
-->
<property name="plugin.author" value="Oliver Raupach"/>
<property name="plugin.class" value="org.openstreetmap.josm.plugins.housenumbertool.HouseNumberTaggingToolPlugin"/>
<property name="plugin.description" value="Simple tool to tag house numbers."/>
<property name="plugin.icon" value="images/home-icon32.png"/>
<property name="plugin.link" value="http://josm.openstreetmap.de/wiki/Help/Plugin/HouseNumberTaggingTool"/>
<property name="plugin.link" value="https://josm.openstreetmap.de/wiki/Help/Plugin/HouseNumberTaggingTool"/>

<!-- ** 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 @@ -6,7 +6,7 @@
<property name="plugin.version" value="2.0"/>

<!-- Configure these properties (replace "..." accordingly).
See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
-->
<property name="plugin.author" value="Nikos Karagiannakis - Athena RC"/>
<property name="plugin.class" value="org.openstreetmap.josm.plugins.osmrec.OSMRecPlugin"/>
Expand Down
2 changes: 1 addition & 1 deletion addrinterpolation/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<property name="plugin.main.version" value="7001"/>

<!-- Configure these properties (replace "..." accordingly).
See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
-->
<property name="plugin.author" value="Mike Nice"/>
<property name="plugin.class" value="org.openstreetmap.josm.plugins.AddrInterpolation.AddrInterpolationPlugin"/>
Expand Down
2 changes: 1 addition & 1 deletion alignways/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<property name="plugin.main.version" value="7001"/>

<!-- Configure these properties (replace "..." accordingly).
See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
-->
<property name="plugin.author" value="Attila Szász"/>
<property name="plugin.class" value="com.tilusnet.josm.plugins.alignways.AlignWaysPlugin"/>
Expand Down
2 changes: 1 addition & 1 deletion apache-commons/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<property name="plugin.main.version" value="7777"/>

<!-- Configure these properties (replace "..." accordingly).
See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
-->
<property name="plugin.author" value="nokutu; Don-vip"/>
<property name="plugin.class" value="org.openstreetmap.josm.plugins.commons.CommonsPlugin"/>
Expand Down
2 changes: 1 addition & 1 deletion apache-http/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<property name="plugin.main.version" value="7777"/>

<!-- Configure these properties (replace "..." accordingly).
See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
-->
<property name="plugin.author" value="Don-vip"/>
<property name="plugin.class" value="org.openstreetmap.josm.plugins.http.HttpPlugin"/>
Expand Down
2 changes: 1 addition & 1 deletion buildings_tools/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<property name="plugin.main.version" value="8863"/>

<!-- Configure these properties (replace "..." accordingly).
See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
-->
<property name="plugin.author" value="Upliner"/>
<property name="plugin.class" value="buildings_tools.BuildingsToolsPlugin"/>
Expand Down
2 changes: 1 addition & 1 deletion cadastre-fr/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<property name="plugin.main.version" value="7001"/>

<!-- Configure these properties (replace "..." accordingly).
See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
-->
<property name="plugin.author" value="Pieren"/>
<property name="plugin.class" value="cadastre_fr.CadastrePlugin"/>
Expand Down
2 changes: 1 addition & 1 deletion canvec_helper/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<property name="plugin.main.version" value="7248"/>

<!-- Configure these properties (replace "..." accordingly).
See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
-->
<property name="plugin.author" value="Michael Bishop"/>
<property name="plugin.class" value="org.openstreetmap.josm.plugins.canvec_helper.CanvecHelper"/>
Expand Down
2 changes: 1 addition & 1 deletion dataimport/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
************************************************
** configure these properties. Most of them will be copied to the plugins
** manifest file. Property values will also show up in the list available
** plugins: http://josm.openstreetmap.de/wiki/Plugins.
** plugins: https://josm.openstreetmap.de/wiki/Plugins.
**
************************************************
-->
Expand Down
2 changes: 1 addition & 1 deletion download_along/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<property name="plugin.main.version" value="7001"/>

<!-- Configure these properties (replace "..." accordingly).
See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
-->
<property name="plugin.author" value="Nakor"/>
<property name="plugin.class" value="org.openstreetmap.josm.plugin.download_along.DownloadAlong"/>
Expand Down
2 changes: 1 addition & 1 deletion editgpx/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<property name="plugin.main.version" value="7001"/>

<!-- Configure these properties (replace "..." accordingly).
See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
-->
<property name="plugin.author" value="Martin Garbe"/>
<property name="plugin.class" value="org.openstreetmap.josm.plugins.editgpx.EditGpxPlugin"/>
Expand Down
2 changes: 1 addition & 1 deletion epci-fr/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<property name="plugin.main.version" value="7001"/>

<!-- Configure these properties (replace "..." accordingly).
See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
-->
<property name="plugin.author" value="Don-vip"/>
<property name="plugin.class" value="org.openstreetmap.josm.plugins.fr.epci.EpciPlugin"/>
Expand Down
2 changes: 1 addition & 1 deletion ext_tools/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
************************************************
** configure these properties. Most of them will be copied to the plugins
** manifest file. Property values will also show up in the list available
** plugins: http://josm.openstreetmap.de/wiki/Plugins.
** plugins: https://josm.openstreetmap.de/wiki/Plugins.
**
************************************************
-->
Expand Down
2 changes: 1 addition & 1 deletion gpsblam/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
************************************************
** configure these properties. Most of them will be copied to the plugins
** manifest file. Property values will also show up in the list available
** plugins: http://josm.openstreetmap.de/wiki/Plugins.
** plugins: https://josm.openstreetmap.de/wiki/Plugins.
**
************************************************
-->
Expand Down
2 changes: 1 addition & 1 deletion graphview/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<property name="plugin.main.version" value="7001"/>

<!-- Configure these properties (replace "..." accordingly).
See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
-->
<property name="plugin.author" value="Tobias Knerr"/>
<property name="plugin.class" value="org.openstreetmap.josm.plugins.graphview.plugin.GraphViewPlugin"/>
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 @@ -6,7 +6,7 @@
<property name="plugin.main.version" value="8526"/>

<!-- Configure these properties (replace "..." accordingly).
See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
-->
<property name="plugin.author" value="Don-vip"/>
<property name="plugin.class" value="org.openstreetmap.josm.plugins.imageryxmlbounds.ImageryXmlBoundsPlugin"/>
Expand Down
2 changes: 1 addition & 1 deletion imagewaypoint/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<property name="plugin.main.version" value="7001"/>

<!-- Configure these properties (replace "..." accordingly).
See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
-->
<property name="plugin.author" value="Flint"/>
<property name="plugin.class" value="org.insignificant.josm.plugins.imagewaypoint.ImageWayPointPlugin"/>
Expand Down
2 changes: 1 addition & 1 deletion infomode/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
************************************************
** configure these properties. Most of them will be copied to the plugins
** manifest file. Property values will also show up in the list available
** plugins: http://josm.openstreetmap.de/wiki/Plugins.
** plugins: https://josm.openstreetmap.de/wiki/Plugins.
**
************************************************
-->
Expand Down
2 changes: 1 addition & 1 deletion irsrectify/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
************************************************
** configure these properties. Most of them will be copied to the plugins
** manifest file. Property values will also show up in the list available
** plugins: http://josm.openstreetmap.de/wiki/Plugins.
** plugins: https://josm.openstreetmap.de/wiki/Plugins.
**
************************************************
-->
Expand Down
2 changes: 1 addition & 1 deletion junctionchecking/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<property name="plugin.main.version" value="7575"/>

<!-- Configure these properties (replace "..." accordingly).
See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
-->
<property name="plugin.author" value="Jörg Possin"/>
<property name="plugin.class" value="org.openstreetmap.josm.plugins.JunctionChecker.JunctionCheckerPlugin"/>
Expand Down
2 changes: 1 addition & 1 deletion lakewalker/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<property name="plugin.main.version" value="7001"/>

<!-- Configure these properties (replace "..." accordingly).
See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
-->
<property name="plugin.author" value="Brent Easton, Jason Reid"/>
<property name="plugin.class" value="org.openstreetmap.josm.plugins.lakewalker.LakewalkerPlugin"/>
Expand Down
2 changes: 1 addition & 1 deletion livegps/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<property name="plugin.main.version" value="7001"/>

<!-- Configure these properties (replace "..." accordingly).
See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
-->
<property name="plugin.author" value="Frederik Ramm"/>
<property name="plugin.class" value="livegps.LiveGpsPlugin"/>
Expand Down
2 changes: 1 addition & 1 deletion log4j/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<property name="plugin.main.version" value="7001"/>

<!-- Configure these properties (replace "..." accordingly).
See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
-->
<property name="plugin.author" value="Don-vip"/>
<property name="plugin.class" value="org.openstreetmap.josm.plugins.log4j.Log4jPlugin"/>
Expand Down
2 changes: 1 addition & 1 deletion measurement/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<property name="plugin.canloadatruntime" value="true"/>

<!-- Configure these properties (replace "..." accordingly).
See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
-->
<property name="plugin.author" value="Raphael Mack, Reza Mohammadi"/>
<property name="plugin.class" value="org.openstreetmap.josm.plugins.measurement.MeasurementPlugin"/>
Expand Down
2 changes: 1 addition & 1 deletion merge-overlap/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<property name="plugin.main.version" value="8974"/>

<!-- Configure these properties (replace "..." accordingly).
See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
-->
<property name="plugin.author" value="Stéphane Brunner"/>
<property name="plugin.class" value="mergeoverlap.MergeOverlapPlugin"/>
Expand Down
2 changes: 1 addition & 1 deletion michigan_left/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<property name="plugin.main.version" value="7001"/>

<!-- Configure these properties (replace "..." accordingly).
See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
-->
<property name="plugin.author" value="Nakor"/>
<property name="plugin.class" value="MichiganLeft.MichiganLeft"/>
Expand Down
2 changes: 1 addition & 1 deletion namemanager/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<property name="plugin.main.version" value="7001"/>

<!-- Configure these properties (replace "..." accordingly).
See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
-->
<property name="plugin.author" value="Rafal Jachowicz &lt;[email protected]&gt;"/>
<property name="plugin.class" value="org.openstreetmap.josm.plugins.namemanager.NameManagerPlugin"/>
Expand Down
2 changes: 1 addition & 1 deletion no_more_mapping/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
************************************************
** configure these properties. Most of them will be copied to the plugins
** manifest file. Property values will also show up in the list available
** plugins: http://josm.openstreetmap.de/wiki/Plugins.
** plugins: https://josm.openstreetmap.de/wiki/Plugins.
**
************************************************
-->
Expand Down
2 changes: 1 addition & 1 deletion pdfimport/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<property name="plugin.main.version" value="7001"/>

<!-- Configure these properties (replace "..." accordingly).
See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
-->
<property name="plugin.author" value="extropy"/>
<property name="plugin.class" value="pdfimport.PdfImportPlugin"/>
Expand Down
4 changes: 2 additions & 2 deletions photoadjust/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<property name="plugin.main.version" value="9270"/>

<!-- Configure these properties (replace "..." accordingly).
See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
-->
<property name="plugin.author" value="holgermappt"/>
<property name="plugin.class" value="org.openstreetmap.josm.plugins.photoadjust.PhotoAdjustPlugin"/>
Expand Down Expand Up @@ -57,7 +57,7 @@ msgstr ""
</classpath>
<!-- Paths are relative to javadoc destdir (${plugin.javadoc.dir}). -->
<link href="../../../core/javadoc/"/>
<link href="http://josm.openstreetmap.de/doc/"/>
<link href="https://josm.openstreetmap.de/doc/"/>
<link href="http://docs.oracle.com/javase/7/docs/api/"/>
</javadoc>
</target>
Expand Down
Loading

0 comments on commit f14b927

Please sign in to comment.