summaryrefslogtreecommitdiff
path: root/doc/api
Commit message (Collapse)AuthorAgeFilesLines
* Replace all .cvsignore files with .gitignoreIvan Maidanski2012-10-151-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2012-06-10 Ivan Maidanski <ivmai@mail.ru> * compat/.gitignore, * compat/java.net/.gitignore, * doc/.gitignore, * doc/api/.gitignore, * doc/www.gnu.org/.gitignore, * doc/www.gnu.org/announce/.gitignore, * doc/www.gnu.org/cp-tools/.gitignore, * doc/www.gnu.org/docs/.gitignore, * doc/www.gnu.org/downloads/.gitignore, * doc/www.gnu.org/events/.gitignore, * doc/www.gnu.org/faq/.gitignore, * examples/.gitignore, * external/.gitignore, * external/jsr166/.gitignore, * external/relaxngDatatype/.gitignore, * external/sax/.gitignore, * external/w3c_dom/.gitignore, * gnu/classpath/.gitignore, * gnu/java/locale/.gitignore, * gnu/java/security/.gitignore, * gnu/test/.gitignore, * include/.gitignore, * java/util/.gitignore, * lib/.gitignore, * native/.gitignore, * native/fdlibm/.gitignore, * native/jawt/.gitignore, * native/jni/.gitignore, * native/jni/classpath/.gitignore, * native/jni/gconf-peer/.gitignore, * native/jni/gstreamer-peer/.gitignore, * native/jni/gtk-peer/.gitignore, * native/jni/java-io/.gitignore, * native/jni/java-lang/.gitignore, * native/jni/java-math/.gitignore, * native/jni/java-net/.gitignore, * native/jni/java-nio/.gitignore, * native/jni/java-util/.gitignore, * native/jni/midi-alsa/.gitignore, * native/jni/midi-dssi/.gitignore, * native/jni/native-lib/.gitignore, * native/jni/qt-peer/.gitignore, * native/jni/xmlj/.gitignore, * native/plugin/.gitignore, * native/testsuite/.gitignore, * native/vmi/.gitignore, * resource/.gitignore, * resource/META-INF/services/.gitignore, * scripts/.gitignore, * test/.gitignore, * test/gnu.java.lang.reflect/.gitignore, * test/java.io/.gitignore, * test/java.lang.reflect/.gitignore, * test/java.net/.gitignore, * test/java.util/.gitignore, * tools/.gitignore, * tools/gnu/classpath/tools/doclets/.gitignore, * tools/gnu/classpath/tools/doclets/debugdoclet/.gitignore, * tools/gnu/classpath/tools/doclets/htmldoclet/.gitignore, * tools/gnu/classpath/tools/doclets/xmldoclet/.gitignore, * tools/gnu/classpath/tools/doclets/xmldoclet/doctranslet/.gitignore, * tools/gnu/classpath/tools/gjdoc/.gitignore, * tools/gnu/classpath/tools/gjdoc/expr/.gitignore, * tools/gnu/classpath/tools/java2xhtml/.gitignore, * tools/gnu/classpath/tools/taglets/.gitignore, * vm/.gitignore, * vm/reference/.gitignore: Renamed from .cvsignore. Signed-off-by: Pekka Enberg <penberg@kernel.org>
* 2008-03-10 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2008-03-101-1/+1
| | | | | PR classpath/35422 * doc/api/Makefile.am: Include external/jsr166.
* Fixes bug #28822Mark Wielaard2006-11-251-0/+2
| | | | | * doc/api/Makefile.am (create_html): Guard GJDOC invocation with CREATE_API_DOCS
* * doc/api/Makefile.am (create_html): Add -validhtml.Mark Wielaard2006-01-301-0/+1
|
* PR libgcj/23499:Tom Tromey2005-08-221-0/+2
| | | | | | * doc/api/Makefile.am (install-data-local): Now conditional on CREATE_API_DOCS. (uninstall-local): Likewise.
* * NEWS: Add 0.15 release date and new features.classpath-0_15-releaseMark Wielaard2005-05-011-1/+1
| | | | | | | | | | * configure.ac: Set version to 0.15. * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c: (window_delete_cb): Don't use C++ style comments. * doc/api/Makefile.am (clean): Renamed. (clean-local): Renamed from clean.
* 2005-03-02 Michael Koch <konqueror@gmx.de>Michael Koch2005-03-021-1/+1
| | | | * doc/api/Makefile.am: Remove gjdoc_rawcomment.cache if neccesary.
* * doc/api/Makefile.am (create_html): Remove gjdoc -public flag.Mark Wielaard2005-02-061-1/+2
|
* * doc/api/Makefile.am (classpathbox): Use class logo and target _top.Mark Wielaard2005-02-051-1/+1
|
* * acinclude.m4 (CLASSPATH_WITH_GJDOC): Renamed fromMark Wielaard2005-01-092-45/+16
| | | | | | | | | | | | | | | | | CLASSPATH_ENABLE_GJDOC. Can now take argument to use as gjdoc program. Doesn't depend on xml tools. * configure.ac: Use CLASSPATH_WITH_GJDOC. * INSTALL: Mention --with-gjdoc option. * NEWS: Add --with-gjdoc addition. * doc/api/Makefile.am (EXTRA_DIST): Removed. (sourcepath): New variable. (htmllist): Removed. (core): Removed. (packages): Removed. (date): Removed. (clean): Also remove create_html file. (create_html): Rewritten. * doc/api/classpath-copyright.xml: Removed.
* * Makefile.am (SUBDIRS): Remove external.Mark Wielaard2004-09-031-23/+1
| | | | | | | | | * 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-3/+3
| | | | | | | * doc/api/Makefile.am, external/Makefile.am, lib/Makefile.am: Fixed usage of find.
* 2003-11-30 Mark Wielaard <mark@klomp.org>Mark Wielaard2003-11-301-3/+16
| | | | | * doc/api/Makefile.am (packages, create_html): Only generate api doc for the core packages, not the external ones.
* * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Disable --enable-gjdoc.Mark Wielaard2003-08-181-13/+0
| | | | * doc/api/Makefile.am (dist-hook): Removed.
* * doc/api/Makefile.am (jaxp): Don't include gnu packages.Mark Wielaard2003-08-171-1/+1
|
* * Makefile.am (core): Don't include doc-files in the package list.Mark Wielaard2003-08-172-3/+4
| | | | | (create_html): Add classpath-copyright.xml as -bottomnote. * doc/api/classpath-copyright.xml: Updated year.
* * doc/api/Makefile.am: remove non-public packages from outputclasspath-0_05-releaseBrian Jones2003-02-161-3/+3
|
* * NEWS: updatedBrian Jones2003-02-167-1493/+37
| | | | | | * configure.in: updated VERSION to 0.05 * doc/api/Makefile.am: updated for gjdoc 0.4.1 * doc/api/xslt: directory removed; no longer needed
* * external/README: new fileBrian Jones2003-02-011-2/+4
| | | | | | | | | | | * 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
* * doc/api/Makefile.am (install-data-local): Avoid error whenTom Tromey2003-01-141-2/+2
| | | | | htmllist is empty. (uninstall-local): Likewise.
* * INSTALL: updated link to bugs, tool version numbersBrian Jones2002-12-241-6/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TODO: removed easy HTML API generation todo item, it's done now; mention that CNI code won't be included in Classpath CVS for now since only gcj is using it * README: remove special mention of ORP * NEWS: add blurb about infrastructure improvements * HACKING: update automake, autoconf version numbers; remove mention of gcjh for compiling JNI libraries; updated gcj/jikes version numbers * lib/Makefile.am: distribute glibj.zip; uninstall no-zip case; separate resources target; avoid extra gen-classlist.sh calls; support DESTDIR * doc/api/Makefile.am: distribute HTML API documentation; install documentation in pkgdatadir/api; uninstall appropriately; support DESTDIR * resource/gnu/java/awt/peer/gtk/Makefile.am: add uninstall-local target; support DESTDIR * resource/java/security/Makefile.am: add uninstall-local target; support DESTDIR * javax/swing/Makefile.am: BoundedRangeModel missing .java extension * javax/transaction/xa/Makefile.am: Removed xa/ from filenames * java/awt/dnd/Makefile.am: added missing .java files to dist * java/net/Makefile.am: added missing .java files to dist * java/nio/channels/Makefile.am: added missing .java files to dist * javax/naming/Makefile.am: added missing .java files to dist * javax/naming/directory/Makefile.am: added missing .java files to dist * javax/naming/event/Makefile.am: new file * javax/naming/event/.cvsignore: new file * javax/naming/ldap/Makefile.am: new file * javax/naming/ldap/.cvsignore: new file * javax/naming/spi/Makefile.am: added missing .java files to dist * javax/sql/Makefile.am: added missing .java files to dist * javax/sql/.cvsignore: new file * javax/swing/plaf/Makefile.am: added missing .java files to dist * javax/swing/Makefile.am: added missing .java files to dist * Makefile.am: ignore errors during dist-hook * configure.in: add missing directory Makefiles to output; add check for 'date', 'cp', and 'mkdir' * acinclude.m4: remove check for 'find' and 'cp'
* * BUGS: updated Savannah URLBrian Jones2002-12-219-0/+1516
* doc/api: new directory * doc/api/.cvsignore: new file * doc/api/classpath-copyright.xml: new directory * doc/api/Makefile.am: new file * configure.in: added doc/api/Makefile to output, include CLASSPATH_ENABLE_GJDOC * acinclude.m4: added function CLASSPATH_ENABLE_GJDOC * doc/Makefile.am: added api to SUBDIRS * doc/xslt: new directory * doc/xslt/gjdocxml2html.xsl: new file * doc/xslt/common: new directory * doc/xslt/common/gjdochtml.css: new file * doc/xslt/common/images: new directory * doc/xslt/common/images/tree-branch.png: new file * doc/xslt/common/images/tree-empty.png: new file * doc/xslt/common/images/tree-final-node.png: new file * doc/xslt/common/images/tree-node.png: new file