blob: 1a82bc58973c56e6899a81a2611b5ef5dac2dffb [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="NOTICE.txt|LICENSE.*" excludes="**/*.java"/>
</copy>
</target>
</project>