summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/binding-dwr/maven-eclipse.xml
blob: 8e4db6c1d8530045a6f3541de252587fc9e485ff (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|MANIFEST.MF"/>
    </copy>
  </target>
</project>