From 2966b95267eb6f5ae5d4a43f20544bb59993bc6e Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 25 Jan 2007 12:05:21 +0000 Subject: INTEGRATION: CWS ause069 (1.3.24); FILE MERGED 2006/12/01 15:06:10 hjs 1.3.24.1: #i70359# remove forced shell calls --- bean/qa/complex/makefile.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bean') diff --git a/bean/qa/complex/makefile.mk b/bean/qa/complex/makefile.mk index 7653f5dc26f9..aec11df64d29 100644 --- a/bean/qa/complex/makefile.mk +++ b/bean/qa/complex/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: rt $ $Date: 2005-10-19 11:54:37 $ +# last change: $Author: obo $ $Date: 2007-01-25 13:05:21 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -84,11 +84,11 @@ ALLTAR : RUNINSTRUCTIONS #The OOoBean uses the classpath to find the office installation. #Therefore we must use the jar files from the office. RUN: - +java -cp $(OFFICE_CLASSPATH) $(OOOBEAN_OPTIONS) $(CT_APP) $(CT_NOOFFICE) $(CT_TESTBASE) $(CT_TEST) + java -cp $(OFFICE_CLASSPATH) $(OOOBEAN_OPTIONS) $(CT_APP) $(CT_NOOFFICE) $(CT_TESTBASE) $(CT_TEST) run: RUN rund: - +java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=8100 -cp $(OFFICE_CLASSPATH) $(OOOBEAN_OPTIONS) $(CT_APP) $(CT_NOOFFICE) $(CT_TESTBASE) $(CT_TEST) + java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=8100 -cp $(OFFICE_CLASSPATH) $(OOOBEAN_OPTIONS) $(CT_APP) $(CT_NOOFFICE) $(CT_TESTBASE) $(CT_TEST) -- cgit