Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 67C04200C1F for ; Sat, 18 Feb 2017 09:21:22 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 665F7160B66; Sat, 18 Feb 2017 08:21:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B2648160B63 for ; Sat, 18 Feb 2017 09:21:21 +0100 (CET) Received: (qmail 22254 invoked by uid 500); 18 Feb 2017 08:21:21 -0000 Mailing-List: contact commits-help@predictionio.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@predictionio.incubator.apache.org Delivered-To: mailing list commits@predictionio.incubator.apache.org Received: (qmail 22245 invoked by uid 99); 18 Feb 2017 08:21:20 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Feb 2017 08:21:20 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 91CF61A00E6 for ; Sat, 18 Feb 2017 08:21:20 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -6.218 X-Spam-Level: X-Spam-Status: No, score=-6.218 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id ymlXCV2uPqPN for ; Sat, 18 Feb 2017 08:21:18 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id 181E55F253 for ; Sat, 18 Feb 2017 08:21:18 +0000 (UTC) Received: (qmail 22215 invoked by uid 99); 18 Feb 2017 08:20:43 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Feb 2017 08:20:43 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id EE410DFC1C; Sat, 18 Feb 2017 08:20:42 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: donald@apache.org To: commits@predictionio.incubator.apache.org Message-Id: <31c870b86d5046768dcbb33be8b1fa44@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: incubator-predictionio git commit: [PIO-53] Fix distribution build Date: Sat, 18 Feb 2017 08:20:42 +0000 (UTC) archived-at: Sat, 18 Feb 2017 08:21:22 -0000 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 Authored: Sat Feb 18 00:20:29 2017 -0800 Committer: Donald Szeto 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