Return-Path: Delivered-To: apmail-maven-continuum-commits-archive@www.apache.org Received: (qmail 88253 invoked from network); 23 Dec 2006 22:48:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Dec 2006 22:48:09 -0000 Received: (qmail 46355 invoked by uid 500); 23 Dec 2006 22:48:16 -0000 Delivered-To: apmail-maven-continuum-commits-archive@maven.apache.org Received: (qmail 46319 invoked by uid 500); 23 Dec 2006 22:48:16 -0000 Mailing-List: contact continuum-commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-dev@maven.apache.org Delivered-To: mailing list continuum-commits@maven.apache.org Received: (qmail 46306 invoked by uid 99); 23 Dec 2006 22:48:16 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Dec 2006 14:48:16 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Dec 2006 14:48:06 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 14D651A981A; Sat, 23 Dec 2006 14:47:16 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r489938 - /maven/continuum/branches/key-based-refactor/continuum-model/src/main/mdo/continuum.xml Date: Sat, 23 Dec 2006 22:47:15 -0000 To: continuum-commits@maven.apache.org From: jmcconnell@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061223224716.14D651A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jmcconnell Date: Sat Dec 23 14:47:15 2006 New Revision: 489938 URL: http://svn.apache.org/viewvc?view=rev&rev=489938 Log: composite key added to the model for use in apis Modified: maven/continuum/branches/key-based-refactor/continuum-model/src/main/mdo/continuum.xml Modified: maven/continuum/branches/key-based-refactor/continuum-model/src/main/mdo/continuum.xml URL: http://svn.apache.org/viewvc/maven/continuum/branches/key-based-refactor/continuum-model/src/main/mdo/continuum.xml?view=diff&rev=489938&r1=489937&r2=489938 ============================================================================== --- maven/continuum/branches/key-based-refactor/continuum-model/src/main/mdo/continuum.xml (original) +++ maven/continuum/branches/key-based-refactor/continuum-model/src/main/mdo/continuum.xml Sat Dec 23 14:47:15 2006 @@ -286,19 +286,6 @@ - - - 1.1.0+ - - - @@ -1145,6 +1132,28 @@ ]]> + + + CompositeKey + 1.1.0+ + org.apache.maven.continuum.model + + Contains the data necessary for distingishing a group or individual project. + + + + groupKey + 1.1.0+ + String + The group key for the X in question. + + + projectKey + 1.1.0+ + String + The project key for the X in question. + +