Last change
on this file since 3334 was
2959,
checked in by Nicklas Nordborg, 16 years ago
|
References #412: Fix build.xml to make it more developer-friendly
|
-
Property svn:eol-style set to
native
-
Property svn:executable set to
*
-
Property svn:keywords set to
Id
|
File size:
998 bytes
|
Rev | Line | |
---|
[1913] | 1 | #!/bin/sh |
---|
| 2 | # |
---|
| 3 | # $Id: updatedb.sh 2959 2006-11-27 11:36:37Z nicklas $ |
---|
| 4 | # |
---|
[2304] | 5 | # Copyright (C) Authors contributing to this file. |
---|
[1913] | 6 | # |
---|
[2304] | 7 | # This file is part of BASE - BioArray Software Environment. |
---|
| 8 | # Available at http://base.thep.lu.se/ |
---|
[1913] | 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 2 |
---|
| 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 this program; if not, write to the Free Software |
---|
| 22 | # Foundation, Inc., 59 Temple Place - Suite 330, |
---|
| 23 | # Boston, MA 02111-1307, USA. |
---|
| 24 | # |
---|
| 25 | |
---|
| 26 | # Import CLASSPATH($CP) |
---|
[2959] | 27 | . ./set_classpath.sh |
---|
[1913] | 28 | |
---|
| 29 | # Execute install class |
---|
[1974] | 30 | java -server -cp $CP net.sf.basedb.install.InitDB update $* |
---|
Note: See
TracBrowser
for help on using the repository browser.