Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1552 2f65317fc -> 2896553b4
TINKERPOP-1552 Minor change to dev docs as project structure changed Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/2896553b Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/2896553b Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/2896553b Branch: refs/heads/TINKERPOP-1552 Commit: 2896553b4ce8fe5ecb59d9fd5b99c2ae3514f887 Parents: 2f65317 Author: Stephen Mallette <[email protected]> Authored: Wed Jun 21 09:12:17 2017 -0400 Committer: Stephen Mallette <[email protected]> Committed: Wed Jun 21 09:12:17 2017 -0400 ---------------------------------------------------------------------- docs/src/dev/developer/development-environment.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/2896553b/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 2e48b87..ddba0a0 100644 --- a/docs/src/dev/developer/development-environment.asciidoc +++ b/docs/src/dev/developer/development-environment.asciidoc @@ -109,7 +109,7 @@ The build optionally requires link:https://www.microsoft.com/net/core[.NET Core `gremlin-dotnet` module. If .NET Core SDK is not installed, TinkerPop will still build with Maven, but .NET projects will be skipped. -`gremlin-dotnet` which also includes Gremlin-Csharp can be build and tested from the command line with: +`gremlin-dotnet` can be build and tested from the command line with: [source,text] mvn clean install -Pgremlin-dotnet
