Changeset 31674 in osm for applications/editors/josm/plugins/apache-commons
- Timestamp:
- 2015-10-25T00:59:46+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/apache-commons/build.xml
r31673 r31674 29 29 <target name="compile_lang3" depends="init"> 30 30 <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" /> 32 32 </target> 33 33
Note:
See TracChangeset
for help on using the changeset viewer.