Ignore:
Timestamp:
2009-06-27T12:50:18+02:00 (16 years ago)
Author:
stoecker
Message:

fixed build issues

File:
1 edited

Legend:

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

    r14839 r16177  
    4949    -->
    5050    <target name="compile" depends="init">
    51         <echo message="compiling sources for  ${plugin} ... "/>
     51        <echo message="compiling sources for ${ant.project.name} ... "/>
    5252        <javac srcdir="src" classpath="${josm}" debug="true" destdir="${plugin.build.dir}">
    5353            <compilerarg value="-Xlint:deprecation"/>
     
    6262    -->
    6363    <target name="dist" depends="compile,revision">
    64         <echo message="creating ${plugin.jar.name} ... "/>
     64        <echo message="creating ${plugin.jar} ... "/>
    6565        <copy todir="${plugin.build.dir}/resources">
    6666            <fileset dir="resources"/>
Note: See TracChangeset for help on using the changeset viewer.