You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2013/07/19 13:38:40 UTC

svn commit: r1504842 - in /httpcomponents/httpcore/trunk: BUILDING.txt httpcore-nio/src/site/ httpcore/src/site/ src/site/

Author: olegk
Date: Fri Jul 19 11:38:40 2013
New Revision: 1504842

URL: http://svn.apache.org/r1504842
Log:
Removed web content

Removed:
    httpcomponents/httpcore/trunk/httpcore-nio/src/site/
    httpcomponents/httpcore/trunk/httpcore/src/site/
    httpcomponents/httpcore/trunk/src/site/
Modified:
    httpcomponents/httpcore/trunk/BUILDING.txt

Modified: httpcomponents/httpcore/trunk/BUILDING.txt
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/BUILDING.txt?rev=1504842&r1=1504841&r2=1504842&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/BUILDING.txt (original)
+++ httpcomponents/httpcore/trunk/BUILDING.txt Fri Jul 19 11:38:40 2013
@@ -43,33 +43,3 @@ Execute the following command in order t
 
 mvn docbkx:generate-pdf docbkx:generate-html
 
-(5) Building distribution assemblies 
-
-Execute the following command in order to build the distribution assemblies
-
-mvn package assembly:assembly
-
-(6) Fix EOL in source files
-
-Fix the archive files so the source files have the correct EOL settings:
-
-mvn antrun:run
-
-(7) Building project web site
-
-Execute the following command in order to generate the project web site:
-
-mvn site
-
-Execute the following command in order to generate the project web site with Clover reports.
-This step is optional:
-
-mvn site -Pclover -Dmaven.clover.licenseLocation=<path>/clover.license
-
-where <path> is a full path to Clover license file
-
-ASF committers can obtain a copy of Clover license donated to the ASF from the SVN repository
-at the following location:
-
-https://svn.apache.org/repos/private/committers/donated-licenses/clover
-