From jackrabbit-commits-return-1372-apmail-incubator-jackrabbit-commits-archive=www.apache.org@incubator.apache.org Wed Sep 14 14:45:46 2005 Return-Path: Delivered-To: apmail-incubator-jackrabbit-commits-archive@www.apache.org Received: (qmail 15048 invoked from network); 14 Sep 2005 14:45:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Sep 2005 14:45:46 -0000 Received: (qmail 43318 invoked by uid 500); 14 Sep 2005 14:45:45 -0000 Mailing-List: contact jackrabbit-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jackrabbit-dev@incubator.apache.org Delivered-To: mailing list jackrabbit-commits@incubator.apache.org Received: (qmail 43305 invoked by uid 500); 14 Sep 2005 14:45:45 -0000 Delivered-To: apmail-incubator-jackrabbit-cvs@incubator.apache.org Received: (qmail 43298 invoked by uid 99); 14 Sep 2005 14:45:45 -0000 X-ASF-Spam-Status: No, hits=-9.8 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; Wed, 14 Sep 2005 07:45:44 -0700 Received: (qmail 15041 invoked by uid 65534); 14 Sep 2005 14:45:43 -0000 Message-ID: <20050914144543.15040.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r280865 - in /incubator/jackrabbit/trunk: maven.xml modules/ modules/commons/ modules/commons/maven.xml modules/commons/project.xml Date: Wed, 14 Sep 2005 14:45:43 -0000 To: jackrabbit-cvs@incubator.apache.org From: tripod@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: tripod Date: Wed Sep 14 07:45:38 2005 New Revision: 280865 URL: http://svn.apache.org/viewcvs?rev=280865&view=rev Log: - adding simple postgoal for building the commons jar Added: incubator/jackrabbit/trunk/modules/ incubator/jackrabbit/trunk/modules/commons/ (with props) incubator/jackrabbit/trunk/modules/commons/maven.xml (with props) incubator/jackrabbit/trunk/modules/commons/project.xml (with props) Modified: incubator/jackrabbit/trunk/maven.xml Modified: incubator/jackrabbit/trunk/maven.xml URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/maven.xml?rev=280865&r1=280864&r2=280865&view=diff ============================================================================== --- incubator/jackrabbit/trunk/maven.xml (original) +++ incubator/jackrabbit/trunk/maven.xml Wed Sep 14 07:45:38 2005 @@ -191,30 +191,31 @@ - + - - + - - - - + + - - - - - - + + + + + Propchange: incubator/jackrabbit/trunk/modules/commons/ ------------------------------------------------------------------------------ --- svn:ignore (added) +++ svn:ignore Wed Sep 14 07:45:38 2005 @@ -0,0 +1 @@ +target Added: incubator/jackrabbit/trunk/modules/commons/maven.xml URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/modules/commons/maven.xml?rev=280865&view=auto ============================================================================== --- incubator/jackrabbit/trunk/modules/commons/maven.xml (added) +++ incubator/jackrabbit/trunk/modules/commons/maven.xml Wed Sep 14 07:45:38 2005 @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + Propchange: incubator/jackrabbit/trunk/modules/commons/maven.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: incubator/jackrabbit/trunk/modules/commons/project.xml URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/modules/commons/project.xml?rev=280865&view=auto ============================================================================== --- incubator/jackrabbit/trunk/modules/commons/project.xml (added) +++ incubator/jackrabbit/trunk/modules/commons/project.xml Wed Sep 14 07:45:38 2005 @@ -0,0 +1,130 @@ + + + + + + + + + ${basedir}/../../project.xml + jackrabbit + jackrabbit-commons + Jackrabbit Commons + + + + + + + + + + ${basedir}/../../src/java + + + dummy + ${basedir}/../../src/java + + org/apache/jackrabbit/core/** + + + + + + + + + src/java + + **/*.xml + **/*.properties + **/*.TextFilterService + + + org/apache/jackrabbit/core/** + + + + + + Propchange: incubator/jackrabbit/trunk/modules/commons/project.xml ------------------------------------------------------------------------------ svn:eol-style = native