diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-25 12:26:11 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-25 12:26:11 +0000 |
commit | e27488814210f4d80e7983468e6aff8ee7b5a120 (patch) | |
tree | 8b47c17b41aaacd841e545af37b79c96867589f7 /configmgr/qa/unoapi | |
parent | 350735ae01de61092e64b26de2012783e383434a (diff) |
INTEGRATION: CWS ause069 (1.4.68); FILE MERGED
2006/11/24 14:47:54 hjs 1.4.68.1: #i70359# remove forced shell calls
Diffstat (limited to 'configmgr/qa/unoapi')
-rw-r--r-- | configmgr/qa/unoapi/makefile.mk | 16 |
1 files changed, 8 insertions, 8 deletions
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 ======================================================================= |