Return-Path: Delivered-To: apmail-jakarta-jetspeed-dev-archive@www.apache.org Received: (qmail 58257 invoked from network); 5 Jun 2004 00:50:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 5 Jun 2004 00:50:57 -0000 Received: (qmail 75674 invoked by uid 500); 5 Jun 2004 00:51:13 -0000 Delivered-To: apmail-jakarta-jetspeed-dev-archive@jakarta.apache.org Received: (qmail 75527 invoked by uid 500); 5 Jun 2004 00:51:12 -0000 Mailing-List: contact jetspeed-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jetspeed Developers List" Reply-To: "Jetspeed Developers List" Delivered-To: mailing list jetspeed-dev@jakarta.apache.org Received: (qmail 75513 invoked by uid 500); 5 Jun 2004 00:51:12 -0000 Received: (qmail 75510 invoked by uid 500); 5 Jun 2004 00:51:12 -0000 Received: (qmail 75506 invoked by uid 99); 5 Jun 2004 00:51:12 -0000 Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.27.1) with SMTP; Fri, 04 Jun 2004 17:51:12 -0700 Received: (qmail 58222 invoked by uid 1265); 5 Jun 2004 00:50:52 -0000 Date: 5 Jun 2004 00:50:52 -0000 Message-ID: <20040605005052.58221.qmail@minotaur.apache.org> From: taylor@apache.org To: jakarta-jetspeed-2-cvs@apache.org Subject: cvs commit: jakarta-jetspeed-2/components/persistence project.xml X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N taylor 2004/06/04 17:50:52 Modified: components/prefs project.xml components/registry project.xml components/security project.xml components/persistence project.xml Log: add dependency on jetspeed api component CVS: ---------------------------------------------------------------------- CVS: PR: CVS: If this change addresses a PR in the problem report tracking CVS: database, then enter the PR number(s) here. CVS: Obtained from: CVS: If this change has been taken from another system, such as NCSA, CVS: then name the system in this line, otherwise delete it. CVS: Submitted by: CVS: If this code has been contributed to Apache by someone else; i.e., CVS: they sent us a patch or a new module, then include their name/email CVS: address here. If this is your work then delete this line. CVS: Reviewed by: CVS: If we are doing pre-commit code reviews and someone else has CVS: reviewed your changes, include their name(s) here. CVS: If you have not had it reviewed then delete this line. Revision Changes Path 1.11 +7 -0 jakarta-jetspeed-2/components/prefs/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/jakarta-jetspeed-2/components/prefs/project.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- project.xml 1 Jun 2004 05:25:43 -0000 1.10 +++ project.xml 5 Jun 2004 00:50:52 -0000 1.11 @@ -40,6 +40,13 @@ true + + jetspeed2:jetspeed-api + 2.0-a1-dev + + true + + jetspeed-persistence jetspeed2 1.18 +7 -0 jakarta-jetspeed-2/components/registry/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/jakarta-jetspeed-2/components/registry/project.xml,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- project.xml 1 Jun 2004 05:25:43 -0000 1.17 +++ project.xml 5 Jun 2004 00:50:52 -0000 1.18 @@ -41,6 +41,13 @@ true + + jetspeed2:jetspeed-api + 2.0-a1-dev + + true + + jetspeed-persistence jetspeed2 1.12 +7 -0 jakarta-jetspeed-2/components/security/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/jakarta-jetspeed-2/components/security/project.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- project.xml 1 Jun 2004 05:25:43 -0000 1.11 +++ project.xml 5 Jun 2004 00:50:52 -0000 1.12 @@ -55,6 +55,13 @@ root + + jetspeed2:jetspeed-api + 2.0-a1-dev + + true + + 1.16 +8 -0 jakarta-jetspeed-2/components/persistence/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/jakarta-jetspeed-2/components/persistence/project.xml,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- project.xml 1 Jun 2004 05:25:43 -0000 1.15 +++ project.xml 5 Jun 2004 00:50:52 -0000 1.16 @@ -37,6 +37,14 @@ jetspeed2 2.0-a1-dev + + jetspeed2:jetspeed-api + 2.0-a1-dev + + true + + + jetspeed-rdbms --------------------------------------------------------------------- To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org