Last change
on this file since 3675 was
3675,
checked in by Jari Häkkinen, 15 years ago
|
Fixing copyright statements. Fixing svn properties.
|
-
Property svn:eol-style set to
native
-
Property svn:executable set to
*
-
Property svn:keywords set to
Id
|
File size:
1.0 KB
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | # |
---|
3 | # $Id: initdb.sh 3675 2007-08-16 14:16:43Z jari $ |
---|
4 | # |
---|
5 | # Copyright (C) 2005 Samuel Andersson, Nicklas Nordborg, Gregory Vincic |
---|
6 | # Copyright (C) 2006 Jari Häkkinen, Nicklas Nordborg |
---|
7 | # |
---|
8 | # This file is part of BASE - BioArray Software Environment. |
---|
9 | # Available at http://base.thep.lu.se/ |
---|
10 | # |
---|
11 | # BASE is free software; you can redistribute it and/or |
---|
12 | # modify it under the terms of the GNU General Public License |
---|
13 | # as published by the Free Software Foundation; either version 2 |
---|
14 | # of the License, or (at your option) any later version. |
---|
15 | # |
---|
16 | # BASE is distributed in the hope that it will be useful, |
---|
17 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
18 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
19 | # GNU General Public License for more details. |
---|
20 | # |
---|
21 | # You should have received a copy of the GNU General Public License |
---|
22 | # along with this program; if not, write to the Free Software |
---|
23 | # Foundation, Inc., 59 Temple Place - Suite 330, |
---|
24 | # Boston, MA 02111-1307, USA. |
---|
25 | # |
---|
26 | |
---|
27 | # Import CLASSPATH($CP) |
---|
28 | . ./set_classpath.sh |
---|
29 | |
---|
30 | # Execute install class |
---|
31 | java -server -cp $CP net.sf.basedb.install.InitDB install $* |
---|
Note: See
TracBrowser
for help on using the repository browser.