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

fix plugin build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/native-password-manager/build.xml

    r27367 r28290  
    5454    -->
    5555    <target name="compile" depends="init">
    56         <echo message="compiling sources for  ${plugin.jar} ... "/>
     56        <echo message="compiling sources for ${plugin.jar} ..."/>
    5757        <javac srcdir="src" classpathref="classpath" debug="true" destdir="${plugin.build.dir}">
    5858            <compilerarg value="-Xlint:deprecation"/>
     
    105105        </jar>
    106106    </target>
    107 
    108107</project>
Note: See TracChangeset for help on using the changeset viewer.