Revision 2371
Added by Duane Costa almost 20 years ago
lib/harvester/harvestListEditor.bat | ||
---|---|---|
1 |
echo off |
|
2 |
set CLASSPATH=harvester.jar;xercesImpl.jar |
|
3 |
java edu.ucsb.nceas.metacat.harvesterClient.HarvestListEditor |
|
0 | 4 |
lib/harvester/harvestListEditor.sh | ||
---|---|---|
1 |
export CLASSPATH=harvester.jar:xercesImpl.jar |
|
2 |
java edu.ucsb.nceas.metacat.harvesterClient.HarvestListEditor |
|
0 | 3 |
Also available in: Unified diff
Add bat file and shell script for use with the distributable version of the Harvest List Editor.