Return-Path: Delivered-To: apmail-avalon-cvs-archive@www.apache.org Received: (qmail 37179 invoked from network); 2 Dec 2003 19:24:26 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 2 Dec 2003 19:24:26 -0000 Received: (qmail 69618 invoked by uid 500); 2 Dec 2003 19:24:16 -0000 Delivered-To: apmail-avalon-cvs-archive@avalon.apache.org Received: (qmail 69553 invoked by uid 500); 2 Dec 2003 19:24:16 -0000 Mailing-List: contact cvs-help@avalon.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Avalon CVS List" Reply-To: "Avalon Developers List" Delivered-To: mailing list cvs@avalon.apache.org Received: (qmail 69539 invoked by uid 500); 2 Dec 2003 19:24:16 -0000 Received: (qmail 69536 invoked from network); 2 Dec 2003 19:24:15 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 2 Dec 2003 19:24:15 -0000 Received: (qmail 37144 invoked by uid 1291); 2 Dec 2003 19:24:24 -0000 Date: 2 Dec 2003 19:24:24 -0000 Message-ID: <20031202192424.37143.qmail@minotaur.apache.org> From: leosimons@apache.org To: avalon-excalibur-cvs@apache.org Subject: cvs commit: avalon-excalibur maven-common-gump-build.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N leosimons 2003/12/02 11:24:24 Modified: . maven-common-gump-build.xml Log: a little cleanup, and allow for disabling of unit test to fix the testcase<->component dependency loops in gump Revision Changes Path 1.5 +8 -41 avalon-excalibur/maven-common-gump-build.xml Index: maven-common-gump-build.xml =================================================================== RCS file: /home/cvs/avalon-excalibur/maven-common-gump-build.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- maven-common-gump-build.xml 13 Nov 2003 12:41:08 -0000 1.4 +++ maven-common-gump-build.xml 2 Dec 2003 19:24:24 -0000 1.5 @@ -57,37 +57,6 @@ ======================================================================= - - - -======================================================================= - NOTE! - - The directory - - ${maven.src.dir}/api - - does not exist. This means the api jar that will be created will be - empty. -======================================================================= - - - - - -======================================================================= - NOTE! - - The directory - - ${maven.src.dir}/impl - - does not exist. This means the impl jar that will be created will be - empty. -======================================================================= - - - ======================================================================= @@ -109,8 +78,6 @@ This project does not contain any java source files in - ${maven.src.dir}/api or - ${maven.src.dir}/impl or ${maven.src.dir}/java or ${maven.src.dir}/test or @@ -122,8 +89,6 @@ - - @@ -152,20 +117,22 @@ - - - - + + + + + + @@ -269,7 +236,7 @@ - ======================================================================= @@ -467,4 +434,4 @@ prefix="${project.name}-${project.version}"/> - \ No newline at end of file + --------------------------------------------------------------------- To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org For additional commands, e-mail: cvs-help@avalon.apache.org