gecko-dev/extensions/interfaceinfo
jst%netscape.com b245664f4c Checking in changes that were made during the review of the WSDL code. The review was done by harishd@netscape.com, jgaunt@netscape.com, dbradley@netscape.com, and jst@netscape.com. Not part of the build yet. 2003-03-19 07:25:23 +00:00
..
macbuild
public Updating cvsignore files. 2002-08-30 05:12:02 +00:00
src Checking in changes that were made during the review of the WSDL code. The review was done by harishd@netscape.com, jgaunt@netscape.com, dbradley@netscape.com, and jst@netscape.com. Not part of the build yet. 2003-03-19 07:25:23 +00:00
tests NOT PART OF THE BUILD. Fix broken test 2002-10-15 21:53:42 +00:00
.cvsignore Updating cvsignore files. 2002-08-30 05:12:02 +00:00
Makefile.in
readme.html

readme.html

<html>
<body>
mozilla/extensions/interfaceinfo is an optional extension that implements:
<ul>
<li>generic scriptable wrappers for interface infos
<li>dynamically populatable interface info set support
<li>a JS component that decompiles interface infos to idl
</ul>

To build with gmake:<br>
ac_add_options --enable-extensions=default,interfaceinfo

<p>

To build with nmake:<br>
set MOZ_ENABLE_IIX=1

<p>

Note: the optional SOAP web service proxy (WSDl/Proxy) part of the xmlextras
extension requires this extension.

</body>
</html>