summaryrefslogtreecommitdiff
path: root/external/README
Commit message (Collapse)AuthorAgeFilesLines
* * gnu/xml/*: Imported from GNU JAXP.Mark Wielaard2004-12-231-0/+3
| | | | | | | | | | | | | | | | | | | * 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-031-21/+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.
* * Makefile.am (SUBDIRS): Add external.Mark Wielaard2003-08-171-1/+4
| | | | | | * 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