Revision 9675
Added by Jing Tao over 8 years ago
build.properties | ||
---|---|---|
8 | 8 |
metacat.releaseCandidate= |
9 | 9 |
|
10 | 10 |
# Tomcat dev deployment directory |
11 |
# build.tomcat.dir=/usr/local/tomcat
|
|
12 |
build.tomcat.dir=/Users/leinfelder/tools/apache-tomcat-6 |
|
11 |
build.tomcat.dir=/usr/share/tomcat7
|
|
12 |
#build.tomcat.dir=/Users/leinfelder/tools/apache-tomcat-6
|
|
13 | 13 |
# install ant target uses this to determine where to drop |
14 | 14 |
# the war file in an installation. Test classes will use |
15 | 15 |
# this value to find metacat.properties |
... | ... | |
80 | 80 |
# do NOT need to be configured |
81 | 81 |
#metacat.dir=/home/daigle/workspace/metacat |
82 | 82 |
|
83 |
maven.home=/usr/share/maven |
|
83 |
maven.home=/usr/share/maven |
Also available in: Unified diff
Change the tomcat.build.dir to /usr/share/tomcat7 in order to fix the compilation issue on Jenkins.