1 # ----------------------------------------------------------------------------- 2 3 # properties that control release major.minor labeling: 4 5 app.major.version: 2 6 app.minor.version: 0 7 8 # properties affecting formatting of build id and date: 9 10 app.build.id.format: ~Md~ 11 app.build.date.format: ~D T~ 12 13 # string used in the HTML content: 14 15 app.bug.report.link: http://sourceforge.net/projects/${app.short.name} 16 app.home.site.link: http://${app.short.name}.sourceforge.net/ 17 18 # ----------------------------------------------------------------------------- 19 # end of file 20