Git Ant Tasks jars

Ant git

The JGit project from Eclipse has been working on Eclipse and Git integration. Their user guide mentions an ant task but doesn't show where to download the needed jars. If you knew a little java, you could grab the source and compile a couple from jgit's github account.

COLDFUSION
<taskdef resource="org/eclipse/jgit/ant/ant-tasks.properties">
<classpath>



</classpath>
</taskdef>

I googled around and found them.