summaryrefslogtreecommitdiff
path: root/javaunohelper/util
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-05-28 14:57:50 +0000
committerOliver Bolte <obo@openoffice.org>2004-05-28 14:57:50 +0000
commitcf3532836c54cf422bec2d35d46987888055e723 (patch)
tree42ddd9c89641c7b2adaa298b605b3d044b334045 /javaunohelper/util
parent6564d2177436620a6a3fc20486924818b630bf0a (diff)
INTEGRATION: CWS comptrans2 (1.6.4); FILE MERGED
2004/05/24 14:11:45 tbe 1.6.4.1: #i29443# move com.sun.star.lib.loader classes from javaunohelper to odk
Diffstat (limited to 'javaunohelper/util')
-rw-r--r--javaunohelper/util/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/javaunohelper/util/makefile.mk b/javaunohelper/util/makefile.mk
index 8e01a8c3687c..7383d10f2611 100644
--- a/javaunohelper/util/makefile.mk
+++ b/javaunohelper/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.6 $
+# $Revision: 1.7 $
#
-# last change: $Author: rt $ $Date: 2004-05-03 07:38:55 $
+# last change: $Author: obo $ $Date: 2004-05-28 15:57:50 $
#
# 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" -x "com$/sun$/star$/lib$/loader$/*"
+ZIP1LIST=com -x "*makefile.mk"
# --- Targets ------------------------------------------------------