Details | Last modification | View Log | RSS feed
<?xml version="1.0" encoding="UTF-8"?>
<project name="thirdparty">
<target name="build">
<!-- copy all the dependencies to lib folder -->
<copy todir="../lib">
<fileset dir=".">
<exclude name="build.xml"/>
</fileset>
</copy>
</target>
</project>