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/04/20 22:14:19 UTC

[17/21] incubator-tinkerpop git commit: Ignore *.graffle files in docs to prevent bloating of zip distributions.

Ignore *.graffle files in docs to prevent bloating of zip distributions.


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

Branch: refs/heads/master
Commit: 3f55e30643b9219160f1b97b1c3b352fa004b922
Parents: b809126
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon Apr 20 14:16:13 2015 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Mon Apr 20 14:16:13 2015 -0400

----------------------------------------------------------------------
 gremlin-console/src/assembly/standalone.xml | 3 +++
 gremlin-server/src/assembly/standalone.xml  | 3 +++
 2 files changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/3f55e306/gremlin-console/src/assembly/standalone.xml
----------------------------------------------------------------------
diff --git a/gremlin-console/src/assembly/standalone.xml b/gremlin-console/src/assembly/standalone.xml
index 55910ff..65dc119 100644
--- a/gremlin-console/src/assembly/standalone.xml
+++ b/gremlin-console/src/assembly/standalone.xml
@@ -42,6 +42,9 @@ limitations under the License.
         <fileSet>
             <directory>../target/docs/htmlsingle</directory>
             <outputDirectory>/docs</outputDirectory>
+            <excludes>
+                <exclude>**/*.graffle</exclude>
+            </excludes>
         </fileSet>
         <fileSet>
             <directory>../target/site/apidocs</directory>

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/3f55e306/gremlin-server/src/assembly/standalone.xml
----------------------------------------------------------------------
diff --git a/gremlin-server/src/assembly/standalone.xml b/gremlin-server/src/assembly/standalone.xml
index 2e863a1..a603692 100644
--- a/gremlin-server/src/assembly/standalone.xml
+++ b/gremlin-server/src/assembly/standalone.xml
@@ -42,6 +42,9 @@ limitations under the License.
         <fileSet>
             <directory>../target/docs/htmlsingle</directory>
             <outputDirectory>/docs</outputDirectory>
+            <excludes>
+                <exclude>**/*.graffle</exclude>
+            </excludes>
         </fileSet>
         <fileSet>
             <directory>../target/site/apidocs</directory>