summaryrefslogtreecommitdiff
path: root/external
Commit message (Collapse)AuthorAgeFilesLines
* * external/jsr166: Removed files from cvs trunk.Tom Tromey2006-06-1674-32144/+0
|
* Initial revisionTom Tromey2006-06-1674-0/+32144
|
* 2006-02-13 Chris Burdess <dog@gnu.org>Chris Burdess2006-02-1315-1/+956
| | | | | | | | | | | | | | | | | | | | | | | | | * LICENCE, NEWS, configure.ac, doc/README.jaxp, external/Makefile.am, external/relaxngDatatype/.cvsignore, external/relaxngDatatype/Makefile.am, external/relaxngDatatype/README.txt, external/relaxngDatatype/copying.txt, external/relaxngDatatype/org/relaxng/datatype/Datatype.java, external/relaxngDatatype/org/relaxng/datatype/DatatypeBuilder.java, external/relaxngDatatype/org/relaxng/datatype/DatatypeException.java, external/relaxngDatatype/org/relaxng/datatype/DatatypeLibrary.java, external/relaxngDatatype/org/relaxng/datatype/DatatypeLibraryFactory.java, external/relaxngDatatype/org/relaxng/datatype/DatatypeStreamingValidator.java, external/relaxngDatatype/org/relaxng/datatype/ValidationContext.java, external/relaxngDatatype/org/relaxng/datatype/helpers/DatatypeLibraryLoader.java, external/relaxngDatatype/org/relaxng/datatype/helpers/ParameterlessDatatypeBuilder.java, external/relaxngDatatype/org/relaxng/datatype/helpers/StreamingValidatorImpl.java, lib/Makefile.am, lib/gen-classlist.sh.in: Added external RELAX NG pluggable datatypes library API.
* * gnu/xml/*: Imported from GNU JAXP.Mark Wielaard2004-12-23195-0/+28313
| | | | | | | | | | | | | | | | | | | * javax/xml/*: Likewise. * external/*: Imported external sax and w3c_dom projects. * LICENSE: Add new copyright and distribution notices. * Makefile.am (SUBDirs): Add external. (DIST_SUBDIRS): Likewise. * configure.ac (AC_CONFIG_FILES): Add external/Makefile, external/sax/Makefile and external/w3c_dom/Makefile. * lib/gen-classlist.sh.in (FIND): Search in external/sax and external/w3c_dom. (Split): Add new classes.xml for gcj. * lib/Makefile.am (compile_classpath): Add external/sax and external/w3c_dom. (FOUND_GCJ): Compile classes.xml. * lib/.cvsignore: Add classes.xml. * .classpath: Updated exclusion filter and add external projects plus examples.
* * Makefile.am (SUBDIRS): Remove external.Mark Wielaard2004-09-03280-54494/+0
| | | | | | | | | * configure.ac (AC_CONFIG_FILES): Remove external/Makefile. * doc/api/Makefile.am: Don't refer to external directory * lib/Makefile.am: Likewise. * lib/gen-classlist.sh.in: Likewise. * external/*: Removed. * NEWS: Mention GNU JAXP.
* 2004-08-02 Michael Koch <konqueror@gmx.de>Michael Koch2004-08-021-1/+1
| | | | | | | * doc/api/Makefile.am, external/Makefile.am, lib/Makefile.am: Fixed usage of find.
* Import GNU JAXP 2004-02-01Mark Wielaard2004-05-01120-252/+186
|
* 2003-11-12 Michael Koch <konqueror@gmx.de>Michael Koch2003-11-122-9/+9
| | | | | | | * external/jaxp/source/gnu/xml/pipeline/XIncludeFilter.java (Scrubber.Scrubber): Call methods of super class. * external/jaxp/source/org/xml/sax/helpers/XMLReaderFactory.java (createXMLReader): Catch RuntimeException not Exception.
* 2003-09-22 Michael Koch <konqueror@gmx.de>Michael Koch2003-09-221-0/+2
| | | | * external/.cvsignore: New file, ignore Makefile and Makefile.in.
* * external/jaxp/source/javax/xml/transform/TransformerFactory.java:Mark Wielaard2003-08-172-5/+5
| | | | | Don't use &nbsp; in the api documentation. external/jaxp/source/org/xml/sax/ext/Locator2.java: Likewise.
* * Makefile.am (SUBDIRS): Add external.Mark Wielaard2003-08-172-1/+292
| | | | | | * configure.in (AC_OUTPUT): Add external/Makefile. * external/README: Add how to update Makefile.am jaxp_FILES entry. * external/Makefile.am: New file.
* * external/README: new fileBrian Jones2003-02-011-0/+18
| | | | | | | | | | | * external/jaxp: import Classpathx JAXP from January 31, 2003 CVS * LICENSE: new file * Makefile.am: distribute LICENSE, external/jaxp/source * lib/Makefile.am: add external/jaxp/source to classpath; removed -target 1.1 from jikes invocation * lib/gen-classlist.sh.in: add external/jaxp/source to directories to search * doc/api/Makefile.am: add external/jaxp/source to source path
* Initial revisionBrian Jones2003-02-01277-0/+54249