next up previous contents
Next: Build Environment Up: Source Repository Previous: Source Repository   Contents

Repository Structure

All files associated with the project are kept in CVS. The structure of the CVS repository is as follows:

src/
Java source code.
junit/extensions/repo/*.java
Core source files.
junit/extensions/repo/test/*.java
Unit tests.
doc/
Documentation sources.
Makefile
GNU makefile to compile the documentation.
*.tex
LATEX sources of the documentation.
*.dia
Diagrams included in the documentation.
data/
Test data for internal unit tests.
etc/
Miscellaneous files.
COPYING.java
License to be included in source code.
COPYING.txt
License in text format.
build.xml
Ant buildfile for entire project.