Closed daliboris closed 2 years ago
Fix name of ant file to build.xml file (instead of build.properties)
build.xml
build.properties
I take my fix back. build.properties file exists in git repository but not in generated app. I understant that this file is used by ant as an external file (ie. <property file="build.properties" />).
ant
<property file="build.properties" />
Fix name of ant file to
build.xml
file (instead ofbuild.properties
)