I'm make my program as .jar file and giving it to the user. In case of any update in any program file, I need to provide the user with Ant build file.
So, is it enough if I provide the AntBuild file, created via Export-> General ->Ant buildFiles? Or Do i need to make any changes in that file?