A generic ant build that can build (almost) any eclipse project manifest.class.path = ${manifest.class.path} build.sourcepath for ${proj} = ${build.sourcepath} build.classpath for ${proj} = ${build.classpath} Adding exported libs to output lib dir : ${copy_list} Adding all libs to output lib dir : ${copy_list} calling ${target} for ${workspace}@{proj}