From baa422b025bbe4027b026014fee1481d1797609c Mon Sep 17 00:00:00 2001 From: mjudd Date: Tue, 6 Mar 2007 19:40:58 +0000 Subject: [PATCH] BugFix http://sourceforge.net/tracker/index.php?func=detail&aid=1655124&group_id=176962&atid=879332 --- utils/RUN_Migrate.sh | 29 ++--------------------------- 1 file changed, 2 insertions(+), 27 deletions(-) diff --git a/utils/RUN_Migrate.sh b/utils/RUN_Migrate.sh index b5cc49c270..327fee629f 100644 --- a/utils/RUN_Migrate.sh +++ b/utils/RUN_Migrate.sh @@ -1,30 +1,5 @@ #!/bin/sh # -# $Id: RUN_Migrate.sh,v 1.7 2006/01/23 04:56:12 jjanke Exp $ - -if [ $ADEMPIERE_HOME ]; then - cd $ADEMPIERE_HOME/utils -fi -. ./myEnvironment.sh Server -echo Adempiere Version Migration - $ADEMPIERE_HOME \($ADEMPIERE_DB_NAME\) -echo . -echo Version Migration is an optional service for a fee. -echo Please check http://www.adempiere.com/migrate/ -echo . - -# Optional Set Source/Refence Database -# This requires that RUN_ImportReference was completed -# The default is: -# SOURCEDB="$ADEMPIERE_DB_URL reference reference" -# export SOURCEDB - -# Optionally Set Target Database -# If you set the target database, the Source Database need to be set too!! -# If not, the default connection will be used: -# TARGETDB="$ADEMPIERE_DB_URL $ADEMPIERE_DB_USER $ADEMPIERE_DB_PASSWORD" -# export TARGETDB - -$ADEMPIERE_JAVA $ADEMPIERE_JAVA_OPTIONS -cp $CLASSPATH com.adempiere.client.StartMaintain $SOURCEDB $TARGETDB - - +# mjudd - first attempt - no parsing for different systems / browser etc +/usr/bin/desktop-launch http://www.adempiere.com/wiki/index.php/Migration