Index: applications/editors/josm/plugins/piclayer/build.xml
===================================================================
--- applications/editors/josm/plugins/piclayer/build.xml	(revision 15193)
+++ applications/editors/josm/plugins/piclayer/build.xml	(revision 16177)
@@ -49,5 +49,5 @@
     -->
     <target name="compile" depends="init">
-        <echo message="compiling sources for  ${plugin} ... "/>
+        <echo message="compiling sources for ${ant.project.name} ... "/>
         <javac srcdir="src" classpath="${josm}" debug="true" destdir="${plugin.build.dir}">
             <compilerarg value="-Xlint:deprecation"/>
@@ -62,5 +62,5 @@
     -->
     <target name="dist" depends="compile,revision">
-        <echo message="creating ${plugin.jar.name} ... "/>
+        <echo message="creating ${plugin.jar} ... "/>
         <copy todir="${plugin.build.dir}/resources">
             <fileset dir="resources"/>
