<property file="Build.properties"/>
this is valid if build.properties
file is in root of project.now if the Build.properties file is in src folder and build.xml
is in root(main project root).then what will be the syntax to access that build.properties
file.