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 C8AD1200B93 for ; Fri, 16 Sep 2016 18:11:40 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C6EEF160AE7; Fri, 16 Sep 2016 16:11:40 +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 1FF2A160AE9 for ; Fri, 16 Sep 2016 18:11:39 +0200 (CEST) Received: (qmail 25870 invoked by uid 500); 16 Sep 2016 16:11:39 -0000 Mailing-List: contact commits-help@airavata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airavata.apache.org Delivered-To: mailing list commits@airavata.apache.org Received: (qmail 24357 invoked by uid 99); 16 Sep 2016 16:11:37 -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; Fri, 16 Sep 2016 16:11:37 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C3292E38B0; Fri, 16 Sep 2016 16:11:37 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: lahiru@apache.org To: commits@airavata.apache.org Date: Fri, 16 Sep 2016 16:11:55 -0000 Message-Id: In-Reply-To: <5faaaaa3b9dd425fad38b8eb98f97876@git.apache.org> References: <5faaaaa3b9dd425fad38b8eb98f97876@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [20/48] airavata git commit: merging remote archived-at: Fri, 16 Sep 2016 16:11:40 -0000 merging remote Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/cc009e3c Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/cc009e3c Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/cc009e3c Branch: refs/heads/lahiru/AIRAVATA-2065 Commit: cc009e3c6d49b98d1abbbe3dd8aceebc403a9592 Parents: 21c3e78 a3950c9 Author: scnakandala Authored: Sat Aug 27 15:46:02 2016 -0400 Committer: scnakandala Committed: Sat Aug 27 15:46:02 2016 -0400 ---------------------------------------------------------------------- distribution/pom.xml | 582 ----- distribution/src/main/assembly/bin-assembly.xml | 160 -- distribution/src/main/assembly/src-assembly.xml | 75 - distribution/src/main/resources/INSTALL | 30 - distribution/src/main/resources/LICENSE | 2387 ------------------ distribution/src/main/resources/NOTICE | 163 -- distribution/src/main/resources/README | 145 -- .../main/resources/bin/airavata-server-start.sh | 123 - .../main/resources/bin/airavata-server-stop.sh | 71 - .../src/main/resources/bin/airavata-server.bat | 55 - distribution/src/main/resources/bin/derby.sh | 23 - distribution/src/main/resources/bin/logo.txt | 34 - distribution/src/main/resources/bin/setenv.bat | 33 - distribution/src/main/resources/bin/setenv.sh | 46 - .../src/main/resources/bin/startNetworkServer | 189 -- .../main/resources/samples/registerSample.sh | 24 - .../src/main/resources/samples/scripts/add.sh | 21 - .../src/main/resources/samples/scripts/echo.sh | 22 - .../main/resources/samples/scripts/multiply.sh | 22 - .../main/resources/samples/scripts/subtract.sh | 22 - modules/distribution/pom.xml | 582 +++++ .../src/main/assembly/bin-assembly.xml | 160 ++ .../src/main/assembly/src-assembly.xml | 75 + modules/distribution/src/main/resources/INSTALL | 30 + modules/distribution/src/main/resources/LICENSE | 2387 ++++++++++++++++++ modules/distribution/src/main/resources/NOTICE | 163 ++ modules/distribution/src/main/resources/README | 145 ++ .../main/resources/bin/airavata-server-start.sh | 123 + .../main/resources/bin/airavata-server-stop.sh | 71 + .../src/main/resources/bin/airavata-server.bat | 55 + .../src/main/resources/bin/derby.sh | 23 + .../src/main/resources/bin/logo.txt | 34 + .../src/main/resources/bin/setenv.bat | 33 + .../src/main/resources/bin/setenv.sh | 46 + .../src/main/resources/bin/startNetworkServer | 189 ++ .../main/resources/samples/registerSample.sh | 24 + .../src/main/resources/samples/scripts/add.sh | 21 + .../src/main/resources/samples/scripts/echo.sh | 22 + .../main/resources/samples/scripts/multiply.sh | 22 + .../main/resources/samples/scripts/subtract.sh | 22 + pom.xml | 97 +- 41 files changed, 4229 insertions(+), 4322 deletions(-) ----------------------------------------------------------------------