summaryrefslogtreecommitdiff
path: root/filter/qa
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-01-25 11:46:08 +0000
committerOliver Bolte <obo@openoffice.org>2007-01-25 11:46:08 +0000
commit4f4e40760e8aba78ba643182fb4dbb955e4c289c (patch)
tree390299281f8d580d4d50b605adae7ce5aeca84bd /filter/qa
parenta445c8478b928b898388303bcbcbd84fef59e227 (diff)
INTEGRATION: CWS ause069 (1.4.218); FILE MERGED
2006/11/28 09:49:51 hjs 1.4.218.1: #i70359# remove forced shell calls
Diffstat (limited to 'filter/qa')
-rwxr-xr-xfilter/qa/complex/filter/misc/makefile.mk14
1 files changed, 7 insertions, 7 deletions
diff --git a/filter/qa/complex/filter/misc/makefile.mk b/filter/qa/complex/filter/misc/makefile.mk
index 3587c6ec51fb..1695da8137ef 100755
--- a/filter/qa/complex/filter/misc/makefile.mk
+++ b/filter/qa/complex/filter/misc/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: rt $ $Date: 2005-09-08 21:25:35 $
+# last change: $Author: obo $ $Date: 2007-01-25 12:46:08 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -87,9 +87,9 @@ DisplayHint : ALLDEP
.INCLUDE : target.mk
DisplayHint:
- +@echo "\ntype 'dmake FinalizedMandatoryTest'"
- +@echo "\ntype 'dmake TypeDetection6FileFormat'"
- +@echo "! BE SHURE YOU HAVE 'TypeDetection6FileFormat.xcu' SUCCESSFUL REGISTERED IN YOU OFFICE !"
+ @echo "\ntype 'dmake FinalizedMandatoryTest'"
+ @echo "\ntype 'dmake TypeDetection6FileFormat'"
+ @echo "! BE SHURE YOU HAVE 'TypeDetection6FileFormat.xcu' SUCCESSFUL REGISTERED IN YOU OFFICE !"
RUN: run
@@ -98,8 +98,8 @@ run: \
FinalizedMandatoryTest:
- +java -cp $(CLASSPATH) $(CT_APP) $(CT_TESTBASE) $(CT_APPEXECCOMMAND) $(CT_PACKAGE).FinalizedMandatoryTest
+ java -cp $(CLASSPATH) $(CT_APP) $(CT_TESTBASE) $(CT_APPEXECCOMMAND) $(CT_PACKAGE).FinalizedMandatoryTest
TypeDetection6FileFormat:
- +java -cp $(CLASSPATH) $(CT_APP) $(CT_TESTBASE) $(CT_APPEXECCOMMAND) $(CT_PACKAGE).TypeDetection6FileFormat
+ java -cp $(CLASSPATH) $(CT_APP) $(CT_TESTBASE) $(CT_APPEXECCOMMAND) $(CT_PACKAGE).TypeDetection6FileFormat