You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by dk...@apache.org on 2016/09/19 15:25:39 UTC

tinkerpop git commit: Fixed javadocs file reference.

Repository: tinkerpop
Updated Branches:
  refs/heads/TINKERPOP-927 5f2d25193 -> 144e6f08d


Fixed javadocs file reference.


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

Branch: refs/heads/TINKERPOP-927
Commit: 144e6f08d8bbefa3bf1810cac39a41c2f3b1a21e
Parents: 5f2d251
Author: Daniel Kuppitz <da...@hotmail.com>
Authored: Mon Sep 19 17:25:05 2016 +0200
Committer: Daniel Kuppitz <da...@hotmail.com>
Committed: Mon Sep 19 17:25:05 2016 +0200

----------------------------------------------------------------------
 bin/publish-docs.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/144e6f08/bin/publish-docs.sh
----------------------------------------------------------------------
diff --git a/bin/publish-docs.sh b/bin/publish-docs.sh
index 43c2cd5..49ed9bd 100755
--- a/bin/publish-docs.sh
+++ b/bin/publish-docs.sh
@@ -61,11 +61,11 @@ do
 done
 
 pushd "docs/${VERSION}/"; cat ../../../publish-docs.docs | awk '/^A/ {print $2}' | grep -v '.graffle$' | xargs --no-run-if-empty svn add; popd
-pushd "javadocs/${VERSION}/"; cat ../../../publish-docs.docs | awk '/^A/ {print $2}' | xargs --no-run-if-empty svn add; popd
+pushd "javadocs/${VERSION}/"; cat ../../../publish-docs.javadocs | awk '/^A/ {print $2}' | xargs --no-run-if-empty svn add; popd
 
 # delete old files
 pushd "docs/${VERSION}/"; cat ../../../publish-docs.docs | awk '/^D/ {print $2}' | xargs --no-run-if-empty svn delete; popd
-pushd "javadocs/${VERSION}/"; cat ../../../publish-docs.docs | awk '/^D/ {print $2}' | xargs --no-run-if-empty svn delete; popd
+pushd "javadocs/${VERSION}/"; cat ../../../publish-docs.javadocs | awk '/^D/ {print $2}' | xargs --no-run-if-empty svn delete; popd
 
 for dir in "docs" "javadocs"
 do