Return-Path: X-Original-To: apmail-airavata-commits-archive@www.apache.org Delivered-To: apmail-airavata-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E29631811E for ; Mon, 8 Feb 2016 16:48:52 +0000 (UTC) Received: (qmail 62303 invoked by uid 500); 8 Feb 2016 16:48:46 -0000 Delivered-To: apmail-airavata-commits-archive@airavata.apache.org Received: (qmail 61782 invoked by uid 500); 8 Feb 2016 16:48:45 -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 60314 invoked by uid 99); 8 Feb 2016 16:48:44 -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; Mon, 08 Feb 2016 16:48:44 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7A37EE07F7; Mon, 8 Feb 2016 16:48:44 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: chathuri@apache.org To: commits@airavata.apache.org Date: Mon, 08 Feb 2016 16:49:09 -0000 Message-Id: <952e37fd374e49269dd2271d3e401f04@git.apache.org> In-Reply-To: <3c0d9fcde42b4a9096a9ceb6ffd1d650@git.apache.org> References: <3c0d9fcde42b4a9096a9ceb6ffd1d650@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [27/50] [abbrv] airavata git commit: Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/airavata into develop Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/airavata into develop Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/ad011612 Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/ad011612 Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/ad011612 Branch: refs/heads/master Commit: ad0116126d12b6b2afdd43c60f3190884a56d9d2 Parents: 225f462 72a6f6a Author: Shameera Rathnayaka Authored: Mon Feb 1 16:48:26 2016 -0500 Committer: Shameera Rathnayaka Committed: Mon Feb 1 16:48:26 2016 -0500 ---------------------------------------------------------------------- .../workflow/catalog/model/ComponentStatus.java | 78 +++++++++ .../core/workflow/catalog/model/Edge.java | 103 ++++++++++++ .../core/workflow/catalog/model/Edge_PK.java | 64 +++++++ .../core/workflow/catalog/model/Node.java | 124 ++++++++++++++ .../core/workflow/catalog/model/Node_PK.java | 64 +++++++ .../core/workflow/catalog/model/Port.java | 102 ++++++++++++ .../core/workflow/catalog/model/Port_PK.java | 64 +++++++ .../core/workflow/catalog/model/Workflow.java | 124 ++++++++++++++ .../catalog/model/WorkflowInput_PK.java | 64 +++++++ .../catalog/model/WorkflowIntInput.java | 166 +++++++++++++++++++ .../workflow/catalog/model/WorkflowOutput.java | 156 +++++++++++++++++ .../catalog/model/WorkflowOutput_PK.java | 64 +++++++ .../workflow/catalog/model/WorkflowStatus.java | 103 ++++++++++++ .../catalog/model/WorkflowStatus_PK.java | 64 +++++++ .../src/main/resources/workflow-derby.sql | 123 ++++++++++++++ .../src/main/resources/workflow-mysql.sql | 123 ++++++++++++++ 16 files changed, 1586 insertions(+) ----------------------------------------------------------------------