Changeset 36486 in osm for applications/editors/josm/plugins/build-common.xml
- Timestamp:
- 2026-02-12T22:20:13+01:00 (7 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build-common.xml
r36483 r36486 113 113 <!-- to be overridden by plugins that need to perform additional tasks before compiling --> 114 114 </target> 115 <target name=" compile" depends="init, pre-compile, resolve-tools" unless="skip-compile">115 <target name="plugin-classpath-actual"> 116 116 <condition property="plugin.classpath.actual.defined"> 117 117 <isreference refid="plugin.classpath.actual" type="path"/> … … 120 120 <path refid="plugin.classpath"/> 121 121 </path> 122 </target> 123 <target name="compile" depends="init, pre-compile, resolve-tools, plugin-classpath-actual" unless="skip-compile"> 122 124 <echo message="compiling sources for ${plugin.jar} ..."/> 123 125 <path id="jdk.boot.classpath"> … … 293 295 <!-- to be overridden by plugins that need to perform additional tasks before generating javadoc --> 294 296 </target> 295 <target name="javadoc" depends="pre-javadoc,pre-compile" unless="skip-javadoc"> 297 <target name="javadoc" depends="pre-javadoc,pre-compile,plugin-classpath-actual" unless="skip-javadoc"> 296 298 <mkdir dir="${plugin.doc.dir}"/> 297 299 <javadoc destdir="${plugin.doc.dir}" … … 305 307 <classpath refid="plugin.classpath" unless:set="plugin.classpath.dependencies"/> 306 308 <classpath refid="plugin.classpath.dependencies" if:set="plugin.classpath.dependencies"/> 309 <classpath refid="plugin.classpath.actual"/> 307 310 <sourcepath> 308 311 <pathelement path="${plugin.src.dir}" />
Note:
See TracChangeset
for help on using the changeset viewer.
