From 14ff5f3744d68f55d04fff68d9edec30dfed2131 Mon Sep 17 00:00:00 2001 From: Oleg Kalnichevski Date: Sat, 16 Jan 2016 15:16:53 +0000 Subject: [PATCH] Updated building instructions git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1724990 13f79535-47bb-0310-9956-ffa450edef68 --- BUILDING.txt | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/BUILDING.txt b/BUILDING.txt index 0539ea4fb..1fe488150 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -3,7 +3,7 @@ Building HttpComponents Client (1) Requisites -------------- -JDK 1.6+ is required in order to compile and run HttpClient. +JDK 1.7+ is required in order to compile and run HttpClient. HttpClient utilizes Maven as a distribution management and packaging tool. Version 3.0.3 or later is required. @@ -27,11 +27,10 @@ mvn install The JAR packages can be found in the target folders of their respective modules -httpclient/target/httpclient-.jar -httpmime/target/httpmime-.jar -httpclient-cache/target/httpclient-cache-.jar -fluent-hc/target/fluent-hc-.jar -httpclient-win/target/httpclient-win-.jar +httpclient/target/httpclient5-.jar +httpclient-cache/target/httpclient5-cache-.jar +httpclient-fluent/target/httpclient5-fluent-.jar +httpclient-win/target/httpclient5-win-.jar httpclient-osgi/target/org.apache.httpcomponents.httpclient_.jar where is the release version @@ -52,7 +51,3 @@ Execute the following command in order to generate javadoc: mvn javadoc:aggregate -Execute the following command in order to generate the tutorial in html and pdf formats - -mvn docbkx:generate-pdf docbkx:generate-html -