You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2015/09/29 19:56:56 UTC

incubator-tinkerpop git commit: Added overview.html to javadoc to allow logo to be added to javadoc.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/tp30 a3bb84d33 -> 68f4bbca2


Added overview.html to javadoc to allow logo to be added to javadoc.


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

Branch: refs/heads/tp30
Commit: 68f4bbca253340761a197c22fdba1ac037a22a02
Parents: a3bb84d
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Tue Sep 29 13:56:00 2015 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Tue Sep 29 13:56:00 2015 -0400

----------------------------------------------------------------------
 docs/javadoc/overview.html | 23 +++++++++++++++++++++++
 pom.xml                    |  5 +++++
 2 files changed, 28 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/68f4bbca/docs/javadoc/overview.html
----------------------------------------------------------------------
diff --git a/docs/javadoc/overview.html b/docs/javadoc/overview.html
new file mode 100644
index 0000000..26393e9
--- /dev/null
+++ b/docs/javadoc/overview.html
@@ -0,0 +1,23 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<html>
+<body>
+<!-- The contents below get injected to the javadoc "overview.html".  -->
+<a href="http://tinkerpop.com" target="_blank"><img src="https://raw.githubusercontent.com/apache/incubator-tinkerpop/master/docs/static/images/apache-tinkerpop-logo.png" width="300px"/></a><br/>
+TinkerPop3 provides graph computing capabilities for both graph databases (OLTP) and graph analytic systems (OLAP) under the Apache2 license.
+</body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/68f4bbca/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8af24b8..d88f14e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -207,6 +207,7 @@ limitations under the License.
                             <dependencySourceIncludes>
                                 <dependencySourceInclude>org.apache.tinkerpop:*</dependencySourceInclude>
                             </dependencySourceIncludes>
+                            <overview>${basedir}/docs/javadoc/overview.html</overview>
                         </configuration>
                     </execution>
                     <execution>
@@ -440,6 +441,7 @@ limitations under the License.
                             <dependencySourceIncludes>
                                 <dependencySourceInclude>org.apache.tinkerpop:*</dependencySourceInclude>
                             </dependencySourceIncludes>
+                            <overview>${basedir}/docs/javadoc/overview.html</overview>
                         </configuration>
                         <reports>
                             <report>javadoc</report>
@@ -453,6 +455,7 @@ limitations under the License.
                             <dependencySourceIncludes>
                                 <dependencySourceInclude>org.apache.tinkerpop:*</dependencySourceInclude>
                             </dependencySourceIncludes>
+                            <overview>${basedir}/docs/javadoc/overview.html</overview>
                         </configuration>
                         <reports>
                             <report>aggregate</report>
@@ -755,6 +758,7 @@ limitations under the License.
                                 <configuration>
                                     <destDir>full</destDir>
                                     <additionalparam>-Xdoclint:none</additionalparam>
+                                    <overview>${basedir}/docs/javadoc/overview.html</overview>
                                     <quiet>true</quiet>
                                     <sourcepath>
                                         hadoop-gremlin/src/main/java:gremlin-core/src/main/java:gremlin-driver/src/main/java:gremlin-groovy/src/main/java:gremlin-server/src/main/java:gremlin-test/src/main/java:tinkergraph-gremlin/src/main/java
@@ -771,6 +775,7 @@ limitations under the License.
                                 <configuration>
                                     <destDir>core</destDir>
                                     <additionalparam>-Xdoclint:none</additionalparam>
+                                    <overview>${basedir}/docs/javadoc/overview.html</overview>
                                     <quiet>true</quiet>
                                     <sourcepath>
                                         gremlin-core/src/main/java:gremlin-driver/src/main/java