The contain of this distribution:

CHANGES		- Changes between releases.

COPYRIGHT	- Copyright and license agreements.

CorbaWeb/	- The CorbaWeb environment.
		  See CorbaWeb/README.

DISTRIB		- This file.

INSTALL		- Availability and installation information.

README		- CorbaScript description and features. 

TO_DO		- Current work in the to-do list.

config/		- Configuration and makefiles.

  CorbaScript.mak	- Makefile for Windows 95/NT.
  CorbaScript.mk	- GNU Makefile for Unix systems.
  (and common.mk)

  base_envi.ORB.csh	- This file is integrated into all generated
                          envi.ORB.csh files.
  base_envi.ORB.sh	- This file is integrated into all generated
                          envi.ORB.sh files.

  compileVC5.bat	- Compilation script on Windows 95/NT &
                                                Microsoft Visual C++ 5.x.
  compileVC6.bat	- Compilation script on Windows 95/NT &
                                                Microsoft Visual C++ 6.x.
  compile.sh		- Compilation script on Unix systems.

  platforms/		- Makefile parts for each supported
			  ORB / OS / C++ compiler.

demo/		- Demonstrations.
		  See demo/README for more information.

doc/		- Documentations.

  98-12-09.pdf	- Our revised submission to the OMG CORBA Scripting
		  Language RFP.

  index.html	- The CorbaScript Home Page.

  slides.pdf	- Slides about CorbaScript.

  user_guide.html - CorbaScript User Guide.

idl/		- Standard OMG IDL files.

  CosEventChannelAdmin.idl	- The CORBA Event Service.
  CosEventComm.idl		- The CORBA Event Service.
  CosNaming.idl			- The CORBA Naming Service.
  InterfaceRepository.idl	- The CORBA Interface Repository.

include/	- All include files.

modules/	- Standard CorbaScript modules.
		  See modules/README for more information.

orb/		- Configuration files for current supported ORBs.

  Each subdirectory contains files for one supported ORB.
  Contained main files are:

	ORB.mak		- Windows 95/NT makefile part (when supported).
	ORB.mk		- Unix systems makefile part.

	envi.ORB.bash	- CorbaScript command template for bash shell. 
	envi.ORB.csh	- CorbaScript command template for C-shell. 
	envi.ORB.sh	- CorbaScript command template for bourne shell. 
	start_process.sh - Shell script to start process.

	DynAnyTest.cpp	- DynAny API test program.
	irdestroy.cpp	- IFR destroy program.

scripts/	- CorbaScript scripts.

src/		- All CorbaScript source files.

  syntax/	- CorbaScript lexical and grammar analyzer.

wrappers/	- Source files for dynamic wrapper librairies.

  LibC.c	- Contains wrapper functions to access some standard C
                  structures.

  LibSocket.c	- Contains wrapper functions to access TCP/IP sockets.

  wrappers.mk	- Makefile part to compile dynamic wrapper librairies.
  wrapper.mak	- Makefile part for MS Visual C++.

externals/	- Open Source packages used by CorbaScript.

  regex-0.12/   - The GNU regular expression Library.
