User: hr      
Date: 2007-09-26 14:38:26+0000
Modified:
   dba/dbaccess/qa/complex/dbaccess/makefile.mk

Log:
 INTEGRATION: CWS dba24a (1.10.6); FILE MERGED
 2007/09/03 12:22:56 oj 1.10.6.1: 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.11
Delta lines:  +1 -16
--------------------
--- makefile.mk 2007-07-24 13:18:05+0000        1.10
+++ makefile.mk 2007-09-26 14:38:23+0000        1.11
@@ -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]

Reply via email to