Changeset 34038 in osm for applications/editors/josm/plugins/build-common.xml
- Timestamp:
- 2018-01-28T21:39:24+01:00 (7 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins
- Property svn:externals
-
old new 17 17 https://github.com/JOSM/rex/trunk rex 18 18 https://github.com/JOSM/improve-way/trunk improve-way 19 https://github.com/JOSM/auto-tools/trunk auto-tools 20 https://github.com/JOSM/configuration/trunk configuration 21 https://github.com/JOSM/osm-obj-info/trunk osm-obj-info
-
-
Property svn:ignore
set to
ColorPlugin
improve-osm-plugin
josm-matsim-plugin
kendzi3d
missingroads
scoutsigns
TombPlugin
traffic-flow-direction
JOSM-configuration
openstreetcam
areaselector.git
auto-tools.git
Color
configuration.git
osmarender.wip
osm-obj-info.git
tofix.git
- Property svn:externals
-
applications/editors/josm/plugins/build-common.xml
r34010 r34038 210 210 </condition> 211 211 </target> 212 <target name="javadoc"> 213 <javadoc destdir="javadoc" 214 sourcepath="${plugin.src.dir}" 215 encoding="UTF-8" 216 windowtitle="JOSM-${ant.project.name}" 217 use="true" 218 private="true" 219 linksource="true" 220 author="false"> 221 <classpath refid="plugin.classpath"/> 222 <link href="http://docs.oracle.com/javase/8/docs/api"/> 223 <link href="https://josm.openstreetmap.de/doc"/> 224 <doctitle><![CDATA[<h2>JOSM-${ant.project.name} - Javadoc</h2>]]></doctitle> 225 <bottom><![CDATA[<a href="https://josm.openstreetmap.de/wiki/Plugins">JOSM Plugins</a>]]></bottom> 226 <arg value="--add-exports" if:set="isJava9" /> 227 <arg value="javafx.graphics/com.sun.javafx.application=ALL-UNNAMED" if:set="isJava9" /> 228 </javadoc> 229 </target> 212 230 <!-- 213 231 **********************************************************
Note:
See TracChangeset
for help on using the changeset viewer.