You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by ok...@apache.org on 2015/05/07 15:46:06 UTC

incubator-tinkerpop git commit: worked on core/ javadoc inclusion.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master 135563a8e -> 6f5138840


worked on core/ javadoc inclusion.


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

Branch: refs/heads/master
Commit: 6f51388409d5980953733ba8bc2b17896d212b3b
Parents: 135563a
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Thu May 7 07:41:52 2015 -0600
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Thu May 7 07:42:01 2015 -0600

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


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/6f513884/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3d6e9b5..277b567 100644
--- a/pom.xml
+++ b/pom.xml
@@ -761,18 +761,10 @@ limitations under the License.
                                     <sourceFileIncludes>
                                         <sourceFileInclude>org/apache/tinkerpop/gremlin/structure/*.java</sourceFileInclude>
                                         <sourceFileInclude>org/apache/tinkerpop/gremlin/structure/io/*.java</sourceFileInclude>
-                                        <sourceFileInclude>org/apache/tinkerpop/gremlin/structure/io/graphml/*.java
-                                        </sourceFileInclude>
-                                        <sourceFileInclude>org/apache/tinkerpop/gremlin/structure/io/graphson/*.java
-                                        </sourceFileInclude>
-                                        <sourceFileInclude>org/apache/tinkerpop/gremlin/structure/io/gryo/*.java
-                                        </sourceFileInclude>
                                         <sourceFileInclude>org/apache/tinkerpop/gremlin/process/*.java</sourceFileInclude>
-                                        <sourceFileInclude>org/apache/tinkerpop/gremlin/process/computer/*.java
-                                        </sourceFileInclude>
-                                        <sourceFileInclude>org/apache/tinkerpop/gremlin/process/graph/*.java
-                                        </sourceFileInclude>
-                                        <sourceFileInclude>org/apache/tinkerpop/gremlin/process/util/*.java</sourceFileInclude>
+                                        <sourceFileInclude>org/apache/tinkerpop/gremlin/process/computer/*.java</sourceFileInclude>
+                                        <sourceFileInclude>org/apache/tinkerpop/gremlin/process/traversal/*.java</sourceFileInclude>
+                                        <sourceFileInclude>org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/*.java</sourceFileInclude>
                                         <sourceFileInclude>org/apache/tinkerpop/gremlin/driver/*.java</sourceFileInclude>
                                     </sourceFileIncludes>
                                     <additionalDependencies>