From 611382fedf59dfec189d8eabec5c211f641a2845 Mon Sep 17 00:00:00 2001 From: scc Date: Thu, 4 Jun 1998 22:51:07 +0000 Subject: [PATCH] First Checked In. git-svn-id: svn://10.0.0.236/trunk@3268 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/modules/libfont/src/MANIFEST | 6 ++++++ mozilla/modules/libhook/public/MANIFEST | 6 ++++++ mozilla/modules/libimg/png/MANIFEST | 6 ++++++ mozilla/modules/libimg/public/MANIFEST | 14 +++++++++++++ mozilla/modules/libimg/src/MANIFEST | 6 ++++++ mozilla/modules/libpref/public/MANIFEST | 6 ++++++ mozilla/modules/libreg/include/MANIFEST | 6 ++++++ mozilla/modules/libutil/public/MANIFEST | 5 +++++ mozilla/modules/progress/public/MANIFEST | 5 +++++ mozilla/modules/rdf/include/MANIFEST | 7 +++++++ mozilla/modules/schedulr/public/MANIFEST | 5 +++++ mozilla/modules/security/freenav/MANIFEST | 19 ++++++++++++++++++ mozilla/modules/softupdt/include/MANIFEST | 7 +++++++ mozilla/modules/xml/expat/xmlparse/MANIFEST | 5 +++++ mozilla/modules/xml/glue/MANIFEST | 5 +++++ mozilla/modules/zlib/src/MANIFEST | 6 ++++++ mozilla/nav-java/stubs/include/MANIFEST | 9 +++++++++ mozilla/nav-java/stubs/macjri/MANIFEST | 17 ++++++++++++++++ mozilla/network/cache/MANIFEST | 6 ++++++ mozilla/network/client/MANIFEST | 5 +++++ mozilla/network/cnvts/MANIFEST | 13 ++++++++++++ mozilla/network/cstream/MANIFEST | 6 ++++++ mozilla/network/main/MANIFEST | 18 +++++++++++++++++ mozilla/network/protocol/about/MANIFEST | 5 +++++ mozilla/network/protocol/certld/MANIFEST | 5 +++++ mozilla/network/protocol/dataurl/MANIFEST | 5 +++++ mozilla/network/protocol/file/MANIFEST | 5 +++++ mozilla/network/protocol/ftp/MANIFEST | 5 +++++ mozilla/network/protocol/gopher/MANIFEST | 5 +++++ mozilla/network/protocol/http/MANIFEST | 8 ++++++++ mozilla/network/protocol/js/MANIFEST | 5 +++++ mozilla/network/protocol/mailbox/MANIFEST | 5 +++++ mozilla/network/protocol/marimba/MANIFEST | 5 +++++ mozilla/network/protocol/nntp/MANIFEST | 4 ++++ mozilla/network/protocol/pop3/MANIFEST | 5 +++++ mozilla/network/protocol/remote/MANIFEST | 5 +++++ mozilla/network/protocol/smtp/MANIFEST | 5 +++++ mozilla/nsprpub/lib/ds/MANIFEST | 8 ++++++++ mozilla/nsprpub/lib/libc/include/MANIFEST | 9 +++++++++ mozilla/nsprpub/lib/msgc/include/MANIFEST | 5 +++++ mozilla/nsprpub/pr/src/md/mac/MANIFEST | 7 +++++++ mozilla/sun-java/stubs/include/MANIFEST | 22 +++++++++++++++++++++ mozilla/sun-java/stubs/macjri/MANIFEST | 6 ++++++ mozilla/xpcom/src/MANIFEST | 14 +++++++++++++ 44 files changed, 331 insertions(+) create mode 100644 mozilla/modules/libfont/src/MANIFEST create mode 100644 mozilla/modules/libhook/public/MANIFEST create mode 100644 mozilla/modules/libimg/png/MANIFEST create mode 100644 mozilla/modules/libimg/public/MANIFEST create mode 100644 mozilla/modules/libimg/src/MANIFEST create mode 100644 mozilla/modules/libpref/public/MANIFEST create mode 100644 mozilla/modules/libreg/include/MANIFEST create mode 100644 mozilla/modules/libutil/public/MANIFEST create mode 100644 mozilla/modules/progress/public/MANIFEST create mode 100644 mozilla/modules/rdf/include/MANIFEST create mode 100644 mozilla/modules/schedulr/public/MANIFEST create mode 100644 mozilla/modules/security/freenav/MANIFEST create mode 100644 mozilla/modules/softupdt/include/MANIFEST create mode 100644 mozilla/modules/xml/expat/xmlparse/MANIFEST create mode 100644 mozilla/modules/xml/glue/MANIFEST create mode 100644 mozilla/modules/zlib/src/MANIFEST create mode 100644 mozilla/nav-java/stubs/include/MANIFEST create mode 100644 mozilla/nav-java/stubs/macjri/MANIFEST create mode 100644 mozilla/network/cache/MANIFEST create mode 100644 mozilla/network/client/MANIFEST create mode 100644 mozilla/network/cnvts/MANIFEST create mode 100644 mozilla/network/cstream/MANIFEST create mode 100644 mozilla/network/main/MANIFEST create mode 100644 mozilla/network/protocol/about/MANIFEST create mode 100644 mozilla/network/protocol/certld/MANIFEST create mode 100644 mozilla/network/protocol/dataurl/MANIFEST create mode 100644 mozilla/network/protocol/file/MANIFEST create mode 100644 mozilla/network/protocol/ftp/MANIFEST create mode 100644 mozilla/network/protocol/gopher/MANIFEST create mode 100644 mozilla/network/protocol/http/MANIFEST create mode 100644 mozilla/network/protocol/js/MANIFEST create mode 100644 mozilla/network/protocol/mailbox/MANIFEST create mode 100644 mozilla/network/protocol/marimba/MANIFEST create mode 100644 mozilla/network/protocol/nntp/MANIFEST create mode 100644 mozilla/network/protocol/pop3/MANIFEST create mode 100644 mozilla/network/protocol/remote/MANIFEST create mode 100644 mozilla/network/protocol/smtp/MANIFEST create mode 100644 mozilla/nsprpub/lib/ds/MANIFEST create mode 100644 mozilla/nsprpub/lib/libc/include/MANIFEST create mode 100644 mozilla/nsprpub/lib/msgc/include/MANIFEST create mode 100644 mozilla/nsprpub/pr/src/md/mac/MANIFEST create mode 100644 mozilla/sun-java/stubs/include/MANIFEST create mode 100644 mozilla/sun-java/stubs/macjri/MANIFEST create mode 100644 mozilla/xpcom/src/MANIFEST diff --git a/mozilla/modules/libfont/src/MANIFEST b/mozilla/modules/libfont/src/MANIFEST new file mode 100644 index 00000000000..2cd3d269ccc --- /dev/null +++ b/mozilla/modules/libfont/src/MANIFEST @@ -0,0 +1,6 @@ +# +# This is a list of local files which get copied to the mozilla:dist directory +# + +nf.h +coremem.h diff --git a/mozilla/modules/libhook/public/MANIFEST b/mozilla/modules/libhook/public/MANIFEST new file mode 100644 index 00000000000..42640dada24 --- /dev/null +++ b/mozilla/modules/libhook/public/MANIFEST @@ -0,0 +1,6 @@ +# +# This is a list of local files which get copied to the mozilla:dist directory +# + +hk_types.h +hk_funcs.h diff --git a/mozilla/modules/libimg/png/MANIFEST b/mozilla/modules/libimg/png/MANIFEST new file mode 100644 index 00000000000..d140449b68a --- /dev/null +++ b/mozilla/modules/libimg/png/MANIFEST @@ -0,0 +1,6 @@ +# +# This is a list of local files which get copied to the mozilla:dist directory +# + +png.h +pngconf.h diff --git a/mozilla/modules/libimg/public/MANIFEST b/mozilla/modules/libimg/public/MANIFEST new file mode 100644 index 00000000000..a55c572caf7 --- /dev/null +++ b/mozilla/modules/libimg/public/MANIFEST @@ -0,0 +1,14 @@ +# +# This is a list of local files which get copied to the mozilla:dist directory +# + +il_types.h +ni_pixmp.h +libimg.h +il_icons.h +il_strm.h +il_util.h +dummy_nc.h +MIMGCBIF.h +MIMGCB.h +MPSIMGCB.h diff --git a/mozilla/modules/libimg/src/MANIFEST b/mozilla/modules/libimg/src/MANIFEST new file mode 100644 index 00000000000..b0e79c58396 --- /dev/null +++ b/mozilla/modules/libimg/src/MANIFEST @@ -0,0 +1,6 @@ +# +# This is a list of local files which get copied to the mozilla:dist directory +# + +PIMGCB.h +PPSIMGCB.h diff --git a/mozilla/modules/libpref/public/MANIFEST b/mozilla/modules/libpref/public/MANIFEST new file mode 100644 index 00000000000..1b7759e4f01 --- /dev/null +++ b/mozilla/modules/libpref/public/MANIFEST @@ -0,0 +1,6 @@ +# +# This is a list of local files which get copied to the mozilla:dist directory +# + +prefapi.h +prefldap.h diff --git a/mozilla/modules/libreg/include/MANIFEST b/mozilla/modules/libreg/include/MANIFEST new file mode 100644 index 00000000000..e2d1a6222c5 --- /dev/null +++ b/mozilla/modules/libreg/include/MANIFEST @@ -0,0 +1,6 @@ +# +# This is a list of local files which get copied to the mozilla:dist directory +# + +VerReg.h +NSReg.h diff --git a/mozilla/modules/libutil/public/MANIFEST b/mozilla/modules/libutil/public/MANIFEST new file mode 100644 index 00000000000..028e3860c58 --- /dev/null +++ b/mozilla/modules/libutil/public/MANIFEST @@ -0,0 +1,5 @@ +# +# This is a list of local files which get copied to the mozilla:dist directory +# + +xp_obs.h diff --git a/mozilla/modules/progress/public/MANIFEST b/mozilla/modules/progress/public/MANIFEST new file mode 100644 index 00000000000..4f85ec55081 --- /dev/null +++ b/mozilla/modules/progress/public/MANIFEST @@ -0,0 +1,5 @@ +# +# This is a list of local files which get copied to the mozilla:dist directory +# + +pw_public.h diff --git a/mozilla/modules/rdf/include/MANIFEST b/mozilla/modules/rdf/include/MANIFEST new file mode 100644 index 00000000000..30d8c3fa1b8 --- /dev/null +++ b/mozilla/modules/rdf/include/MANIFEST @@ -0,0 +1,7 @@ +# +# This is a list of local files which get copied to the mozilla:dist directory +# + +rdf.h +vocab.h +htrdf.h diff --git a/mozilla/modules/schedulr/public/MANIFEST b/mozilla/modules/schedulr/public/MANIFEST new file mode 100644 index 00000000000..89ca577bef4 --- /dev/null +++ b/mozilla/modules/schedulr/public/MANIFEST @@ -0,0 +1,5 @@ +# +# This is a list of local files which get copied to the mozilla:dist directory +# + +schedulr.h diff --git a/mozilla/modules/security/freenav/MANIFEST b/mozilla/modules/security/freenav/MANIFEST new file mode 100644 index 00000000000..97e9a6e4a2d --- /dev/null +++ b/mozilla/modules/security/freenav/MANIFEST @@ -0,0 +1,19 @@ +# +# This is a list of local files which get copied to the mozilla:dist directory +# + +base64.h +cert.h +preenc.h +seccomon.h +secerr.h +sechash.h +secnav.h +secrng.h +secstubn.h +secstubs.h +secstubt.h +ssl.h +sslerr.h +zig.h +rosetta.h diff --git a/mozilla/modules/softupdt/include/MANIFEST b/mozilla/modules/softupdt/include/MANIFEST new file mode 100644 index 00000000000..b6d2b862df2 --- /dev/null +++ b/mozilla/modules/softupdt/include/MANIFEST @@ -0,0 +1,7 @@ +# +# This is a list of local files which get copied to the mozilla:dist directory +# + +softupdt.h +su_folderspec.h +gdiff.h diff --git a/mozilla/modules/xml/expat/xmlparse/MANIFEST b/mozilla/modules/xml/expat/xmlparse/MANIFEST new file mode 100644 index 00000000000..9678b2453fc --- /dev/null +++ b/mozilla/modules/xml/expat/xmlparse/MANIFEST @@ -0,0 +1,5 @@ +# +# This is a list of local files which get copied to the mozilla:dist directory +# + +xmlparse.h diff --git a/mozilla/modules/xml/glue/MANIFEST b/mozilla/modules/xml/glue/MANIFEST new file mode 100644 index 00000000000..7db3fbc0a48 --- /dev/null +++ b/mozilla/modules/xml/glue/MANIFEST @@ -0,0 +1,5 @@ +# +# This is a list of local files which get copied to the mozilla:dist directory +# + +xmlglue.h diff --git a/mozilla/modules/zlib/src/MANIFEST b/mozilla/modules/zlib/src/MANIFEST new file mode 100644 index 00000000000..da790da19c9 --- /dev/null +++ b/mozilla/modules/zlib/src/MANIFEST @@ -0,0 +1,6 @@ +# +# This is a list of local files which get copied to the mozilla:dist directory +# + +zlib.h +zconf.h diff --git a/mozilla/nav-java/stubs/include/MANIFEST b/mozilla/nav-java/stubs/include/MANIFEST new file mode 100644 index 00000000000..5cb0d9216c3 --- /dev/null +++ b/mozilla/nav-java/stubs/include/MANIFEST @@ -0,0 +1,9 @@ +# +# This is a list of local files which get copied to the mozilla:dist directory +# + +edtplug.h +javasec.h +java.h +softupdt.h +lj.h diff --git a/mozilla/nav-java/stubs/macjri/MANIFEST b/mozilla/nav-java/stubs/macjri/MANIFEST new file mode 100644 index 00000000000..0699b32e954 --- /dev/null +++ b/mozilla/nav-java/stubs/macjri/MANIFEST @@ -0,0 +1,17 @@ +# +# This is a list of local files which get copied to the mozilla:dist directory +# + +netscape_javascript_JSObject.h +netscape_plugin_Plugin.h +netscape_security_Principal.h +netscape_security_Privilege.h +netscape_security_Target.h +netscape_security_Zig.h +n_applet_MozillaAppletContext.h +n_a_EmbeddedObjectNatives.h +n_javascript_JSException.h +n_plugin_composer_Composer.h +n_p_composer_PluginManager.h +n_security_PrivilegeManager.h +n_security_PrivilegeTable.h diff --git a/mozilla/network/cache/MANIFEST b/mozilla/network/cache/MANIFEST new file mode 100644 index 00000000000..b6a0c6eb7a8 --- /dev/null +++ b/mozilla/network/cache/MANIFEST @@ -0,0 +1,6 @@ +# +# This is a list of local files which get copied to the mozilla:dist directory +# + +extcache.h +netcache.h diff --git a/mozilla/network/client/MANIFEST b/mozilla/network/client/MANIFEST new file mode 100644 index 00000000000..10dfa02912f --- /dev/null +++ b/mozilla/network/client/MANIFEST @@ -0,0 +1,5 @@ +# +# This is a list of local files which get copied to the mozilla:dist directory +# + +cnetinit.h diff --git a/mozilla/network/cnvts/MANIFEST b/mozilla/network/cnvts/MANIFEST new file mode 100644 index 00000000000..6791c9a282f --- /dev/null +++ b/mozilla/network/cnvts/MANIFEST @@ -0,0 +1,13 @@ +# +# This is a list of local files which get copied to the mozilla:dist directory +# + +cvactive.h +cvchunk.h +cvcolor.h +cvdisk.h +cvmime.h +cvpics.h +cvsimple.h +cvunzip.h +cvjscfg.h diff --git a/mozilla/network/cstream/MANIFEST b/mozilla/network/cstream/MANIFEST new file mode 100644 index 00000000000..a074a5a6314 --- /dev/null +++ b/mozilla/network/cstream/MANIFEST @@ -0,0 +1,6 @@ +# +# This is a list of local files which get copied to the mozilla:dist directory +# + +cstream.h +strmutil.h diff --git a/mozilla/network/main/MANIFEST b/mozilla/network/main/MANIFEST new file mode 100644 index 00000000000..cba6b5b5ca2 --- /dev/null +++ b/mozilla/network/main/MANIFEST @@ -0,0 +1,18 @@ +# +# This is a list of local files which get copied to the mozilla:dist directory +# + +mkstream.h +mkformat.h +mkparse.h +mkfsort.h +mksort.h +mkgeturl.h +mkselect.h +mktcp.h +netutils.h +mkpadpac.h +mkautocf.h +mkutils.h +mktrace.h +mkhelp.h diff --git a/mozilla/network/protocol/about/MANIFEST b/mozilla/network/protocol/about/MANIFEST new file mode 100644 index 00000000000..886cf1cdd57 --- /dev/null +++ b/mozilla/network/protocol/about/MANIFEST @@ -0,0 +1,5 @@ +# +# This is a list of local files which get copied to the mozilla:dist directory +# + +abouturl.h diff --git a/mozilla/network/protocol/certld/MANIFEST b/mozilla/network/protocol/certld/MANIFEST new file mode 100644 index 00000000000..7405ac50307 --- /dev/null +++ b/mozilla/network/protocol/certld/MANIFEST @@ -0,0 +1,5 @@ +# +# This is a list of local files which get copied to the mozilla:dist directory +# + +mkcertld.h diff --git a/mozilla/network/protocol/dataurl/MANIFEST b/mozilla/network/protocol/dataurl/MANIFEST new file mode 100644 index 00000000000..0a93b26626b --- /dev/null +++ b/mozilla/network/protocol/dataurl/MANIFEST @@ -0,0 +1,5 @@ +# +# This is a list of local files which get copied to the mozilla:dist directory +# + +dataurl.h diff --git a/mozilla/network/protocol/file/MANIFEST b/mozilla/network/protocol/file/MANIFEST new file mode 100644 index 00000000000..f3e8a623092 --- /dev/null +++ b/mozilla/network/protocol/file/MANIFEST @@ -0,0 +1,5 @@ +# +# This is a list of local files which get copied to the mozilla:dist directory +# + +fileurl.h diff --git a/mozilla/network/protocol/ftp/MANIFEST b/mozilla/network/protocol/ftp/MANIFEST new file mode 100644 index 00000000000..f87eb7f7b5d --- /dev/null +++ b/mozilla/network/protocol/ftp/MANIFEST @@ -0,0 +1,5 @@ +# +# This is a list of local files which get copied to the mozilla:dist directory +# + +ftpurl.h diff --git a/mozilla/network/protocol/gopher/MANIFEST b/mozilla/network/protocol/gopher/MANIFEST new file mode 100644 index 00000000000..c49eaaa9fd2 --- /dev/null +++ b/mozilla/network/protocol/gopher/MANIFEST @@ -0,0 +1,5 @@ +# +# This is a list of local files which get copied to the mozilla:dist directory +# + +gophurl.h diff --git a/mozilla/network/protocol/http/MANIFEST b/mozilla/network/protocol/http/MANIFEST new file mode 100644 index 00000000000..84770dc335e --- /dev/null +++ b/mozilla/network/protocol/http/MANIFEST @@ -0,0 +1,8 @@ +# +# This is a list of local files which get copied to the mozilla:dist directory +# + +httpurl.h +cookies.h +httpauth.h +jscookie.h diff --git a/mozilla/network/protocol/js/MANIFEST b/mozilla/network/protocol/js/MANIFEST new file mode 100644 index 00000000000..a36fb83989a --- /dev/null +++ b/mozilla/network/protocol/js/MANIFEST @@ -0,0 +1,5 @@ +# +# This is a list of local files which get copied to the mozilla:dist directory +# + +jsurl.h diff --git a/mozilla/network/protocol/mailbox/MANIFEST b/mozilla/network/protocol/mailbox/MANIFEST new file mode 100644 index 00000000000..49bf077dd1f --- /dev/null +++ b/mozilla/network/protocol/mailbox/MANIFEST @@ -0,0 +1,5 @@ +# +# This is a list of local files which get copied to the mozilla:dist directory +# + +mkmailbx.h diff --git a/mozilla/network/protocol/marimba/MANIFEST b/mozilla/network/protocol/marimba/MANIFEST new file mode 100644 index 00000000000..c11fc50175c --- /dev/null +++ b/mozilla/network/protocol/marimba/MANIFEST @@ -0,0 +1,5 @@ +# +# This is a list of local files which get copied to the mozilla:dist directory +# + +marimurl.h diff --git a/mozilla/network/protocol/nntp/MANIFEST b/mozilla/network/protocol/nntp/MANIFEST new file mode 100644 index 00000000000..51fc96dd9c1 --- /dev/null +++ b/mozilla/network/protocol/nntp/MANIFEST @@ -0,0 +1,4 @@ +# +# This is a list of local files which get copied to the mozilla:dist directory +# + diff --git a/mozilla/network/protocol/pop3/MANIFEST b/mozilla/network/protocol/pop3/MANIFEST new file mode 100644 index 00000000000..9510174c7dc --- /dev/null +++ b/mozilla/network/protocol/pop3/MANIFEST @@ -0,0 +1,5 @@ +# +# This is a list of local files which get copied to the mozilla:dist directory +# + +mkpop3.h diff --git a/mozilla/network/protocol/remote/MANIFEST b/mozilla/network/protocol/remote/MANIFEST new file mode 100644 index 00000000000..9879b458ec5 --- /dev/null +++ b/mozilla/network/protocol/remote/MANIFEST @@ -0,0 +1,5 @@ +# +# This is a list of local files which get copied to the mozilla:dist directory +# + +remoturl.h diff --git a/mozilla/network/protocol/smtp/MANIFEST b/mozilla/network/protocol/smtp/MANIFEST new file mode 100644 index 00000000000..6d2e73b9327 --- /dev/null +++ b/mozilla/network/protocol/smtp/MANIFEST @@ -0,0 +1,5 @@ +# +# This is a list of local files which get copied to the mozilla:dist directory +# + +mksmtp.h diff --git a/mozilla/nsprpub/lib/ds/MANIFEST b/mozilla/nsprpub/lib/ds/MANIFEST new file mode 100644 index 00000000000..ce8226bdd8b --- /dev/null +++ b/mozilla/nsprpub/lib/ds/MANIFEST @@ -0,0 +1,8 @@ +# +# This is a list of local files which get copied to the mozilla:dist directory +# + +plarenas.h +plarena.h +plevent.h +plhash.h diff --git a/mozilla/nsprpub/lib/libc/include/MANIFEST b/mozilla/nsprpub/lib/libc/include/MANIFEST new file mode 100644 index 00000000000..63e8861de2c --- /dev/null +++ b/mozilla/nsprpub/lib/libc/include/MANIFEST @@ -0,0 +1,9 @@ +# +# This is a list of local files which get copied to the mozilla:dist directory +# + +plbase64.h +plerror.h +plgetopt.h +plresolv.h +plstr.h diff --git a/mozilla/nsprpub/lib/msgc/include/MANIFEST b/mozilla/nsprpub/lib/msgc/include/MANIFEST new file mode 100644 index 00000000000..a45ec20ec4b --- /dev/null +++ b/mozilla/nsprpub/lib/msgc/include/MANIFEST @@ -0,0 +1,5 @@ +# +# This is a list of local files which get copied to the mozilla:dist directory +# + +prgc.h diff --git a/mozilla/nsprpub/pr/src/md/mac/MANIFEST b/mozilla/nsprpub/pr/src/md/mac/MANIFEST new file mode 100644 index 00000000000..c51cbd5a020 --- /dev/null +++ b/mozilla/nsprpub/pr/src/md/mac/MANIFEST @@ -0,0 +1,7 @@ +# +# This is a list of local files which get copied to the mozilla:dist directory +# + +MacErrorHandling.h +macsocket.h +prcpucfg.h diff --git a/mozilla/sun-java/stubs/include/MANIFEST b/mozilla/sun-java/stubs/include/MANIFEST new file mode 100644 index 00000000000..876e9c910e4 --- /dev/null +++ b/mozilla/sun-java/stubs/include/MANIFEST @@ -0,0 +1,22 @@ +# +# This is a list of local files which get copied to the mozilla:dist directory +# + +bool.h +interpreter.h +javaString.h +javaThreads.h +jmc.h +jni.h +jni_md.h +jri.h +jri_md.h +jriext.h +jritypes.h +nspr_md.h +oobj.h +sysmacros_md.h +tree.h +typedefs.h +typedefs_md.h +zip.h diff --git a/mozilla/sun-java/stubs/macjri/MANIFEST b/mozilla/sun-java/stubs/macjri/MANIFEST new file mode 100644 index 00000000000..22b4080f5cf --- /dev/null +++ b/mozilla/sun-java/stubs/macjri/MANIFEST @@ -0,0 +1,6 @@ +# +# This is a list of local files which get copied to the mozilla:dist directory +# + +java_lang_String.h +jdk_java_lang_String.h diff --git a/mozilla/xpcom/src/MANIFEST b/mozilla/xpcom/src/MANIFEST new file mode 100644 index 00000000000..caa3cb2cd69 --- /dev/null +++ b/mozilla/xpcom/src/MANIFEST @@ -0,0 +1,14 @@ +# +# This is a list of local files which get copied to the mozilla:dist directory +# + +nsAgg.h +nsCom.h +nsDebug.h +nsError.h +nsHashtable.h +nsID.h +nsIFactory.h +nsISupports.h +nsRepository.h +nsIEnumerator.h