This example will replace all the token %ProjectName% in the file ${TokenizedFile}.
<replace file="${TokenizedFile}"> <filterchain> <replacestring from="%ProjectName%" to="${ProjectName}" /> </filterchain> </replace>