Skip to content

Commit 9049fd0

Browse files
Godinmarchof
authored andcommitted
Normalize line endings in HTML, CSS and XSL source files (bazel-contrib#957)
1 parent 484dfa9 commit 9049fd0

File tree

4 files changed

+494
-491
lines changed

4 files changed

+494
-491
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
*.java text eol=lf
2+
*.html text eol=lf
3+
*.css text eol=lf
4+
*.xsl text eol=lf

org.jacoco.doc/javadoc/overview.html

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
1-
<html>
2-
<body>
3-
4-
<p>
5-
This is the public JaCoCo API that can be used for integration. JaCoCo is
6-
packed as several bundles. While the bundles formally fulfill the OSGi
7-
specification, there is no dependency on OSGi. They can also be used as
8-
regular JARs in your classpath.
9-
</p>
10-
11-
<h1>Bundle org.jacoco.core</h1>
12-
13-
<p>
14-
The core bundle implements the code coverage technology itself. It provides
15-
APIs and implementation for
16-
</p>
17-
18-
<ul>
19-
<li>class file instrumentation,</li>
20-
<li>collecting execution data at runtime and</li>
21-
<li>analyzing coverage data.</li>
22-
</ul>
23-
24-
<h1>Bundle org.jacoco.agent</h1>
25-
26-
<p>
27-
Provides the runtime Java agent (JAR file) as a resource.
28-
</p>
29-
30-
31-
<h1>Bundle org.jacoco.report</h1>
32-
33-
<p>
34-
APIs and implementation to create coverage reports in several formats.
35-
</p>
36-
37-
38-
</body>
1+
<html>
2+
<body>
3+
4+
<p>
5+
This is the public JaCoCo API that can be used for integration. JaCoCo is
6+
packed as several bundles. While the bundles formally fulfill the OSGi
7+
specification, there is no dependency on OSGi. They can also be used as
8+
regular JARs in your classpath.
9+
</p>
10+
11+
<h1>Bundle org.jacoco.core</h1>
12+
13+
<p>
14+
The core bundle implements the code coverage technology itself. It provides
15+
APIs and implementation for
16+
</p>
17+
18+
<ul>
19+
<li>class file instrumentation,</li>
20+
<li>collecting execution data at runtime and</li>
21+
<li>analyzing coverage data.</li>
22+
</ul>
23+
24+
<h1>Bundle org.jacoco.agent</h1>
25+
26+
<p>
27+
Provides the runtime Java agent (JAR file) as a resource.
28+
</p>
29+
30+
31+
<h1>Bundle org.jacoco.report</h1>
32+
33+
<p>
34+
APIs and implementation to create coverage reports in several formats.
35+
</p>
36+
37+
38+
</body>
3939
</html>

org.jacoco.doc/javadoc/stylesheet.css

Lines changed: 71 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -1,72 +1,72 @@
1-
body {
2-
font-family:sans-serif;
3-
font-size:10pt;
4-
background-color:#FFFFFF;
5-
}
6-
7-
h1 {
8-
font-weight:bold;
9-
font-size:18pt;
10-
}
11-
12-
.TableHeadingColor {
13-
background:#E0E0E0
14-
}
15-
16-
.TableSubHeadingColor {
17-
background: #EEEEEE
18-
}
19-
20-
.TableRowColor {
21-
background: #FFFFFF
22-
}
23-
24-
.FrameTitleFont {
25-
font-weight:bold;
26-
font-size:10pt;
27-
}
28-
29-
.FrameHeadingFont {
30-
font-weight:bold;
31-
font-size:14pt;
32-
}
33-
34-
.FrameItemFont {
35-
}
36-
37-
.NavBarCell1 { background-color:#EEEEFF;} /* Light mauve */
38-
.NavBarCell1Rev { background-color:#00008B;} /* Dark Blue */
39-
.NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;}
40-
.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;}
41-
42-
.NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
43-
.NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
44-
45-
a[href^='http://'], a[href^='https://'] {
46-
display:inline-block;
47-
padding-left:15px;
48-
background:transparent url(../resources/extern.gif) center left no-repeat;
49-
}
50-
51-
hr {
52-
border:none;
53-
border-top:#d6d3ce 1px solid;
54-
height:1px;
55-
}
56-
57-
.footer {
58-
padding-top:2px;
59-
font-size:8pt;
60-
color:#a0a0a0;
61-
}
62-
63-
.right {
64-
width:30%;
65-
float:right;
66-
text-align:right;
67-
}
68-
69-
.footer a {
70-
color:#a0a0a0;
71-
background-image:none;
1+
body {
2+
font-family:sans-serif;
3+
font-size:10pt;
4+
background-color:#FFFFFF;
5+
}
6+
7+
h1 {
8+
font-weight:bold;
9+
font-size:18pt;
10+
}
11+
12+
.TableHeadingColor {
13+
background:#E0E0E0
14+
}
15+
16+
.TableSubHeadingColor {
17+
background: #EEEEEE
18+
}
19+
20+
.TableRowColor {
21+
background: #FFFFFF
22+
}
23+
24+
.FrameTitleFont {
25+
font-weight:bold;
26+
font-size:10pt;
27+
}
28+
29+
.FrameHeadingFont {
30+
font-weight:bold;
31+
font-size:14pt;
32+
}
33+
34+
.FrameItemFont {
35+
}
36+
37+
.NavBarCell1 { background-color:#EEEEFF;} /* Light mauve */
38+
.NavBarCell1Rev { background-color:#00008B;} /* Dark Blue */
39+
.NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;}
40+
.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;}
41+
42+
.NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
43+
.NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
44+
45+
a[href^='http://'], a[href^='https://'] {
46+
display:inline-block;
47+
padding-left:15px;
48+
background:transparent url(../resources/extern.gif) center left no-repeat;
49+
}
50+
51+
hr {
52+
border:none;
53+
border-top:#d6d3ce 1px solid;
54+
height:1px;
55+
}
56+
57+
.footer {
58+
padding-top:2px;
59+
font-size:8pt;
60+
color:#a0a0a0;
61+
}
62+
63+
.right {
64+
width:30%;
65+
float:right;
66+
text-align:right;
67+
}
68+
69+
.footer a {
70+
color:#a0a0a0;
71+
background-image:none;
7272
}

0 commit comments

Comments
 (0)