Ken Gilmer | f1b7c16 | 2012-01-08 05:23:25 +0000 | [diff] [blame] | 1 | <project default="copy-resources"> |
2 | <target name="init"/> | ||||
3 | <target name="copy-resources" depends="init"> | ||||
4 | <copy todir="target/classes/META-INF" filtering="false"> | ||||
5 | <fileset dir="." includes="LICENSE|NOTICE|DEPENDENCIES" excludes="**/*.java"/> | ||||
6 | </copy> | ||||
7 | </target> | ||||
8 | </project> |