Revision 2468
Added by sgarg over 19 years ago
build.properties | ||
---|---|---|
2 | 2 |
|
3 | 3 |
# Tomcat Properties |
4 | 4 |
tomcat=/usr/local/devtools/jakarta-tomcat |
5 |
# Tomcat version - tomcat3 or tomcat4 |
|
6 |
tomcatversion=tomcat4
|
|
5 |
# Tomcat version - tomcat3 or tomcat4 or tomcat5
|
|
6 |
tomcatversion=tomcat5
|
|
7 | 7 |
webapps=/var/www/org.ecoinformatics.knb |
8 | 8 |
context=knb |
9 | 9 |
|
build.xml | ||
---|---|---|
409 | 409 |
description="Checks utility out of cvs and copies it to your metacat cvs sandbox"> |
410 | 410 |
<echo>Enter CVS password: </echo> |
411 | 411 |
<cvs cvsRoot="${cvsroot}" |
412 |
package="${utilities-module}"
|
|
412 |
package="${util-module}" |
|
413 | 413 |
dest="${build.tmp}" /> |
414 | 414 |
</target> |
415 | 415 |
|
Also available in: Unified diff
Added tomcat5 in build.properties
In build.xml, fixed a bug from previous commit