Changeset 28968 in osm for applications/editors
- Timestamp:
- 2012-11-22T00:30:20+01:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/log4j/build.xml
r28963 r28968 58 58 <target name="compile" depends="init"> 59 59 <echo message="compiling sources for ${plugin.jar} ... "/> 60 <javac srcdir="src" classpath="${josm}" debug="true" destdir="${plugin.build.dir}" >60 <javac srcdir="src" classpath="${josm}" debug="true" destdir="${plugin.build.dir}" includeantruntime="false"> 61 61 <classpath> 62 62 <pathelement location="${josm}"/>
Note:
See TracChangeset
for help on using the changeset viewer.