The following enables us to override default bundle names on Windows. We would like to be able to do the same thing on Mac (I believe it already works on Linux):
<fx:application name="MyApp"
mainClass="com.example.MyApp"
version="${build.version}-${build.milestone}-${build.number}-${os_name}-${os_arch}-${DATESTAMP}"
id="test"/>
<fx:application name="MyApp"
mainClass="com.example.MyApp"
version="${build.version}-${build.milestone}-${build.number}-${os_name}-${os_arch}-${DATESTAMP}"
id="test"/>