-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathREADME
72 lines (43 loc) · 1.84 KB
/
README
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
ABOUT
eCobertura is a free Eclipse plug-in for Cobertura (a Java code coverage
reporting tool). See the eCobertura web page for more details:
http://ecobertura.johoop.de
INSTALL
Point Eclipse to the Eclipse update site for eCobertura at
http://ecobertura.johoop.de/update/ (requires Eclipse 3.5+)
BUILDING
Build requirements:
- Eclipse PDE
- Ivy (add Ivy jar to the Ant configuration of Eclipse)
- A working version of the Scala 2.8 Eclipse plugin
Build instructions:
- Use the headless ant build, starting point for this:
ecobertura.pde/build-ecobertura.xml
COPYRIGHT
See the included file "COPYRIGHT"
LICENSE
This program and the accompanying materials are made available under
the terms of the Eclipse Public License v1.0 which accompanies this
distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
DEPENDENCIES
eCobertura depends on Cobertura, Eclipse and the Scala runtime library.
COBERTURA (http://cobertura.sourceforge.net/)
Cobertura is free software. Most of it is licensed under the GNU
GPL, and you can redistribute it and/or modify it under the terms
of the GNU General Public License as published by the Free Software
Foundation; either version 2 of the License, or (at your option)
any later version. Please review the file COPYING included in this
distribution for further details.
Parts of Cobertura are licensed under the Apache Software License,
Version 1.1.
ECLIPSE (http://eclipse.org/)
SCALA (http://scala-lang.org/)
Copyright (c) 2002-2010 EPFL, Lausanne, unless otherwise specified.
All rights reserved.
See SCALA-LICENCE for further details.
WARRANTY
eCobertura is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.