mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
25.21.2006 6e190c19072a82d609c27e187e2aba16fc1ee939
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
 
EMMA is a Java code coverage tool. For more information on EMMA, please
look at the HTML and PDF documentation included in docs/ directory. More
information is available at EMMA's home site:
 
  http://emma.sourceforge.net
 
The top level directories in this distribution are:
 
lib/          EMMA implementation jars
docs/         EMMA user guide and reference manual
examples/     ANT build.xml examples (referenced by the user guide)
 
 
REQUIREMENTS
~~~~~~~~~~~~
 
EMMA is a self-contained toolkit (with no external library dependencies)
supported on any Java 2 runtime.
 
 
EXAMPLES
~~~~~~~~
 
To try the examples please read the user guide or follow instructions in
docs/README.txt.
 
 
BUILDING EMMA
~~~~~~~~~~~~~
 
To limit the download size, this distribution does not include the source
code. You can obtain it and the build instructions as
emma-<build label>-src.zip download from EMMA's project summary site: 
 
   http://sourceforge.net/projects/emma
 
 __________________________________________________________________________
       Copyright (C) 2003-2005 Vladimir Roubtsov. All rights reserved.
 
 This program and the accompanying materials are made available under
 the terms of the Common Public License v1.0 which accompanies this
 distribution, and is available at http://www.eclipse.org/legal/cpl-v10.html