Repository: incubator-predictionio Updated Branches: refs/heads/develop 0d07973b3 -> 4ae8abcbb
[PIO-53] Fix distribution build Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/commit/4ae8abcb Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/tree/4ae8abcb Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/diff/4ae8abcb Branch: refs/heads/develop Commit: 4ae8abcbbdc07fe437da7eb304dc15c51f77e275 Parents: 0d07973 Author: Donald Szeto <[email protected]> Authored: Sat Feb 18 00:20:29 2017 -0800 Committer: Donald Szeto <[email protected]> Committed: Sat Feb 18 00:20:29 2017 -0800 ---------------------------------------------------------------------- make-distribution.sh | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/4ae8abcb/make-distribution.sh ---------------------------------------------------------------------- diff --git a/make-distribution.sh b/make-distribution.sh index 23769fe..b6c8ed3 100755 --- a/make-distribution.sh +++ b/make-distribution.sh @@ -41,7 +41,6 @@ cp ${FWDIR}/bin/* ${DISTDIR}/bin || : cp ${FWDIR}/conf/* ${DISTDIR}/conf cp ${FWDIR}/project/build.properties ${DISTDIR}/project cp ${FWDIR}/sbt/sbt ${DISTDIR}/sbt -cp ${FWDIR}/sbt/sbt-launch-lib.bash ${DISTDIR}/sbt cp ${FWDIR}/assembly/*assembly*jar ${DISTDIR}/lib rm -f ${DISTDIR}/lib/*javadoc.jar
