blob: c1dd784e1e7ab06514b40cb5177a356a8c218a30 [file] [log] [blame]
Ken Gilmerf1b7c162012-01-08 05:23:25 +00001<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>