From e27488814210f4d80e7983468e6aff8ee7b5a120 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 25 Jan 2007 12:26:11 +0000 Subject: INTEGRATION: CWS ause069 (1.4.68); FILE MERGED 2006/11/24 14:47:54 hjs 1.4.68.1: #i70359# remove forced shell calls --- configmgr/qa/unoapi/makefile.mk | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'configmgr') diff --git a/configmgr/qa/unoapi/makefile.mk b/configmgr/qa/unoapi/makefile.mk index 784741b6a319..20030ce2896e 100644 --- a/configmgr/qa/unoapi/makefile.mk +++ b/configmgr/qa/unoapi/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: rt $ $Date: 2005-09-08 03:03:17 $ +# last change: $Author: obo $ $Date: 2007-01-25 13:26:11 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -39,9 +39,9 @@ PRJNAME=configmgr TARGET=qa_unoapi ALLTAR: - +$(SOLARENV)$/bin$/checkapi -sce cfgmgr2.sce -xcl knownissues.xcl -tdoc $(PWD)$/testdocuments - +@echo ======================================================================= - +@echo In case of problems with sysmgr1.SystemIntegration make sure that you - +@echo ======================================================================= - +@echo built and registered qadevOOo/testsdocs/backend/org/openoffice/JavaSystemBackend - +@echo ======================================================================= + $(SOLARENV)$/bin$/checkapi -sce cfgmgr2.sce -xcl knownissues.xcl -tdoc $(PWD)$/testdocuments + @echo ======================================================================= + @echo In case of problems with sysmgr1.SystemIntegration make sure that you + @echo ======================================================================= + @echo built and registered qadevOOo/testsdocs/backend/org/openoffice/JavaSystemBackend + @echo ======================================================================= -- cgit