diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-05-26 07:40:38 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-05-26 07:40:38 +0000 |
commit | ec7188457d11fe7d89d0393526a21b5ea0ff4ec5 (patch) | |
tree | ffba73a6b13e726eb44c0132cfa4f7c3ac5a0240 /jurt | |
parent | a02f5f7016238f9ddb509216137dab1484f7b09c (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.mk | 5 |
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 5a73fe413..690a5905d 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 ------------------------------------------------------ |