diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-03-26 11:19:56 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-03-26 11:19:56 +0000 |
commit | ba2ea7471f2d1f321e5e00ca00eb9341449caf65 (patch) | |
tree | 90535ba2a6782222a8727378913adb84a8af1902 /framework/qa | |
parent | 200853abb68a203550a72eb4f923e5a31eb9225d (diff) |
INTEGRATION: CWS fwkmake (1.5.12); FILE MERGED
2007/03/19 10:12:21 cd 1.5.12.1: #i75516# Change PRJNAME to CVS project name to support warning free code
Diffstat (limited to 'framework/qa')
-rwxr-xr-x | framework/qa/complex/imageManager/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/qa/complex/imageManager/makefile.mk b/framework/qa/complex/imageManager/makefile.mk index 093265ea2029..1f8848c650a4 100755 --- a/framework/qa/complex/imageManager/makefile.mk +++ b/framework/qa/complex/imageManager/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: obo $ $Date: 2007-01-25 12:17:26 $ +# last change: $Author: ihi $ $Date: 2007-03-26 12:19:56 $ # # 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 = ImageManager -PRJNAME = $(TARGET) +PRJNAME = framework PACKAGE = imageManager # --- Settings ----------------------------------------------------- |