Last change
on this file was
6269,
checked in by Nicklas Nordborg, 9 years ago
|
References #1751: Platform-specific files should not have svn:eol-style=native
Set svn:eol-style on all BAT and SH files.
|
-
Property svn:eol-style set to
LF
-
Property svn:executable set to
*
-
Property svn:keywords set to
Id
|
File size:
980 bytes
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | # |
---|
3 | # $Id: updatedb.sh 6269 2013-04-11 07:00:42Z nicklas $ |
---|
4 | # |
---|
5 | # Copyright (C) 2006 Jari Häkkinen, Nicklas Nordborg |
---|
6 | # |
---|
7 | # This file is part of BASE - BioArray Software Environment. |
---|
8 | # Available at http://base.thep.lu.se/ |
---|
9 | # |
---|
10 | # BASE is free software; you can redistribute it and/or |
---|
11 | # modify it under the terms of the GNU General Public License |
---|
12 | # as published by the Free Software Foundation; either version 3 |
---|
13 | # of the License, or (at your option) any later version. |
---|
14 | # |
---|
15 | # BASE is distributed in the hope that it will be useful, |
---|
16 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
17 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
18 | # GNU General Public License for more details. |
---|
19 | # |
---|
20 | # You should have received a copy of the GNU General Public License |
---|
21 | # along with BASE. If not, see <http://www.gnu.org/licenses/>. |
---|
22 | # |
---|
23 | |
---|
24 | # Import CLASSPATH($CP) |
---|
25 | . ./set_classpath.sh |
---|
26 | |
---|
27 | # Add installation specific classes to CP |
---|
28 | CP=$CP:../data |
---|
29 | |
---|
30 | # Execute install class |
---|
31 | java -server -cp $CP net.sf.basedb.install.InitDB update $* |
---|
Note: See
TracBrowser
for help on using the repository browser.