Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/tp31 2f4c24c71 -> 6e17d668a


Added GraphTraversalSource to core javadoc. CTR


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

Branch: refs/heads/tp31
Commit: 6e17d668a8ead38d426b61beb224a42303280526
Parents: 2f4c24c
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Sat Jun 4 07:32:13 2016 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Sat Jun 4 07:32:13 2016 -0400

----------------------------------------------------------------------
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/6e17d668/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 077f08b..fe9d781 100644
--- a/pom.xml
+++ b/pom.xml
@@ -938,6 +938,9 @@ limitations under the License.
                                         <include>
                                             
org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.java
                                         </include>
+                                        <include>
+                                            
org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversalSource.java
+                                        </include>
                                         <!-- driver -->
                                         
<include>org/apache/tinkerpop/gremlin/driver/*.java
                                         </include>

Reply via email to