diff options
author | Juergen Schmidt <jsc@openoffice.org> | 2002-11-27 08:46:11 +0000 |
---|---|---|
committer | Juergen Schmidt <jsc@openoffice.org> | 2002-11-27 08:46:11 +0000 |
commit | 1a9b114e2540dff3a024ffd4bbdb08aac71cf3ac (patch) | |
tree | ac1cf5c9832088a21463be79bea6358217cca72c /offapi/com/sun/star/packages | |
parent | f88ed89139b4e4bdd6df4b3093df2d69005f8d8d (diff) |
#105668# add missing files
Diffstat (limited to 'offapi/com/sun/star/packages')
-rw-r--r-- | offapi/com/sun/star/packages/makefile.mk | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/offapi/com/sun/star/packages/makefile.mk b/offapi/com/sun/star/packages/makefile.mk index 0c42666f0f0e..20d55ee0d1de 100644 --- a/offapi/com/sun/star/packages/makefile.mk +++ b/offapi/com/sun/star/packages/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: mtg $ $Date: 2001-07-04 14:11:05 $ +# last change: $Author: jsc $ $Date: 2002-11-27 09:46:11 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -76,7 +76,10 @@ IDLFILES=\ Package.idl\ PackageFolder.idl\ PackageFolderEnumeration.idl\ - PackageStream.idl + PackageStream.idl\ + ZipConstants.idl\ + ZipEntry.idl\ + ZipException.idl # ------------------------------------------------------------------ |