Revision 4619
Added by daigle about 16 years ago
build.properties | ||
---|---|---|
1 | 1 |
# Ant build properties files for the metacat build |
2 | 2 |
|
3 |
#Version of this build |
|
3 |
#Version of this build. This needs to be a dotted numeric version. For |
|
4 |
#instance 1.9.1 is okay. 1.9.1_rc1 is not. |
|
4 | 5 |
metacat.version=1.9.0 |
5 | 6 |
|
7 |
#This is for display purposes. leave it blank for final production release. |
|
8 |
metacat.releaseInfo=Release Candidate 1 |
|
9 |
|
|
6 | 10 |
# Tomcat dev deployment directory |
7 | 11 |
# build.tomcat.dir=/usr/local/tomcat |
8 | 12 |
build.tomcat.dir=/usr/local/devtools/jakarta-tomcat |
Also available in: Unified diff
Add release info property to provide a brief description of the release (release candidate info mostly)