apache-tuscany/sandbox/sebastien/java/shell/samples/helloworld-ws-sdo/maven-eclipse.xml
2010-09-07 23:52:54 +00:00

8 lines
No EOL
273 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" excludes="**/*.java"/>
</copy>
</target>
</project>