Skip to content

Instantly share code, notes, and snippets.

View 6footplus's full-sized avatar

Andreas Nerlich 6footplus

View GitHub Profile
ANT's default filtering placeholders are in the form :
@token@
where beginToken="@" and endToken="@" (see http://ant.apache.org/manual/CoreTypes/filterset.html)
As with maven, property files may have tokens in the form
${some.property}