Changeset 16177 in osm for applications/editors/josm/plugins/piclayer
- Timestamp:
- 2009-06-27T12:50:18+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/piclayer/build.xml
r14839 r16177 49 49 --> 50 50 <target name="compile" depends="init"> 51 <echo message="compiling sources for ${plugin} ... "/>51 <echo message="compiling sources for ${ant.project.name} ... "/> 52 52 <javac srcdir="src" classpath="${josm}" debug="true" destdir="${plugin.build.dir}"> 53 53 <compilerarg value="-Xlint:deprecation"/> … … 62 62 --> 63 63 <target name="dist" depends="compile,revision"> 64 <echo message="creating ${plugin.jar .name} ... "/>64 <echo message="creating ${plugin.jar} ... "/> 65 65 <copy todir="${plugin.build.dir}/resources"> 66 66 <fileset dir="resources"/>
Note:
See TracChangeset
for help on using the changeset viewer.