apache-tuscany/sandbox/sebastien/java/wrapped/modules/tracing-aspectj/maven-eclipse.xml
2011-01-10 19:51:07 +00:00

8 lines
No EOL
252 B
XML

<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>