summaryrefslogtreecommitdiff
path: root/jurt
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-05-26 07:40:38 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-05-26 07:40:38 +0000
commit59d93a7f206d7bea2c61ae554dc2ee085ed0e266 (patch)
tree36a58f6b40b5624ce835909def3637df88985bc1 /jurt
parentdc33af6e2d8a2515828ebb9fb2fe821d1025af47 (diff)
INTEGRATION: CWS fwk03 (1.3.10); FILE MERGED
2003/05/16 07:41:59 dbo 1.3.10.1: #109701# internal StringHelper class
Diffstat (limited to 'jurt')
-rw-r--r--jurt/com/sun/star/lib/util/makefile.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/jurt/com/sun/star/lib/util/makefile.mk b/jurt/com/sun/star/lib/util/makefile.mk
index 5a73fe4136d1..690a5905d409 100644
--- a/jurt/com/sun/star/lib/util/makefile.mk
+++ b/jurt/com/sun/star/lib/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: vg $ $Date: 2003-04-15 14:34:21 $
+# last change: $Author: vg $ $Date: 2003-05-26 08:40:38 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -79,6 +79,7 @@ JAVACLASSFILES= \
$(CLASSDIR)$/$(PACKAGE)$/NativeLibraryLoader.class \
$(CLASSDIR)$/$(PACKAGE)$/RefObject.class \
$(CLASSDIR)$/$(PACKAGE)$/RefererObject.class \
+ $(CLASSDIR)$/$(PACKAGE)$/StringHelper.class \
$(CLASSDIR)$/$(PACKAGE)$/WeakTable.class
# --- Targets ------------------------------------------------------