Removed clover bits that were left over from the switch to cobertura

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@428648 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2006-08-04 06:49:04 +00:00
parent c6744b203b
commit 49f1578e9e
2 changed files with 0 additions and 17 deletions

View File

@ -56,7 +56,3 @@ maven.compile.target = 1.1
# Corresponds to the source attribute for the ant javac task.
# Valid values are 1.3, 1.4, 1.5.
maven.compile.source = 1.3
maven.jar.override=on
maven.jar.clover=1.3.2
maven.clover.license.path=clover.license

View File

@ -138,19 +138,6 @@ Lots of spelling differences will creep in all over.</p>
<a name="Building"></a>
<h3>5.BUILDING</h3>
<h4>Site Generation</h4>
<p>Site generation via maven includes Clover report generation. Since Clover
requires a license, the proper license file must be placed where the maven
Clover plugin can find it. This can be done as follows:
<ul>
<li>Obtain the license file (clover.license) from the committers svn repository (https://svn.apache.org/repos/private/committers/), in the donated-licenses path.</li>
<li>Copy clover.license to the lang base directory (the top level directory where project.xml, maven.xml, etc. reside).</li>
<li>Copy clover.license to your maven repository Clover licenses directory, named clover-[version].license, where [version] is the version specified in the
project.properties <b>maven.jar.clover</b> property. For example, if
<b>maven.jar.clover</b> is set to <b>1.3.2</b>, then the clover license file
name should be <b>clover-1.3.2.license</b>.</li>
</ul>
</p>
<h4>Building a Release</h4>
<p>
Commons Lang is intented to interoperate with Java version 1.2 and higher. To