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