879 |
06 Jul 05 |
gregory |
#!/bin/sh |
880 |
06 Jul 05 |
gregory |
2 |
# |
2306 |
22 May 06 |
jari |
# $Id$ |
24 |
18 Feb 05 |
samuel |
4 |
# |
3675 |
16 Aug 07 |
jari |
# Copyright (C) 2005 Samuel Andersson, Nicklas Nordborg, Gregory Vincic |
4889 |
06 Apr 09 |
nicklas |
# Copyright (C) 2006 Jari Häkkinen, Nicklas Nordborg |
24 |
18 Feb 05 |
samuel |
7 |
# |
2304 |
22 May 06 |
jari |
# This file is part of BASE - BioArray Software Environment. |
2304 |
22 May 06 |
jari |
# Available at http://base.thep.lu.se/ |
24 |
18 Feb 05 |
samuel |
10 |
# |
24 |
18 Feb 05 |
samuel |
# BASE is free software; you can redistribute it and/or |
24 |
18 Feb 05 |
samuel |
# modify it under the terms of the GNU General Public License |
4473 |
05 Sep 08 |
jari |
# as published by the Free Software Foundation; either version 3 |
24 |
18 Feb 05 |
samuel |
# of the License, or (at your option) any later version. |
24 |
18 Feb 05 |
samuel |
15 |
# |
24 |
18 Feb 05 |
samuel |
# BASE is distributed in the hope that it will be useful, |
24 |
18 Feb 05 |
samuel |
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
24 |
18 Feb 05 |
samuel |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
24 |
18 Feb 05 |
samuel |
# GNU General Public License for more details. |
24 |
18 Feb 05 |
samuel |
20 |
# |
24 |
18 Feb 05 |
samuel |
# You should have received a copy of the GNU General Public License |
4508 |
11 Sep 08 |
jari |
# along with BASE. If not, see <http://www.gnu.org/licenses/>. |
879 |
06 Jul 05 |
gregory |
23 |
# |
24 |
18 Feb 05 |
samuel |
24 |
|
879 |
06 Jul 05 |
gregory |
# Import CLASSPATH($CP) |
2959 |
27 Nov 06 |
nicklas |
26 |
. ./set_classpath.sh |
24 |
18 Feb 05 |
samuel |
27 |
|
4396 |
18 Aug 08 |
nicklas |
# Add installation specific classes to CP |
4396 |
18 Aug 08 |
nicklas |
29 |
CP=$CP:../data |
4396 |
18 Aug 08 |
nicklas |
30 |
|
50 |
28 Feb 05 |
samuel |
# Execute install class |
2209 |
03 May 06 |
nicklas |
32 |
java -server -cp $CP net.sf.basedb.install.InitDB install $* |