blob: c1dd784e1e7ab06514b40cb5177a356a8c218a30 [file] [log] [blame]
<project default="copy-resources">
<target name="init"/>
<target name="copy-resources" depends="init">
<copy todir="target/classes/META-INF" filtering="false">
<fileset dir="." includes="LICENSE|NOTICE|DEPENDENCIES" excludes="**/*.java"/>
</copy>
</target>
</project>