Implements the BugRat Bug Report and Tracking System.
This package implements the BugRat Bug Report and Tracking
system. There are no Classes in this package. There are three
basic subsystems to BugRat:
- org.gjt.bugrat.mail - Email bug reporting
- org.gjt.bugrat.client - BugRat client application
- org.gjt.bugrat.servlet - Servlets supporting web access
Furthermore, there are several packages that provide access
to the BugRat database:
- org.gjt.bugrat.db - DB Objects
- org.gjt.bugrat.dbi - DB Interfaces
@author Tim Endres time@gjt.org
@version $Name: $ $Revision: 1.2 $
@see org.gjt.bugrat.client
@see org.gjt.bugrat.mail
@see org.gjt.bugrat.servlet
@see org.gjt.bugrat.db
@see org.gjt.bugrat.dbi
@gjtrel $Name: $
@gjtrel $Date: 1999/07/19 04:02:18 $
@gjtjvm 1.1
@gjtdep org.gjt.bugrat.db
@gjtdep org.gjt.bugrat.dbi
@gjtreq JAF 1.0
@gjtreq JavaMail 1.0
@gjtcat application
@gjtcat system
@gjtcat email
@gjtcat servlet
@gjthome http://www.gjt.org/pkg/bugrat/
@gjtlicense GPL