apache-tuscany/sca-java-2.x/contrib/samples/learning-more/binding-ws/helloworld-ws-sdo-contribution/maven-eclipse.xml
antelder 8ae95d6e10 Copy all trunk samples to contrib
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1069274 13f79535-47bb-0310-9956-ffa450edef68
2011-02-10 08:40:56 +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>