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