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 8378C19864 for ; Wed, 30 Mar 2016 20:59:45 +0000 (UTC) Received: (qmail 41471 invoked by uid 500); 30 Mar 2016 20:59:45 -0000 Delivered-To: apmail-airavata-commits-archive@airavata.apache.org Received: (qmail 41431 invoked by uid 500); 30 Mar 2016 20:59: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 41422 invoked by uid 99); 30 Mar 2016 20:59:45 -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; Wed, 30 Mar 2016 20:59:45 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 395B3DFC71; Wed, 30 Mar 2016 20:59:45 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: shameera@apache.org To: commits@airavata.apache.org Message-Id: <23d7a21b903146089d80be056010455d@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: airavata git commit: Added Airavata Cloud module to repo Date: Wed, 30 Mar 2016 20:59:45 +0000 (UTC) Repository: airavata Updated Branches: refs/heads/develop 16ff3fd7a -> 6c301e64a Added Airavata Cloud module to repo Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/6c301e64 Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/6c301e64 Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/6c301e64 Branch: refs/heads/develop Commit: 6c301e64a3cda54160a10a4c2f044bd8789d06f2 Parents: 16ff3fd Author: Shameera Rathnayaka Authored: Wed Mar 30 16:59:40 2016 -0400 Committer: Shameera Rathnayaka Committed: Wed Mar 30 16:59:40 2016 -0400 ---------------------------------------------------------------------- modules/cloud/pom.xml | 19 +++++++++++++ .../org/apache/airavata/cloud/CloudMain.java | 28 ++++++++++++++++++++ pom.xml | 1 + 3 files changed, 48 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/6c301e64/modules/cloud/pom.xml ---------------------------------------------------------------------- diff --git a/modules/cloud/pom.xml b/modules/cloud/pom.xml new file mode 100644 index 0000000..cc6645b --- /dev/null +++ b/modules/cloud/pom.xml @@ -0,0 +1,19 @@ + + + + + org.apache.airavata + airavata + 0.16-SNAPSHOT + ../../pom.xml + + + 4.0.0 + airavata-cloud + jar + Airavata Cloud + http://airavata.apache.org/ + + \ No newline at end of file http://git-wip-us.apache.org/repos/asf/airavata/blob/6c301e64/modules/cloud/src/main/java/org/apache/airavata/cloud/CloudMain.java ---------------------------------------------------------------------- diff --git a/modules/cloud/src/main/java/org/apache/airavata/cloud/CloudMain.java b/modules/cloud/src/main/java/org/apache/airavata/cloud/CloudMain.java new file mode 100644 index 0000000..c809685 --- /dev/null +++ b/modules/cloud/src/main/java/org/apache/airavata/cloud/CloudMain.java @@ -0,0 +1,28 @@ +/* + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + */ +package org.apache.airavata.cloud; + +public class CloudMain { + + public static void main(String[] args) { + System.out.println("Welcome to Airavata Cloud !!!"); + } +} http://git-wip-us.apache.org/repos/asf/airavata/blob/6c301e64/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 60c53a6..b6883c8 100644 --- a/pom.xml +++ b/pom.xml @@ -556,6 +556,7 @@ modules/credential-store modules/orchestrator modules/monitoring + modules/cloud modules/server modules/workflow modules/test-suite