blob: 4ceebd71f75cb492124f4714ca6963642d07dda5 [file] [log] [blame]
<project default="copy-resources">
<target name="init"/>
<target name="copy-resources" depends="init">
<copy todir="target/classes/META-INF" filtering="true">
<fileset dir="." includes="LICENSE|NOTICE"/>
</copy>
</target>
</project>