Return-Path: X-Original-To: apmail-sis-commits-archive@www.apache.org Delivered-To: apmail-sis-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 C536D10A28 for ; Thu, 8 Aug 2013 08:56:15 +0000 (UTC) Received: (qmail 67925 invoked by uid 500); 8 Aug 2013 08:56:15 -0000 Delivered-To: apmail-sis-commits-archive@sis.apache.org Received: (qmail 67889 invoked by uid 500); 8 Aug 2013 08:56:15 -0000 Mailing-List: contact commits-help@sis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: sis-dev@sis.apache.org Delivered-To: mailing list commits@sis.apache.org Received: (qmail 67877 invoked by uid 99); 8 Aug 2013 08:56:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Aug 2013 08:56:14 +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, 08 Aug 2013 08:56:13 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 8975923889EC for ; Thu, 8 Aug 2013 08:55:53 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r873421 - in /websites/staging/sis/trunk/content: ./ release-management.html source.html Date: Thu, 08 Aug 2013 08:55:53 -0000 To: commits@sis.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130808085553.8975923889EC@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: buildbot Date: Thu Aug 8 08:55:53 2013 New Revision: 873421 Log: Staging update by buildbot for sis Modified: websites/staging/sis/trunk/content/ (props changed) websites/staging/sis/trunk/content/release-management.html websites/staging/sis/trunk/content/source.html Propchange: websites/staging/sis/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Thu Aug 8 08:55:53 2013 @@ -1 +1 @@ -1511160 +1511623 Modified: websites/staging/sis/trunk/content/release-management.html ============================================================================== --- websites/staging/sis/trunk/content/release-management.html (original) +++ websites/staging/sis/trunk/content/release-management.html Thu Aug 8 08:55:53 2013 @@ -328,7 +328,7 @@ The RC number shall corresp

Create and put the binary artifact in the distribution directory:

-
mvn org.apache.sis:sis-build-helper:$NEW_VERSION:pack --non-recursive
+
mvn org.apache.sis.core:sis-build-helper:$NEW_VERSION:pack --non-recursive
 mv target/bundles ../../distribution/$NEW_VERSION/RC$RELEASE_CANDIDATE
 
Modified: websites/staging/sis/trunk/content/source.html ============================================================================== --- websites/staging/sis/trunk/content/source.html (original) +++ websites/staging/sis/trunk/content/source.html Thu Aug 8 08:55:53 2013 @@ -121,9 +121,9 @@ For fetching the source code, choose one
  • Miscellaneous
  • -
  • Classes naming
  • +
  • Classes naming convention
  • Opening Apache SIS in an IDE

    @@ -334,7 +334,7 @@ Instead, rely on styling. Some HTML tags
  • Line wrapping: Use 120-column line width for Java code and Javadoc. Some exceptions to this rule may exist for preserving tabular structures, but should be rare.
  • -

    Classes naming

    +

    Classes naming convention

    Implementations of GeoAPI interfaces usually (but not always) begin with Abstract, Default, Simple or General prefixes. The Abstract prefix is used when a class is abstract according ISO specifications - it may or may not be be abstract in the Java sense. The General prefix is used when an implementation is designed for use in the general case,