Changeset 32322 in osm for applications/editors/josm/plugins/build-common.xml
- Timestamp:
- 2016-06-19T02:43:21+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build-common.xml
r32317 r32322 66 66 ********************************************************** 67 67 --> 68 <target name="compile" depends="init" unless="skip-compile"> 68 <target name="pre-compile"> 69 <!-- to be overidden by plugins that need to perform additional tasks before compiling --> 70 </target> 71 <target name="compile" depends="init, pre-compile" unless="skip-compile"> 69 72 <echo message="compiling sources for ${plugin.jar} ..."/> 70 73 <javac srcdir="src" debug="true" destdir="${plugin.build.dir}" includeantruntime="false" encoding="UTF-8">
Note:
See TracChangeset
for help on using the changeset viewer.