Return-Path: Delivered-To: apmail-db-jdo-commits-archive@www.apache.org Received: (qmail 38020 invoked from network); 9 Dec 2005 23:29:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Dec 2005 23:29:54 -0000 Received: (qmail 96872 invoked by uid 500); 9 Dec 2005 23:29:53 -0000 Mailing-List: contact jdo-commits-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jdo-dev@db.apache.org Delivered-To: mailing list jdo-commits@db.apache.org Received: (qmail 96861 invoked by uid 99); 9 Dec 2005 23:29:53 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Dec 2005 15:29:53 -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 [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 09 Dec 2005 15:29:53 -0800 Received: (qmail 37975 invoked by uid 65534); 9 Dec 2005 23:29:32 -0000 Message-ID: <20051209232932.37974.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r355646 - /incubator/jdo/trunk/maven.xml Date: Fri, 09 Dec 2005 23:29:32 -0000 To: jdo-commits@db.apache.org From: clr@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: clr Date: Fri Dec 9 15:29:29 2005 New Revision: 355646 URL: http://svn.apache.org/viewcvs?rev=355646&view=rev Log: Add multiproject fostore20 goals Modified: incubator/jdo/trunk/maven.xml Modified: incubator/jdo/trunk/maven.xml URL: http://svn.apache.org/viewcvs/incubator/jdo/trunk/maven.xml?rev=355646&r1=355645&r2=355646&view=diff ============================================================================== --- incubator/jdo/trunk/maven.xml (original) +++ incubator/jdo/trunk/maven.xml Fri Dec 9 15:29:29 2005 @@ -36,6 +36,9 @@ tck20.build - builds tck20 and dependent JDO2 projects tck20.default - calls the default goal for tck20 and dependent JDO2 projects tck20.clean - cleans tck20 and dependent JDO2 projects + fostore20.clean - cleans fostore20 and dependencies + fostore20.build - builds fostore20 and dependencies + fostore20.default - calls the default goal for fostore20 and dependencies Please check README.txt for more details. @@ -106,6 +109,27 @@ ${tck20.projects} + + + ${fostore20.projects} + build + + + + + ${fostore20.projects} + default + + + + + ${fostore20.projects} + + +