Revision 395
Added by Matt Jones over 24 years ago
bin/readxml | ||
---|---|---|
6 | 6 |
|
7 | 7 |
export CPATH=$PDIR/build/metacat.jar:$PARSER:$JDBC |
8 | 8 |
|
9 |
java -cp ${CPATH} edu.ucsb.nceas.metacat.DBReader $1 |
|
9 |
java -cp ${CPATH} edu.ucsb.nceas.metacat.DocumentImpl $1 |
Also available in: Unified diff
Updated the readxml shell script to use the new DocumentImpl class instead
of the old DBReader class.