diff options
author | Martin Gallwey <mtg@openoffice.org> | 2001-04-27 13:56:07 +0000 |
---|---|---|
committer | Martin Gallwey <mtg@openoffice.org> | 2001-04-27 13:56:07 +0000 |
commit | fa2de5099c00fabb952c039269f23f7f3689c586 (patch) | |
tree | 0476064e5fcd36451648736e4dcb6fccafd1f062 /package/source/zipapi/makefile.mk | |
parent | 7ddd39239c37d8a9b58f4c8fc17ff2b47fe0a20b (diff) |
#86409# Support encryption in package files + a couple of optimisations
Diffstat (limited to 'package/source/zipapi/makefile.mk')
-rw-r--r-- | package/source/zipapi/makefile.mk | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/package/source/zipapi/makefile.mk b/package/source/zipapi/makefile.mk index 5bda73ee2225..389c46e7dd95 100644 --- a/package/source/zipapi/makefile.mk +++ b/package/source/zipapi/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: mtg $ $Date: 2001-04-19 14:13:40 $ +# last change: $Author: mtg $ $Date: 2001-04-27 14:56:06 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -97,15 +97,15 @@ UNOUCRDEP= $(SOLARBINDIR)$/applicat.rdb UNOUCRRDB= $(SOLARBINDIR)$/applicat.rdb UNOTYPES=\ - com.sun.star.packages.XChecksum \ - com.sun.star.packages.XInflater \ - com.sun.star.packages.XDeflater \ - com.sun.star.packages.XZipFile \ - com.sun.star.packages.XZipInputStream \ - com.sun.star.packages.XZipOutputStream \ - com.sun.star.packages.ZipConstants \ com.sun.star.packages.ZipEntry \ + com.sun.star.packages.ZipConstants \ com.sun.star.packages.ZipException +# com.sun.star.packages.XChecksum \ +# com.sun.star.packages.XInflater \ +# com.sun.star.packages.XDeflater \ +# com.sun.star.packages.XZipFile \ +# com.sun.star.packages.XZipInputStream \ +# com.sun.star.packages.XZipOutputStream \ # --- Targets ------------------------------------------------------ |