Ant >> Task >> Property
Source: https://ant.apache.org/manual/Tasks/property.html
>> Sets a property (by name and value)
<property name="foo.dist" value="dist"/>
>> or set of properties (from file or resource) in the project
<property file="foo.properties"/>