Tag: cws_src680_dba24a User: oj Date: 2007-09-03 12:22:58+0000 Modified: dba/dbaccess/qa/complex/dbaccess/makefile.mk
Log: remove OOoRunner settings File Changes: Directory: /dba/dbaccess/qa/complex/dbaccess/ ============================================= File [changed]: makefile.mk Url: http://dba.openoffice.org/source/browse/dba/dbaccess/qa/complex/dbaccess/makefile.mk?r1=1.10&r2=1.10.6.1 Delta lines: +4 -19 -------------------- --- makefile.mk 2007-07-24 13:18:05+0000 1.10 +++ makefile.mk 2007-09-03 12:22:56+0000 1.10.6.1 @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.10 $ +# $Revision: 1.10.6.1 $ # -# last change: $Author: rt $ $Date: 2007/07/24 13:18:05 $ +# last change: $Author: oj $ $Date: 2007/09/03 12:22:56 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -56,22 +56,7 @@ JARTARGET = $(TARGET).jar JARCOMPRESS = TRUE -# --- Runner Settings ---------------------------------------------- - -# create connection string for OOoRunner -.IF "$(RUNNER_CONNECTION_STRING)" == "" - .IF "$(OOO_RUNNER_PORT)" == "" - OOO_RUNNER_PORT=8100 - .ENDIF - .IF "$(OOO_RUNNER_HOST)" == "" - OOO_RUNNER_HOST=localhost - .ENDIF - RUNNER_CONNECTION_STRING=socket,host=$(OOO_RUNNER_HOST),port=$(OOO_RUNNER_PORT) -.ENDIF - -# classpath and argument list -RUNNER_CLASSPATH = -cp $(CLASSPATH)$(PATH_SEPERATOR)$(SOLARBINDIR)$/OOoRunner.jar -RUNNER_ARGS = $(RUNNER_CLASSPATH) org.openoffice.Runner -TestBase java_complex -cs $(RUNNER_CONNECTION_STRING) +RUNNER_ARGS = -cp $(CLASSPATH)$(PATH_SEPERATOR)$(SOLARBINDIR)$/OOoRunner.jar org.openoffice.Runner -TestBase java_complex # --- Targets ------------------------------------------------------ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
