You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by bu...@apache.org on 2014/02/02 18:42:34 UTC

svn commit: r896180 - in /websites/staging/airavata/trunk/content: ./ development/source.html

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 @@
       	<section id="content" class="row">
         	<article class="span9">
           	<p>The Apache Airavata source repositories are maintained using GIT version control.</p>
-<p>Browse Airavata source repository on <a href="https://git-wip-us.apache.org/repos/asf?p=airavata.git">Web</a>.</p>
+<p>Browse Airavata source repository on web: <a href="https://git-wip-us.apache.org/repos/asf?p=airavata.git">https://git-wip-us.apache.org/repos/asf?p=airavata.git</a>.</p>
 <h2 id="source-code">Source Code</h2>
 <p>To clone the source code for read-only, please use the following:</p>
-<p>https://git.apache.org/repos/asf/airavata.git 
+<p><a href="https://git.apache.org/repos/asf/airavata.git">https://git.apache.org/repos/asf/airavata.git</a> 
   OR use the GITHub Mirror
-  https://github.com/apache/airavata.git </p>
+  <a href="https://github.com/apache/airavata.git">https://github.com/apache/airavata.git</a> </p>
 <p>Read-write access for committers, use: </p>
-<p>https://git-wip-us.apache.org/repos/asf/airavata.git </p>
-<p>The Apache Airavata website will remain in Subversion.</p>
+<p><a href="https://git-wip-us.apache.org/repos/asf/airavata.git">https://git-wip-us.apache.org/repos/asf/airavata.git</a></p>
+<p>The Apache Airavata website is managed in Subversion:</p>
+<p><a href="https://svn.apache.org/repos/asf/airavata/site/trunk/">https://svn.apache.org/repos/asf/airavata/site/trunk/</a></p>
 <ul>
 <li>The source code is organized by major components into modules directory. </li>
 <li>The GFac-Core is the POJO style implementation of the Airavata Application Wrapper and Job management tool.</li>
@@ -166,7 +167,7 @@
 <h3 id="eclipse-configuration-tips">Eclipse Configuration Tips</h3>
 <p>Configure Eclipse Preferences</p>
 <ul>
-<li>Download Eclipse Formatting and Style Guides for <a href="http://svn.apache.org/repos/asf/airavata/etc/eclipse/">Airavata Style Templates</a></li>
+<li>Download Eclipse Formatting and Style Guides for <a href="https://svn.apache.org/repos/asf/airavata/attic/svn-to-git-archive/etc/eclipse/">Airavata Style Templates</a></li>
 <li>To add Formatter: Preferences &gt; Java &gt; Code Style &gt;  Formatter and import the airavata-formatting-preferences.xml downloaded in the previous step. </li>
 <li>To add Templates: Preferences &gt; Java &gt; Code Style &gt; Code Templates and import the airavata-code-style-template.xml. This templates adds the ASF header and so on for new code. </li>
 </ul>