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 | 2c1d63210e3aa6cbcb7d4d9dfa2c97ba4ebb868c (patch) | |
tree | a6503bdbf5bb3628747519c51efee090d3a50d1e /package/qa/ofopxmlstorages/makefile.mk | |
parent | 359712be60575a3d3970834c9affe81a6776ec5e (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/ofopxmlstorages/makefile.mk')
-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 b81994b0a..5541a288f 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 ----------------------------------------------------- |