diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2004-05-03 06:38:55 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2004-05-03 06:38:55 +0000 |
commit | 8c72249553aaae5021d9b8961b4bd000fe36954f (patch) | |
tree | afc50c32fca4a42c38231b77c96d71aa04e0d77d /javaunohelper/util | |
parent | 4a39b7b06b3a0cebebbd02f06526560bf9b2d5d4 (diff) |
INTEGRATION: CWS comptrans1 (1.5.64); FILE MERGED
2004/04/06 09:34:33 tbe 1.5.64.1: #115421# Render Office Components Transparently Usable
Diffstat (limited to 'javaunohelper/util')
-rw-r--r-- | javaunohelper/util/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/javaunohelper/util/makefile.mk b/javaunohelper/util/makefile.mk index 71dc7bd75779..8e01a8c3687c 100644 --- a/javaunohelper/util/makefile.mk +++ b/javaunohelper/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: hr $ $Date: 2003-03-26 12:23:52 $ +# last change: $Author: rt $ $Date: 2004-05-03 07:38:55 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -85,7 +85,7 @@ JARCOMPRESS = TRUE ZIP1TARGET=$(TARGET)_src ZIP1FLAGS=-u -r ZIP1DIR=$(PRJ) -ZIP1LIST=com -x "*makefile.mk" +ZIP1LIST=com -x "*makefile.mk" -x "com$/sun$/star$/lib$/loader$/*" # --- Targets ------------------------------------------------------ |