(Stuart Lewis) SF Patch #1642563 bin/update-handle-prefix rewritten in Java

git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2525 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
Stuart Lewis
2008-01-14 16:40:45 +00:00
parent e03e592c8e
commit d725244ffd
2 changed files with 26 additions and 12 deletions

View File

@@ -44,12 +44,8 @@
# Shell script for updating a handle prefix (e.g. when moving from development
# to production).
#
# NOTE: Currently only compatible with installs running a PostgreSQL database
#
# Get the DSPACE/bin directory
BINDIR=`dirname $0`
$BINDIR/dsrun org.dspace.handle.UpdateHandlePrefix $@
$BINDIR/index-all
$BINDIR/dsrun org.dspace.handle.UpdateHandlePrefix $@