Ignore:
Timestamp:
2012-04-14T13:11:51+02:00 (14 years ago)
Author:
stoecker
Message:

fix plugin build

File:
1 edited

Legend:

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

    r27983 r28290  
    3636    -->
    3737    <target name="compile" depends="init">
    38         <echo message="compiling sources for  ${plugin.jar} ... "/>
     38        <echo message="compiling sources for ${plugin.jar} ..."/>
    3939        <javac srcdir="src" classpath="${josm}" debug="true" destdir="${plugin.build.dir}">
    4040            <compilerarg value="-Xlint:deprecation"/>
Note: See TracChangeset for help on using the changeset viewer.