This directory contains libraries maintained externally to GNU Classpath.

jaxp - http://www.gnu.org/software/classpathx/jaxp/

	GNU JAXP, a part of the GNU Classpath Extensions project 
	(hosted at savannah.gnu.org) is a free implementation of the 
	standard XML processing APIs for Java:

	* SAX Parser API
	* DOM Level 2 generic XML data structures
	* JAXP v1.1 interface implementation

	Import method:

	cvs -d :ext:cbj@subversions.gnu.org:/cvsroot/classpath \
	import -m "import classpathx jaxp 20030123" \
	classpath/external/jaxp Classpathx JAXP_CVS_20030123

	You need to add the output of the following command to the
	jaxp_FILES in Makefile.am (remove the last \ from the last entry): 
	$ for i in $(find jaxp -type f | grep -v CVS); do echo $i \\; done
