Revision 5630
Added by berkley about 14 years ago
build.properties | ||
---|---|---|
18 | 18 |
# install ant target uses this to determine where to drop |
19 | 19 |
# the war file in an installation. Test classes will use |
20 | 20 |
# this value to find metacat.properties |
21 |
app.deploy.dir=/tmp
|
|
21 |
app.deploy.dir=/Users/berkley/tools/tomcat/webapps
|
|
22 | 22 |
|
23 | 23 |
# CVS access to retrieve latest EML, seek and utilities |
24 | 24 |
cvsroot=:ext:${env.USER}@cvs.ecoinformatics.org:/cvs |
Also available in: Unified diff
fixed a couple bugs with dates and fixed a major bug where metacat was reading the entire document from the database everytime a DocumentImpl instance was created even though it didn't need to