[06/31] tinkerpop git commit: TINKERPOP-1885 Clean up Gremlin.Net csproj CTR

2018-02-14 Thread spmallette
TINKERPOP-1885 Clean up Gremlin.Net csproj CTR


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/7f39b188
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/7f39b188
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/7f39b188

Branch: refs/heads/TINKERPOP-1857
Commit: 7f39b188ec9035c5af75eafcf5be0eae912d3c60
Parents: 2d7113a
Author: Florian Hockmann 
Authored: Wed Feb 14 20:30:10 2018 +0100
Committer: Florian Hockmann 
Committed: Wed Feb 14 20:30:10 2018 +0100

--
 gremlin-dotnet/glv/Gremlin.Net.csproj.template  | 28 +---
 .../src/Gremlin.Net/Gremlin.Net.csproj  | 28 +---
 2 files changed, 24 insertions(+), 32 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/7f39b188/gremlin-dotnet/glv/Gremlin.Net.csproj.template
--
diff --git a/gremlin-dotnet/glv/Gremlin.Net.csproj.template 
b/gremlin-dotnet/glv/Gremlin.Net.csproj.template
index 59153b4..c116f0e 100644
--- a/gremlin-dotnet/glv/Gremlin.Net.csproj.template
+++ b/gremlin-dotnet/glv/Gremlin.Net.csproj.template
@@ -30,25 +30,21 @@ limitations under the License.
 <%= (projectVersion =~ /(\d+\.\d+)\.*/)[0][1] 
%>.0.0
 Gremlin.Net
 Apache TinkerPop
-
-  Gremlin.Net for Apache TinkerPop™ is a language variant and driver for 
.NET.
-
-
-  Apache TinkerPop™ is a graph computing framework for both graph 
databases (OLTP) and graph analytic systems (OLAP).
-  Gremlin is the graph traversal language of TinkerPop. It can be 
described as a functional, data-flow language
-  that enables users to succinctly express complex traversals on (or 
queries of) their application’s property graph.
+Gremlin.Net for Apache TinkerPop™ is a language variant and 
driver for .NET.
 
-  Gremlin.Net implements Gremlin within .NET. C# syntax has the same 
constructs as Java including “dot notation”
-  for function chaining (a.b.c), round bracket function arguments 
(a(b,c))`, and support for global namespaces
-  (a(b()) vs a(__.b()))`. As such, anyone familiar with Gremlin-Java will 
immediately be able to work with
-  Gremlin.Net. Moreover, there are a few added constructs to Gremlin.Net 
that make traversals a bit more succinct.
+Apache TinkerPop™ is a graph computing framework for both graph databases 
(OLTP) and graph analytic systems (OLAP).
+Gremlin is the graph traversal language of TinkerPop. It can be described as a 
functional, data-flow language
+that enables users to succinctly express complex traversals on (or queries of) 
their application’s property graph.
 
-  Please see the reference documentation at Apache TinkerPop for more 
information on usage.
+Gremlin.Net implements Gremlin within .NET. C# syntax has the same constructs 
as Java including “dot notation”
+for function chaining (a.b.c), round bracket function arguments (a(b,c))`, and 
support for global namespaces
+(a(b()) vs a(__.b()))`. As such, anyone familiar with Gremlin-Java will 
immediately be able to work with
+Gremlin.Net. Moreover, there are a few added constructs to Gremlin.Net that 
make traversals a bit more succinct.
 
-  NOTE: Gremlin.Net is an extension of the Gremlin.Net driver by Florian 
Hockmann (versions = 0.X) and is now
-  included as part of the Apache TinkerPop project. The 'old' Gremlin.Net 
driver is however still supported.
-  Head to https://github.com/FlorianHockmann/Gremlin.Net for more 
information.
-
+Please see the reference documentation at Apache TinkerPop for more 
information on usage.
+
+NOTE: Gremlin.Net is an extension of the Gremlin.Net driver by Florian 
Hockmann (versions: 0.y.z) and is now
+included as part of the Apache TinkerPop project.
 
../../build/tinkerpop.snk
 true
 true

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/7f39b188/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj
--
diff --git a/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj 
b/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj
index 41e8f4c..a538b8b 100644
--- a/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj
+++ b/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj
@@ -30,25 +30,21 @@ limitations under the License.
 3.2.0.0
 Gremlin.Net
 Apache TinkerPop
-
-  Gremlin.Net for Apache TinkerPop™ is a language variant and driver for 
.NET.
-
-
-  Apache TinkerPop™ is a graph computing framework for both graph 
databases (OLTP) and graph analytic systems (OLAP).
-  Gremlin is the graph traversal language of TinkerPop. It can be 
described as a functional, data-flow 

[1/2] tinkerpop git commit: TINKERPOP-1885 Clean up Gremlin.Net csproj CTR

2018-02-14 Thread florianhockmann
Repository: tinkerpop
Updated Branches:
  refs/heads/master 764615fbf -> 041bb3fe4


TINKERPOP-1885 Clean up Gremlin.Net csproj CTR


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/7f39b188
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/7f39b188
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/7f39b188

Branch: refs/heads/master
Commit: 7f39b188ec9035c5af75eafcf5be0eae912d3c60
Parents: 2d7113a
Author: Florian Hockmann 
Authored: Wed Feb 14 20:30:10 2018 +0100
Committer: Florian Hockmann 
Committed: Wed Feb 14 20:30:10 2018 +0100

--
 gremlin-dotnet/glv/Gremlin.Net.csproj.template  | 28 +---
 .../src/Gremlin.Net/Gremlin.Net.csproj  | 28 +---
 2 files changed, 24 insertions(+), 32 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/7f39b188/gremlin-dotnet/glv/Gremlin.Net.csproj.template
--
diff --git a/gremlin-dotnet/glv/Gremlin.Net.csproj.template 
b/gremlin-dotnet/glv/Gremlin.Net.csproj.template
index 59153b4..c116f0e 100644
--- a/gremlin-dotnet/glv/Gremlin.Net.csproj.template
+++ b/gremlin-dotnet/glv/Gremlin.Net.csproj.template
@@ -30,25 +30,21 @@ limitations under the License.
 <%= (projectVersion =~ /(\d+\.\d+)\.*/)[0][1] 
%>.0.0
 Gremlin.Net
 Apache TinkerPop
-
-  Gremlin.Net for Apache TinkerPop™ is a language variant and driver for 
.NET.
-
-
-  Apache TinkerPop™ is a graph computing framework for both graph 
databases (OLTP) and graph analytic systems (OLAP).
-  Gremlin is the graph traversal language of TinkerPop. It can be 
described as a functional, data-flow language
-  that enables users to succinctly express complex traversals on (or 
queries of) their application’s property graph.
+Gremlin.Net for Apache TinkerPop™ is a language variant and 
driver for .NET.
 
-  Gremlin.Net implements Gremlin within .NET. C# syntax has the same 
constructs as Java including “dot notation”
-  for function chaining (a.b.c), round bracket function arguments 
(a(b,c))`, and support for global namespaces
-  (a(b()) vs a(__.b()))`. As such, anyone familiar with Gremlin-Java will 
immediately be able to work with
-  Gremlin.Net. Moreover, there are a few added constructs to Gremlin.Net 
that make traversals a bit more succinct.
+Apache TinkerPop™ is a graph computing framework for both graph databases 
(OLTP) and graph analytic systems (OLAP).
+Gremlin is the graph traversal language of TinkerPop. It can be described as a 
functional, data-flow language
+that enables users to succinctly express complex traversals on (or queries of) 
their application’s property graph.
 
-  Please see the reference documentation at Apache TinkerPop for more 
information on usage.
+Gremlin.Net implements Gremlin within .NET. C# syntax has the same constructs 
as Java including “dot notation”
+for function chaining (a.b.c), round bracket function arguments (a(b,c))`, and 
support for global namespaces
+(a(b()) vs a(__.b()))`. As such, anyone familiar with Gremlin-Java will 
immediately be able to work with
+Gremlin.Net. Moreover, there are a few added constructs to Gremlin.Net that 
make traversals a bit more succinct.
 
-  NOTE: Gremlin.Net is an extension of the Gremlin.Net driver by Florian 
Hockmann (versions = 0.X) and is now
-  included as part of the Apache TinkerPop project. The 'old' Gremlin.Net 
driver is however still supported.
-  Head to https://github.com/FlorianHockmann/Gremlin.Net for more 
information.
-
+Please see the reference documentation at Apache TinkerPop for more 
information on usage.
+
+NOTE: Gremlin.Net is an extension of the Gremlin.Net driver by Florian 
Hockmann (versions: 0.y.z) and is now
+included as part of the Apache TinkerPop project.
 
../../build/tinkerpop.snk
 true
 true

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/7f39b188/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj
--
diff --git a/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj 
b/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj
index 41e8f4c..a538b8b 100644
--- a/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj
+++ b/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj
@@ -30,25 +30,21 @@ limitations under the License.
 3.2.0.0
 Gremlin.Net
 Apache TinkerPop
-
-  Gremlin.Net for Apache TinkerPop™ is a language variant and driver for 
.NET.
-
-
-  Apache TinkerPop™ is a graph computing framework for both graph 
databases (OLTP) and graph analytic systems (OLAP).
-  Gremlin is the graph traversal 

tinkerpop git commit: TINKERPOP-1885 Clean up Gremlin.Net csproj CTR

2018-02-14 Thread florianhockmann
Repository: tinkerpop
Updated Branches:
  refs/heads/tp32 2d7113aaa -> 7f39b188e


TINKERPOP-1885 Clean up Gremlin.Net csproj CTR


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/7f39b188
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/7f39b188
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/7f39b188

Branch: refs/heads/tp32
Commit: 7f39b188ec9035c5af75eafcf5be0eae912d3c60
Parents: 2d7113a
Author: Florian Hockmann 
Authored: Wed Feb 14 20:30:10 2018 +0100
Committer: Florian Hockmann 
Committed: Wed Feb 14 20:30:10 2018 +0100

--
 gremlin-dotnet/glv/Gremlin.Net.csproj.template  | 28 +---
 .../src/Gremlin.Net/Gremlin.Net.csproj  | 28 +---
 2 files changed, 24 insertions(+), 32 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/7f39b188/gremlin-dotnet/glv/Gremlin.Net.csproj.template
--
diff --git a/gremlin-dotnet/glv/Gremlin.Net.csproj.template 
b/gremlin-dotnet/glv/Gremlin.Net.csproj.template
index 59153b4..c116f0e 100644
--- a/gremlin-dotnet/glv/Gremlin.Net.csproj.template
+++ b/gremlin-dotnet/glv/Gremlin.Net.csproj.template
@@ -30,25 +30,21 @@ limitations under the License.
 <%= (projectVersion =~ /(\d+\.\d+)\.*/)[0][1] 
%>.0.0
 Gremlin.Net
 Apache TinkerPop
-
-  Gremlin.Net for Apache TinkerPop™ is a language variant and driver for 
.NET.
-
-
-  Apache TinkerPop™ is a graph computing framework for both graph 
databases (OLTP) and graph analytic systems (OLAP).
-  Gremlin is the graph traversal language of TinkerPop. It can be 
described as a functional, data-flow language
-  that enables users to succinctly express complex traversals on (or 
queries of) their application’s property graph.
+Gremlin.Net for Apache TinkerPop™ is a language variant and 
driver for .NET.
 
-  Gremlin.Net implements Gremlin within .NET. C# syntax has the same 
constructs as Java including “dot notation”
-  for function chaining (a.b.c), round bracket function arguments 
(a(b,c))`, and support for global namespaces
-  (a(b()) vs a(__.b()))`. As such, anyone familiar with Gremlin-Java will 
immediately be able to work with
-  Gremlin.Net. Moreover, there are a few added constructs to Gremlin.Net 
that make traversals a bit more succinct.
+Apache TinkerPop™ is a graph computing framework for both graph databases 
(OLTP) and graph analytic systems (OLAP).
+Gremlin is the graph traversal language of TinkerPop. It can be described as a 
functional, data-flow language
+that enables users to succinctly express complex traversals on (or queries of) 
their application’s property graph.
 
-  Please see the reference documentation at Apache TinkerPop for more 
information on usage.
+Gremlin.Net implements Gremlin within .NET. C# syntax has the same constructs 
as Java including “dot notation”
+for function chaining (a.b.c), round bracket function arguments (a(b,c))`, and 
support for global namespaces
+(a(b()) vs a(__.b()))`. As such, anyone familiar with Gremlin-Java will 
immediately be able to work with
+Gremlin.Net. Moreover, there are a few added constructs to Gremlin.Net that 
make traversals a bit more succinct.
 
-  NOTE: Gremlin.Net is an extension of the Gremlin.Net driver by Florian 
Hockmann (versions = 0.X) and is now
-  included as part of the Apache TinkerPop project. The 'old' Gremlin.Net 
driver is however still supported.
-  Head to https://github.com/FlorianHockmann/Gremlin.Net for more 
information.
-
+Please see the reference documentation at Apache TinkerPop for more 
information on usage.
+
+NOTE: Gremlin.Net is an extension of the Gremlin.Net driver by Florian 
Hockmann (versions: 0.y.z) and is now
+included as part of the Apache TinkerPop project.
 
../../build/tinkerpop.snk
 true
 true

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/7f39b188/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj
--
diff --git a/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj 
b/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj
index 41e8f4c..a538b8b 100644
--- a/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj
+++ b/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj
@@ -30,25 +30,21 @@ limitations under the License.
 3.2.0.0
 Gremlin.Net
 Apache TinkerPop
-
-  Gremlin.Net for Apache TinkerPop™ is a language variant and driver for 
.NET.
-
-
-  Apache TinkerPop™ is a graph computing framework for both graph 
databases (OLTP) and graph analytic systems (OLAP).
-  Gremlin is the graph traversal