Last change
on this file since 5589 was
5589,
checked in by Nicklas Nordborg, 11 years ago
|
Fixes #1595: Change name of BASE jar files
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1.1 KB
|
Line | |
---|
1 | @echo off |
---|
2 | REM $Id: initdb.bat 5589 2011-03-16 07:50:05Z nicklas $ |
---|
3 | REM |
---|
4 | REM Copyright (C) 2005 Johan Enell, Nicklas Nordborg |
---|
5 | REM Copyright (C) 2006 Jari Häkkinen, Nicklas Nordborg |
---|
6 | REM |
---|
7 | REM This file is part of BASE - BioArray Software Environment. |
---|
8 | REM Available at http://base.thep.lu.se/ |
---|
9 | REM |
---|
10 | REM BASE is free software; you can redistribute it and/or modify it |
---|
11 | REM under the terms of the GNU General Public License as published by |
---|
12 | REM the Free Software Foundation; either version 3 of the License, or |
---|
13 | REM (at your option) any later version. |
---|
14 | REM |
---|
15 | REM BASE is distributed in the hope that it will be useful, but |
---|
16 | REM WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
17 | REM MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
---|
18 | REM General Public License for more details. |
---|
19 | REM |
---|
20 | REM You should have received a copy of the GNU General Public License |
---|
21 | REM along with BASE. If not, see <http://www.gnu.org/licenses/>. |
---|
22 | REM ---------------------------------------- |
---|
23 | |
---|
24 | REM Set classpath |
---|
25 | call set_classpath.bat |
---|
26 | |
---|
27 | REM Add installation specific classes to CP |
---|
28 | SET CP=%CP%;..\data |
---|
29 | |
---|
30 | REM Execute install class |
---|
31 | java -cp %CP% net.sf.basedb.install.InitDB install %1 %2 %3 %4 %5 %6 %7 %8 %9 |
---|
Note: See
TracBrowser
for help on using the repository browser.