diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-03-26 11:13:04 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-03-26 11:13:04 +0000 |
commit | 44057c92a9210447b83c3b2dec873c6ec080fbce (patch) | |
tree | 010fcdaae1497ae2c6bab88a480ffe95cbc3cc4a /package/qa | |
parent | efef57e967f8a244c8c4342fcfb2e29f5a6f18ba (diff) |
INTEGRATION: CWS fwk61 (1.2.24); FILE MERGED
2007/02/15 17:31:21 mav 1.2.24.3: #i74483# use package as PKGNAME
2007/02/14 11:04:39 mav 1.2.24.2: RESYNC: (1.2-1.3); FILE MERGED
2007/02/13 10:45:00 mav 1.2.24.1: #i74483# fix the PRJNAME setting
Diffstat (limited to 'package/qa')
-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 b81994b0aca8..5541a288fff8 100644 --- a/package/qa/ofopxmlstorages/makefile.mk +++ b/package/qa/ofopxmlstorages/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: obo $ $Date: 2007-01-25 15:42:30 $ +# last change: $Author: ihi $ $Date: 2007-03-26 12:13:04 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -35,7 +35,7 @@ PRJ = ..$/.. TARGET = StorageUnitTest -PRJNAME = $(TARGET) +PRJNAME = package PACKAGE = complex$/ofopxmlstorages # --- Settings ----------------------------------------------------- |