Ignore:
Timestamp:
2008-04-06T21:10:11+02:00 (16 years ago)
Author:
joerg
Message:

josm/plugins/*/build.xml: add echo to identify which compile failes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/namefinder/build.xml

    r6100 r7287  
    2525  <!-- compile target -->
    2626  <target name="compile" depends="init">
     27    <echo message="creating ${plugin.jar}"/>
    2728    <javac srcdir="namefinder" destdir="${plugin.build.dir}" debug="true" source="1.5" target="1.5">
    2829      <classpath>
Note: See TracChangeset for help on using the changeset viewer.