Skip to content

Commit

Permalink
Normalize line endings in HTML, CSS and XSL source files (bazelbuild#957
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Godin authored and marchof committed Oct 8, 2019
1 parent 484dfa9 commit 9049fd0
Show file tree
Hide file tree
Showing 4 changed files with 494 additions and 491 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
*.java text eol=lf
*.html text eol=lf
*.css text eol=lf
*.xsl text eol=lf
76 changes: 38 additions & 38 deletions org.jacoco.doc/javadoc/overview.html
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
<html>
<body>

<p>
This is the public JaCoCo API that can be used for integration. JaCoCo is
packed as several bundles. While the bundles formally fulfill the OSGi
specification, there is no dependency on OSGi. They can also be used as
regular JARs in your classpath.
</p>

<h1>Bundle org.jacoco.core</h1>

<p>
The core bundle implements the code coverage technology itself. It provides
APIs and implementation for
</p>

<ul>
<li>class file instrumentation,</li>
<li>collecting execution data at runtime and</li>
<li>analyzing coverage data.</li>
</ul>

<h1>Bundle org.jacoco.agent</h1>

<p>
Provides the runtime Java agent (JAR file) as a resource.
</p>


<h1>Bundle org.jacoco.report</h1>

<p>
APIs and implementation to create coverage reports in several formats.
</p>


</body>
<html>
<body>

<p>
This is the public JaCoCo API that can be used for integration. JaCoCo is
packed as several bundles. While the bundles formally fulfill the OSGi
specification, there is no dependency on OSGi. They can also be used as
regular JARs in your classpath.
</p>

<h1>Bundle org.jacoco.core</h1>

<p>
The core bundle implements the code coverage technology itself. It provides
APIs and implementation for
</p>

<ul>
<li>class file instrumentation,</li>
<li>collecting execution data at runtime and</li>
<li>analyzing coverage data.</li>
</ul>

<h1>Bundle org.jacoco.agent</h1>

<p>
Provides the runtime Java agent (JAR file) as a resource.
</p>


<h1>Bundle org.jacoco.report</h1>

<p>
APIs and implementation to create coverage reports in several formats.
</p>


</body>
</html>
142 changes: 71 additions & 71 deletions org.jacoco.doc/javadoc/stylesheet.css
Original file line number Diff line number Diff line change
@@ -1,72 +1,72 @@
body {
font-family:sans-serif;
font-size:10pt;
background-color:#FFFFFF;
}

h1 {
font-weight:bold;
font-size:18pt;
}

.TableHeadingColor {
background:#E0E0E0
}

.TableSubHeadingColor {
background: #EEEEEE
}

.TableRowColor {
background: #FFFFFF
}

.FrameTitleFont {
font-weight:bold;
font-size:10pt;
}

.FrameHeadingFont {
font-weight:bold;
font-size:14pt;
}

.FrameItemFont {
}

.NavBarCell1 { background-color:#EEEEFF;} /* Light mauve */
.NavBarCell1Rev { background-color:#00008B;} /* Dark Blue */
.NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;}
.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;}

.NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
.NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}

a[href^='http://'], a[href^='https://'] {
display:inline-block;
padding-left:15px;
background:transparent url(../resources/extern.gif) center left no-repeat;
}

hr {
border:none;
border-top:#d6d3ce 1px solid;
height:1px;
}

.footer {
padding-top:2px;
font-size:8pt;
color:#a0a0a0;
}

.right {
width:30%;
float:right;
text-align:right;
}

.footer a {
color:#a0a0a0;
background-image:none;
body {
font-family:sans-serif;
font-size:10pt;
background-color:#FFFFFF;
}

h1 {
font-weight:bold;
font-size:18pt;
}

.TableHeadingColor {
background:#E0E0E0
}

.TableSubHeadingColor {
background: #EEEEEE
}

.TableRowColor {
background: #FFFFFF
}

.FrameTitleFont {
font-weight:bold;
font-size:10pt;
}

.FrameHeadingFont {
font-weight:bold;
font-size:14pt;
}

.FrameItemFont {
}

.NavBarCell1 { background-color:#EEEEFF;} /* Light mauve */
.NavBarCell1Rev { background-color:#00008B;} /* Dark Blue */
.NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;}
.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;}

.NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
.NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}

a[href^='http://'], a[href^='https://'] {
display:inline-block;
padding-left:15px;
background:transparent url(../resources/extern.gif) center left no-repeat;
}

hr {
border:none;
border-top:#d6d3ce 1px solid;
height:1px;
}

.footer {
padding-top:2px;
font-size:8pt;
color:#a0a0a0;
}

.right {
width:30%;
float:right;
text-align:right;
}

.footer a {
color:#a0a0a0;
background-image:none;
}
Loading

0 comments on commit 9049fd0

Please sign in to comment.