Changeset 31674 in osm for applications/editors


Ignore:
Timestamp:
2015-10-25T00:59:46+02:00 (9 years ago)
Author:
donvip
Message:

[josm_apache-commons] fix build.xml

File:
1 edited

Legend:

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

    r31673 r31674  
    2929    <target name="compile_lang3" depends="init">
    3030        <echo message="compiling Apache Commons Lang 3 ... "/>
    31         <javac srcdir="src" includes="org/apache/commons/lang3" debug="false" destdir="${plugin.build.dir}" includeAntRuntime="false" encoding="ISO-8859-1" />
     31        <javac srcdir="src" includes="org/apache/commons/lang3/**" debug="false" destdir="${plugin.build.dir}" includeAntRuntime="false" encoding="ISO-8859-1" />
    3232    </target>
    3333
Note: See TracChangeset for help on using the changeset viewer.