4361 |
01 Jul 08 |
nicklas |
#!/bin/sh |
4361 |
01 Jul 08 |
nicklas |
# $Id$ |
4361 |
01 Jul 08 |
nicklas |
3 |
# |
4453 |
05 Sep 08 |
jari |
# Copyright (C) 2008 Nicklas Nordborg |
4361 |
01 Jul 08 |
nicklas |
5 |
# |
4361 |
01 Jul 08 |
nicklas |
# This file is part of BASE - BioArray Software Environment. |
4361 |
01 Jul 08 |
nicklas |
# Available at http://base.thep.lu.se/ |
4361 |
01 Jul 08 |
nicklas |
8 |
# |
4361 |
01 Jul 08 |
nicklas |
# BASE is free software; you can redistribute it and/or modify it |
4361 |
01 Jul 08 |
nicklas |
# under the terms of the GNU General Public License as published by |
4473 |
05 Sep 08 |
jari |
# the Free Software Foundation; either version 3 of the License, or |
4361 |
01 Jul 08 |
nicklas |
# (at your option) any later version. |
4361 |
01 Jul 08 |
nicklas |
13 |
# |
4361 |
01 Jul 08 |
nicklas |
# BASE is distributed in the hope that it will be useful, but |
4361 |
01 Jul 08 |
nicklas |
# WITHOUT ANY WARRANTY; without even the implied warranty of |
4361 |
01 Jul 08 |
nicklas |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
4361 |
01 Jul 08 |
nicklas |
# General Public License for more details. |
4361 |
01 Jul 08 |
nicklas |
18 |
# |
4361 |
01 Jul 08 |
nicklas |
# 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/>. |
4361 |
01 Jul 08 |
nicklas |
21 |
# |
4361 |
01 Jul 08 |
nicklas |
22 |
|
4361 |
01 Jul 08 |
nicklas |
# Import CLASSPATH($CP) |
4361 |
01 Jul 08 |
nicklas |
24 |
. ./set_classpath.sh |
4361 |
01 Jul 08 |
nicklas |
25 |
|
4361 |
01 Jul 08 |
nicklas |
# Execute OneTimeFix class |
4361 |
01 Jul 08 |
nicklas |
27 |
java -server -cp $CP net.sf.basedb.install.OneTimeFix $* |