Date committedDate = info.getCommittedDate();
// Set the computed properties in ant
this.getProject().setProperty(this.revisionProperty, new Long(revision.getNumber()).toString());
this.getProject().setProperty(this.urlProperty, url.toDecodedString());
this.getProject().setProperty(this.repositoryRootUrlProperty, repositoryRootUrl.toDecodedString());
this.getProject().setProperty(this.authorProperty, author);
this.getProject().setProperty(this.committedDateProperty, DateFormat.getInstance().format(committedDate));
this.getProject().setProperty(this.committedRevisionProperty, new Long(committedRevision.getNumber()).toString());
}