Revision 670
Added by Matt Jones almost 24 years ago
build.sh | ||
---|---|---|
3 | 3 |
# Build script to call the ant build system |
4 | 4 |
# |
5 | 5 |
# '$RCSfile$' |
6 |
# Authors: Matt Jones
|
|
7 |
# Copyright: 2000 Regents of the University of California and the
|
|
8 |
# National Center for Ecological Analysis and Synthesis
|
|
9 |
# For Details: http://www.nceas.ucsb.edu/
|
|
6 |
# Authors: Matt Jones |
|
7 |
# Copyright: 2000 Regents of the University of California and the |
|
8 |
# National Center for Ecological Analysis and Synthesis |
|
9 |
# For Details: http://www.nceas.ucsb.edu/ |
|
10 | 10 |
# |
11 |
# '$Author$' |
|
12 |
# '$Date$' |
|
13 |
# '$Revision$' |
|
11 |
# '$Author$'
|
|
12 |
# '$Date$'
|
|
13 |
# '$Revision$'
|
|
14 | 14 |
# |
15 | 15 |
# This program is free software; you can redistribute it and/or modify |
16 | 16 |
# it under the terms of the GNU General Public License as published by |
build.xml | ||
---|---|---|
1 | 1 |
<?xml version="1.0"?> |
2 | 2 |
<!-- |
3 |
* '$RCSfile$' |
|
4 |
* Authors: Matt Jones, Chad Berkley, Jivka Bojilova
|
|
5 |
* Copyright: 2000 Regents of the University of California and the
|
|
6 |
* National Center for Ecological Analysis and Synthesis
|
|
7 |
* For Details: http://www.nceas.ucsb.edu/
|
|
3 |
* '$RCSfile$'
|
|
4 |
* Authors: Matt Jones, Chad Berkley, Jivka Bojilova |
|
5 |
* Copyright: 2000 Regents of the University of California and the |
|
6 |
* National Center for Ecological Analysis and Synthesis |
|
7 |
* For Details: http://www.nceas.ucsb.edu/ |
|
8 | 8 |
* |
9 |
* '$Author$' |
|
10 |
* '$Date$' |
|
11 |
* '$Revision$' |
|
9 |
* '$Author$'
|
|
10 |
* '$Date$'
|
|
11 |
* '$Revision$'
|
|
12 | 12 |
* |
13 |
* Build file for the Ant cross-platform build system for metacat
|
|
14 |
* See http://jakarta.apache.org for details on Ant
|
|
13 |
* Build file for the Ant cross-platform build system for metacat |
|
14 |
* See http://jakarta.apache.org for details on Ant |
|
15 | 15 |
* |
16 | 16 |
* usage: ant [compile|jar|install|jdoc] |
17 | 17 |
* |
Also available in: Unified diff
Updated build files with minor documentation changes.