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 E212610BC6 for ; Sun, 2 Feb 2014 17:42:56 +0000 (UTC) Received: (qmail 7709 invoked by uid 500); 2 Feb 2014 17:42:55 -0000 Delivered-To: apmail-airavata-commits-archive@airavata.apache.org Received: (qmail 7676 invoked by uid 500); 2 Feb 2014 17:42:55 -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 7669 invoked by uid 99); 2 Feb 2014 17:42:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Feb 2014 17:42:55 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Feb 2014 17:42:54 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 2785E2388AA6 for ; Sun, 2 Feb 2014 17:42:34 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r896180 - in /websites/staging/airavata/trunk/content: ./ development/source.html Date: Sun, 02 Feb 2014 17:42:34 -0000 To: commits@airavata.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140202174234.2785E2388AA6@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: buildbot Date: Sun Feb 2 17:42:33 2014 New Revision: 896180 Log: Staging update by buildbot for airavata Modified: websites/staging/airavata/trunk/content/ (props changed) websites/staging/airavata/trunk/content/development/source.html Propchange: websites/staging/airavata/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Sun Feb 2 17:42:33 2014 @@ -1 +1 @@ -1563133 +1563682 Modified: websites/staging/airavata/trunk/content/development/source.html ============================================================================== --- websites/staging/airavata/trunk/content/development/source.html (original) +++ websites/staging/airavata/trunk/content/development/source.html Sun Feb 2 17:42:33 2014 @@ -134,15 +134,16 @@

The Apache Airavata source repositories are maintained using GIT version control.

-

Browse Airavata source repository on Web.

+

Browse Airavata source repository on web: https://git-wip-us.apache.org/repos/asf?p=airavata.git.

Source Code

To clone the source code for read-only, please use the following:

-

https://git.apache.org/repos/asf/airavata.git +

https://git.apache.org/repos/asf/airavata.git OR use the GITHub Mirror - https://github.com/apache/airavata.git

+ https://github.com/apache/airavata.git

Read-write access for committers, use:

-

https://git-wip-us.apache.org/repos/asf/airavata.git

-

The Apache Airavata website will remain in Subversion.

+

https://git-wip-us.apache.org/repos/asf/airavata.git

+

The Apache Airavata website is managed in Subversion:

+

https://svn.apache.org/repos/asf/airavata/site/trunk/

  • The source code is organized by major components into modules directory.
  • The GFac-Core is the POJO style implementation of the Airavata Application Wrapper and Job management tool.
  • @@ -166,7 +167,7 @@

    Eclipse Configuration Tips

    Configure Eclipse Preferences

      -
    • Download Eclipse Formatting and Style Guides for Airavata Style Templates
    • +
    • Download Eclipse Formatting and Style Guides for Airavata Style Templates
    • To add Formatter: Preferences > Java > Code Style > Formatter and import the airavata-formatting-preferences.xml downloaded in the previous step.
    • To add Templates: Preferences > Java > Code Style > Code Templates and import the airavata-code-style-template.xml. This templates adds the ASF header and so on for new code.