forked from bazelbuild/rules_scala
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Normalize line endings in HTML, CSS and XSL source files (bazelbuild#957
- Loading branch information
Showing
4 changed files
with
494 additions
and
491 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} |
Oops, something went wrong.