Libraries Required for the Lucene Server
----------------------------------------

lucene-1.x.jar - the lucene core classes.  REQUIRED.
JavaCC.zip     - the Java CC classes. OPTIONAL.
                 Required for compilation of Lucene core source files.
dom4j-full.jar - the XML classes. REQUIRED.
log4j-1.2.7.jar- Log4j logging classes. REQUIRED.

luceneserver-0.2.jar - the luceneserver jar file this is generated by the 
                       build script.
                       
NOTE:
  If using Java 1.3.x then additional libraries are
  required.  This is because Java 1.3.x does not include
  the necesary XML libraries and definitions. 
  The additional libraries are included and are:
	xml-apis.jar   - definitions of document/element etc
	xercesImpl.jar - apache implementation of xml parser                       