diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-25 14:42:30 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-25 14:42:30 +0000 |
commit | 50c64a1a34329a748b4f7445bd715dc875bb26c3 (patch) | |
tree | 7b363d9ef3db9b75f3d3a048a82b2b9ef321f571 /package | |
parent | b4123328751a6512a72037f66f0dd369e15466d9 (diff) |
INTEGRATION: CWS ause069 (1.2.18); FILE MERGED
2006/12/01 14:13:36 hjs 1.2.18.1: #i70359# remove forced shell calls
Diffstat (limited to 'package')
-rw-r--r-- | package/qa/ofopxmlstorages/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/qa/ofopxmlstorages/makefile.mk b/package/qa/ofopxmlstorages/makefile.mk index 0da2ba772220..b81994b0aca8 100644 --- a/package/qa/ofopxmlstorages/makefile.mk +++ b/package/qa/ofopxmlstorages/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: obo $ $Date: 2006-10-13 11:45:27 $ +# last change: $Author: obo $ $Date: 2007-01-25 15:42:30 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -94,6 +94,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) |