Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D0DD9200CD8 for ; Tue, 18 Jul 2017 15:08:45 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CF764166CC0; Tue, 18 Jul 2017 13:08:45 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 898CA166CE0 for ; Tue, 18 Jul 2017 15:08:43 +0200 (CEST) Received: (qmail 13116 invoked by uid 500); 18 Jul 2017 13:08:42 -0000 Mailing-List: contact commits-help@tinkerpop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tinkerpop.apache.org Delivered-To: mailing list commits@tinkerpop.apache.org Received: (qmail 12254 invoked by uid 99); 18 Jul 2017 13:08:41 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Jul 2017 13:08:41 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 6BF06F5559; Tue, 18 Jul 2017 13:08:39 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: spmallette@apache.org To: commits@tinkerpop.apache.org Date: Tue, 18 Jul 2017 13:09:16 -0000 Message-Id: In-Reply-To: <68f3ae26b7e7457da0784918f378e2a4@git.apache.org> References: <68f3ae26b7e7457da0784918f378e2a4@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [39/50] [abbrv] tinkerpop git commit: Doc: Use DotNet instead .NET because asciidoc parser chokes on titles starting with `.` archived-at: Tue, 18 Jul 2017 13:08:46 -0000 Doc: Use DotNet instead .NET because asciidoc parser chokes on titles starting with `.` Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/cbcb6406 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/cbcb6406 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/cbcb6406 Branch: refs/heads/master Commit: cbcb640623bd56108c5630c58fc200bda696104c Parents: c074ea0 Author: Jorge Bay Gondra Authored: Fri Jul 14 12:23:17 2017 +0200 Committer: Jorge Bay Gondra Committed: Fri Jul 14 12:23:17 2017 +0200 ---------------------------------------------------------------------- docs/src/dev/developer/development-environment.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/cbcb6406/docs/src/dev/developer/development-environment.asciidoc ---------------------------------------------------------------------- diff --git a/docs/src/dev/developer/development-environment.asciidoc b/docs/src/dev/developer/development-environment.asciidoc index 6e3d350..8c6d75d 100644 --- a/docs/src/dev/developer/development-environment.asciidoc +++ b/docs/src/dev/developer/development-environment.asciidoc @@ -102,8 +102,8 @@ integration tests and therefore must be actively switched on with `-DskipIntegra mvn clean install -pl gremlin-console -DskipIntegrationTests=false [[dotnet-environment]] -.NET Environment -~~~~~~~~~~~~~~~~ +DotNet Environment +~~~~~~~~~~~~~~~~~~ The build optionally requires link:https://www.microsoft.com/net/core[.NET Core SDK] (>=1.1.0) to work with the `gremlin-dotnet` module. If .NET Core SDK is not installed, TinkerPop will still build with Maven, but .NET projects