You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by gg...@apache.org on 2017/09/07 18:09:44 UTC

httpcomponents-parent git commit: Update build instructions.

Repository: httpcomponents-parent
Updated Branches:
  refs/heads/master f0233585b -> 8f8e9bafe


Update build instructions.

Project: http://git-wip-us.apache.org/repos/asf/httpcomponents-parent/repo
Commit: http://git-wip-us.apache.org/repos/asf/httpcomponents-parent/commit/8f8e9baf
Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-parent/tree/8f8e9baf
Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-parent/diff/8f8e9baf

Branch: refs/heads/master
Commit: 8f8e9bafea95dc9fb62b899b65d82d87a62cf374
Parents: f023358
Author: Gary Gregory <ga...@gmail.com>
Authored: Thu Sep 7 12:09:43 2017 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Thu Sep 7 12:09:43 2017 -0600

----------------------------------------------------------------------
 BUILDING.txt | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-parent/blob/8f8e9baf/BUILDING.txt
----------------------------------------------------------------------
diff --git a/BUILDING.txt b/BUILDING.txt
index 2e80359..4eb8ceb 100644
--- a/BUILDING.txt
+++ b/BUILDING.txt
@@ -19,6 +19,20 @@ You will also need Apache Subversion and Git:
 - Apache Subversion: https://subversion.apache.org/
 - Git: https://git-scm.com/
 
+These instructions were last used with:
+
+Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426; 2017-04-03T13:39:06-06:00)
+Maven home: C:\Java\apache-maven-3.5.0\bin\..
+Java version: 1.7.0_80, vendor: Oracle Corporation
+Java home: C:\Program Files\Java\jdk1.7.0_80\jre
+Default locale: en_US, platform encoding: Cp1252
+OS name: "windows 8.1", version: "6.3", arch: "amd64", family: "windows"
+
+svn, version 1.9.7-SlikSvn (SlikSvn/1.9.7)
+   compiled Aug 13 2017, 14:10:40 on x86_64-microsoft-windows6.2.9200
+
+git version 2.14.1.windows.1
+
 (2) Check local build
 ---------------------