Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-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 564D9F0A4 for ; Thu, 21 Mar 2013 15:17:18 +0000 (UTC) Received: (qmail 20718 invoked by uid 500); 21 Mar 2013 15:17:18 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 20700 invoked by uid 500); 21 Mar 2013 15:17:18 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 20693 invoked by uid 99); 21 Mar 2013 15:17:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Mar 2013 15:17:18 +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; Thu, 21 Mar 2013 15:17:16 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id B3AE82388962 for ; Thu, 21 Mar 2013 15:16:56 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r855434 - in /websites/staging/cloudstack/trunk/content: ./ develop/developer-faq.html Date: Thu, 21 Mar 2013 15:16:56 -0000 To: commits@cloudstack.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130321151656.B3AE82388962@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: buildbot Date: Thu Mar 21 15:16:56 2013 New Revision: 855434 Log: Staging update by buildbot for cloudstack Modified: websites/staging/cloudstack/trunk/content/ (props changed) websites/staging/cloudstack/trunk/content/develop/developer-faq.html Propchange: websites/staging/cloudstack/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Thu Mar 21 15:16:56 2013 @@ -1 +1 @@ -1459349 +1459354 Modified: websites/staging/cloudstack/trunk/content/develop/developer-faq.html ============================================================================== --- websites/staging/cloudstack/trunk/content/develop/developer-faq.html (original) +++ websites/staging/cloudstack/trunk/content/develop/developer-faq.html Thu Mar 21 15:16:56 2013 @@ -1,7 +1,7 @@ - Apache CloudStack (Incubating) Developer's FAQ + Apache CloudStack Developer's FAQ @@ -113,7 +113,7 @@
-

Apache CloudStack (Incubating) Developer's FAQ

+

Apache CloudStack Developer's FAQ

This page is for Frequently Asked Questions (FAQ) about developing Apache CloudStack. For questions about the project in general and its use, please see the CloudStack FAQ.

Have a question that's not answered here? You might want to ask on the cloudstack-dev mailing list.

Where can I find the Apache CloudStack git repository?

-

The Apache CloudStack git repository is hosted here: https://git-wip-us.apache.org/repos/asf/incubator-cloudstack.git.

+

The Apache CloudStack git repository is hosted here: https://git-wip-us.apache.org/repos/asf/cloudstack.git.

What are the coding conventions for Apache CloudStack?

Apache CloudStack has detailed coding conventions in our developer's documentation. Please do follow these. See also the Java Programming Style Guidelines and Java Code Conventions.

If patches and submissions are not up to the coding conventions, you may be asked to fix them and re-submit.