blob: 59138bd1b6b8f829e9824d243eab5f009c9627da [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8" ?>
<project name="maven-antrun-" default="main" >
<target name="main">
<copy todir="C:\vcs\git\apache\commons\commons-testing\target/apidocs/META-INF">
<fileset dir="C:\vcs\git\apache\commons\commons-testing">
<include name="LICENSE.txt"/>
<include name="NOTICE.txt"/>
</fileset>
</copy>
</target>
</project>