You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by jo...@apache.org on 2020/05/18 02:59:23 UTC

[incubator-heron] 01/01: correcting folder path

This is an automated email from the ASF dual-hosted git repository.

joshfischer pushed a commit to branch joshfischer/fix-javadocs
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git

commit 5b2828faf319e007760fe665bc2b9366e92e677f
Author: Josh Fischer <jo...@joshfischer.io>
AuthorDate: Sun May 17 21:58:56 2020 -0500

    correcting folder path
---
 website2/website/scripts/javadocs.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website2/website/scripts/javadocs.sh b/website2/website/scripts/javadocs.sh
index 7cdf4af..80607e3 100755
--- a/website2/website/scripts/javadocs.sh
+++ b/website2/website/scripts/javadocs.sh
@@ -50,7 +50,7 @@ GEN_FILES=`find $GEN_PROTO_DIR -name "*.java"`
 rm -rf $JAVADOC_OUTPUT_DIR
 mkdir -p $JAVADOC_OUTPUT_DIR
 
-BIN_JARS=`find $HERON_ROOT_DIR/bazel-incubator-heron/_bin/. -name "*\.jar" | tr '\n' ':'`
+BIN_JARS=`find $HERON_ROOT_DIR/bazel-incubator-heron/. -name "*\.jar" | tr '\n' ':'`
 GEN_JARS=`find $HERON_ROOT_DIR/bazel-bin/external/. -name "*\.jar" | tr '\n' ':'`
 SCRIBE_JARS=`find $HERON_ROOT_DIR/bazel-bin/. -name "libthrift_scribe_java.jar" | tr '\n' ':'`
 PROTO_JARS=`find $HERON_ROOT_DIR/bazel-bin/heron/proto/. -name "*\.jar" | tr '\n' ':'`