What are project scoped Ant variables in Eclipse?-Collection of common programming errors

If I open

Windows->Preferences->Ant->Runtime->Properties

in Eclipse, I can see global properties for Ant.

Do I have some sort of “local” properties, like workspace directory or project directory? How to see or set them?

I have created new empty build.xml in some project and want to add some automation into it.