summaryrefslogtreecommitdiffstats
path: root/sandbox/samples/temp/helloworld-ws-sdo/maven-eclipse.xml
blob: 3adfca89f428cb2e408509a6f10687a9fda1961d (plain)
1
2
3
4
5
6
7
8
<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>