Mega Code Archive

 
Categories / Java Tutorial / Ant
 

Include files into a file set

<?xml version="1.0"?> <project name="Apache Ant Properties Project" basedir=".">   <fileset dir="${build}/build-mysql-jdbc">     <include name="mysql-connector*/*.jar"/>   </fileset> </project>