summaryrefslogtreecommitdiff
path: root/package/qa/storages
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-01-25 14:42:43 +0000
committerOliver Bolte <obo@openoffice.org>2007-01-25 14:42:43 +0000
commit37b49c8b8403b37a0fd5d4a34be611a4396e9cc4 (patch)
tree94a32daf9476828ec324221607314352eff701ed /package/qa/storages
parent50c64a1a34329a748b4f7445bd715dc875bb26c3 (diff)
INTEGRATION: CWS ause069 (1.11.18); FILE MERGED
2006/12/01 14:13:36 hjs 1.11.18.1: #i70359# remove forced shell calls
Diffstat (limited to 'package/qa/storages')
-rw-r--r--package/qa/storages/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/qa/storages/makefile.mk b/package/qa/storages/makefile.mk
index 229f3094cd19..d9ee403645d6 100644
--- a/package/qa/storages/makefile.mk
+++ b/package/qa/storages/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.11 $
+# $Revision: 1.12 $
#
-# last change: $Author: obo $ $Date: 2006-10-13 11:46:54 $
+# last change: $Author: obo $ $Date: 2007-01-25 15:42:43 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -115,6 +115,6 @@ CT_APP = org.openoffice.Runner
RUN: run
run:
- +java -cp $(CLASSPATH) $(CT_APP) $(CT_TESTBASE) $(CT_APPEXECCOMMAND) $(CT_TEST)
+ java -cp $(CLASSPATH) $(CT_APP) $(CT_TESTBASE) $(CT_APPEXECCOMMAND) $(CT_TEST)