Ignore:
Timestamp:
2013-08-21T03:52:46+02:00 (11 years ago)
Author:
donvip
Message:

[josm_cadastre-fr] fix build.xml

File:
1 edited

Legend:

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

    r29854 r29855  
    2828    **********************************************************
    2929    -->
    30     <target name="compile">
    31         <echo message="compiling sources for  ${plugin.jar} ... "/>
     30    <target name="compile" depends="init">
     31        <echo message="compiling sources for ${plugin.jar} ... "/>
    3232        <javac srcdir="src" debug="true" destdir="${plugin.build.dir}" includeAntRuntime="false" encoding="UTF-8">
    3333            <classpath>
Note: See TracChangeset for help on using the changeset viewer.