Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 31447 invoked from network); 5 Oct 2005 00:07:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Oct 2005 00:07:24 -0000 Received: (qmail 75742 invoked by uid 500); 5 Oct 2005 00:07:24 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 75721 invoked by uid 500); 5 Oct 2005 00:07:24 -0000 Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Derby Development" List-Id: Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 75710 invoked by uid 99); 5 Oct 2005 00:07:23 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Oct 2005 17:07:22 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 9994F21B for ; Wed, 5 Oct 2005 02:07:01 +0200 (CEST) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: derby-commits@db.apache.org Date: Wed, 05 Oct 2005 00:07:01 -0000 Message-ID: <20051005000701.30407.39478@ajax.apache.org> Subject: [Db-derby Wiki] Update of "SharedComponentVersioningGuidelines" by DavidVanCouvering X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Dear Wiki user, You have subscribed to a wiki page or wiki category on "Db-derby Wiki" for change notification. The following page has been changed by DavidVanCouvering: http://wiki.apache.org/db-derby/SharedComponentVersioningGuidelines ------------------------------------------------------------------------------ ## page was renamed from ModuleVersioningGuidelines ## page was renamed from ModuleVersioningPolicy - Review comments for these guidelines can be created, viewed and responded to at ModuleVersioningGuidelinesReview + Review comments for these guidelines can be created, viewed and responded to at SharedComponentVersioningGuidelinesReview This document describes our guidelines around shared components in Derby, where a shared component is a collection of one or more packages that is used across multiple subsystems within Derby. Very loosely, I would define a "subsystem" as the code contained in one of the top-level source directories, e.g. engine, client, drda, tools, etc. As of this writing, the only shared component like this is the proposed common code component (see [http://issues.apache.org/jira/browse/DERBY-289 DERBY-289]). Other components may be defined in the future as needed (for example, perhaps the DRDA networking code should be separated out as an independent shared component).