Author: bayard
Date: Thu Aug 3 23:49:04 2006
New Revision: 428648
URL: http://svn.apache.org/viewvc?rev=428648&view=rev
Log:
Removed clover bits that were left over from the switch to cobertura
Modified:
jakarta/commons/proper/lang/trunk/project.properties
jakarta/commons/proper/lang/trunk/xdocs/developerguide.xml
Modified: jakarta/commons/proper/lang/trunk/project.properties
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/lang/trunk/project.properties?rev=428648&r1=428647&r2=428648&view=diff
==============================================================================
--- jakarta/commons/proper/lang/trunk/project.properties (original)
+++ jakarta/commons/proper/lang/trunk/project.properties Thu Aug 3 23:49:04
2006
@@ -56,7 +56,3 @@
# 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
Modified: jakarta/commons/proper/lang/trunk/xdocs/developerguide.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/lang/trunk/xdocs/developerguide.xml?rev=428648&r1=428647&r2=428648&view=diff
==============================================================================
--- jakarta/commons/proper/lang/trunk/xdocs/developerguide.xml (original)
+++ jakarta/commons/proper/lang/trunk/xdocs/developerguide.xml Thu Aug 3
23:49:04 2006
@@ -138,19 +138,6 @@
<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
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]