Changeset 34097 in osm for applications/editors/josm
- Timestamp:
- 2018-03-24T18:41:43+01:00 (7 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/CustomizePublicTransportStop/build.xml
r34095 r34097 45 45 author="false"> 46 46 <classpath refid="compile.path"/> 47 <link href="http ://docs.oracle.com/javase/8/docs/api"/>47 <link href="https://docs.oracle.com//javase/8/docs/api"/> 48 48 <link href="https://josm.openstreetmap.de/doc"/> 49 49 <doctitle><![CDATA[<h2>${ant.project.name} - Javadoc</h2>]]></doctitle> -
applications/editors/josm/plugins/geotools/build.xml
r33930 r34097 65 65 <manifest file="MANIFEST" mode="update"> 66 66 <!-- JAI requires a vendor name for some of its deep internals, 67 see http ://stackoverflow.com/a/18495658/2257172 -->67 see https://stackoverflow.com/a/18495658/2257172 --> 68 68 <attribute name="Specification-Title" value="JOSM GeoTools plugin"/> 69 69 <attribute name="Specification-Version" value="19.0"/> -
applications/editors/josm/plugins/geotools/src/org/openstreetmap/josm/plugins/geotools/GeoToolsPlugin.java
r33958 r34097 50 50 // As the JAI jars are bundled in the geotools plugin, JAI initialization does not work, 51 51 // so we need to perform the tasks described here ("Initialization and automatic loading of registry objects"): 52 // http ://docs.oracle.com/cd/E17802_01/products/products/java-media/jai/forDevelopers/jai-apidocs/javax/media/jai/OperationRegistry.html52 // https://docs.oracle.com//cd/E17802_01/products/products/java-media/jai/forDevelopers/jai-apidocs/javax/media/jai/OperationRegistry.html 53 53 OperationRegistry registry = JAI.getDefaultInstance().getOperationRegistry(); 54 54 if (registry == null) { -
applications/editors/josm/plugins/imagery_cachexport/build.xml
r33748 r34097 65 65 <link href="../../../core/javadoc/"/> 66 66 <link href="https://josm.openstreetmap.de/doc/"/> 67 <link href="http ://docs.oracle.com/javase/8/docs/api/"/>67 <link href="https://docs.oracle.com//javase/8/docs/api/"/> 68 68 </javadoc> 69 69 </target> -
applications/editors/josm/plugins/irsrectify/build.xml
r33846 r34097 14 14 <property name="plugin.description" value="A helper for IRS satellite adjustment."/> 15 15 <property name="plugin.icon" value="images/irsrectify.png"/> 16 <property name="plugin.link" value="http ://forum.openstreetmap.org/viewtopic.php?id=6817"/>16 <property name="plugin.link" value="https://forum.openstreetmap.org/viewtopic.php?id=6817"/> 17 17 <!--<property name="plugin.early" value="..."/>--> 18 18 <!--<property name="plugin.requires" value="..."/>--> -
applications/editors/josm/plugins/pdfimport/build.xml
r33579 r34097 13 13 <property name="plugin.description" value="Import PDF file and convert to ways."/> 14 14 <property name="plugin.icon" value="images/pdf_import.png"/> 15 < property name="plugin.link" value="http://svn.openstreetmap.org/applications/editors/josm/plugins/pdfimport/"/>15 <!--<property name="plugin.link" value="..."/>--> 16 16 <property name="plugin.requires" value="apache-commons"/> 17 17 -
applications/editors/josm/plugins/photoadjust/build.xml
r33750 r34097 59 59 <link href="../../../core/javadoc/"/> 60 60 <link href="https://josm.openstreetmap.de/doc/"/> 61 <link href="http ://docs.oracle.com/javase/8/docs/api/"/>61 <link href="https://docs.oracle.com//javase/8/docs/api/"/> 62 62 </javadoc> 63 63 </target> -
applications/editors/josm/plugins/seachart/build.xml
r33961 r34097 10 10 <property name="plugin.description" value="Imagery Layer for Sea Charts"/> 11 11 <property name="plugin.icon" value="images/SC.png"/> 12 <property name="plugin.link" value="http ://openseamap.org/"/>12 <property name="plugin.link" value="https://openseamap.org/"/> 13 13 14 14 <property name="josm" location="../../core/dist/josm-custom.jar"/> -
applications/editors/josm/plugins/seachartedit/build.xml
r33920 r34097 13 13 <property name="plugin.description" value="Edit features for Sea Charts"/> 14 14 <property name="plugin.icon" value="images/SC.png"/> 15 <property name="plugin.link" value="http ://openseamap.org/"/>15 <property name="plugin.link" value="https://openseamap.org/"/> 16 16 <property name="plugin.requires" value="seachart"/> 17 17 -
applications/editors/josm/plugins/smed/build.xml
r33914 r34097 13 13 <property name="plugin.description" value="Edit features for OpenSeaMap"/> 14 14 <property name="plugin.icon" value="images/Smed.png"/> 15 <property name="plugin.link" value="http ://openseamap.org/"/>15 <property name="plugin.link" value="https://openseamap.org/"/> 16 16 <property name="plugin.canloadatruntime" value="true"/> 17 17 <!-- ** include targets that all plugins have in common ** -->
Note:
See TracChangeset
for help on using the changeset viewer.