diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-03-26 11:19:43 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-03-26 11:19:43 +0000 |
commit | 200853abb68a203550a72eb4f923e5a31eb9225d (patch) | |
tree | d2d3e5b46a491d80017aa69449400c86fe62bdb4 /framework/qa | |
parent | 25814180579cb1b142d169cb15ab90b7e3d04f25 (diff) |
INTEGRATION: CWS fwkmake (1.4.12); FILE MERGED
2007/03/19 10:12:20 cd 1.4.12.1: #i75516# Change PRJNAME to CVS project name to support warning free code
Diffstat (limited to 'framework/qa')
-rw-r--r-- | framework/qa/complex/framework/autosave/makefile.mk | 6 | ||||
-rwxr-xr-x | framework/qa/complex/framework/recovery/makefile.mk | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/framework/qa/complex/framework/autosave/makefile.mk b/framework/qa/complex/framework/autosave/makefile.mk index fd99331ff7e7..6d653043142a 100644 --- a/framework/qa/complex/framework/autosave/makefile.mk +++ b/framework/qa/complex/framework/autosave/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: obo $ $Date: 2007-01-25 12:17:01 $ +# last change: $Author: ihi $ $Date: 2007-03-26 12:19:30 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -34,7 +34,7 @@ #************************************************************************* PRJ = ..$/..$/..$/.. TARGET = AutoSave -PRJNAME = $(TARGET) +PRJNAME = framework PACKAGE = complex$/framework$/autosave # --- Settings ----------------------------------------------------- diff --git a/framework/qa/complex/framework/recovery/makefile.mk b/framework/qa/complex/framework/recovery/makefile.mk index f5f8212dc1ec..7a1f1240f521 100755 --- a/framework/qa/complex/framework/recovery/makefile.mk +++ b/framework/qa/complex/framework/recovery/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: obo $ $Date: 2007-01-25 12:17:14 $ +# last change: $Author: ihi $ $Date: 2007-03-26 12:19:43 $ # # 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 = RecoveryTest -PRJNAME = $(TARGET) +PRJNAME = framework PACKAGE = complex$/framework$/recovery # --- Settings ----------------------------------------------------- |