Return-Path: Delivered-To: apmail-avalon-cvs-archive@avalon.apache.org Received: (qmail 88044 invoked by uid 500); 28 May 2003 17:59:13 -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 88033 invoked by uid 500); 28 May 2003 17:59:12 -0000 Received: (qmail 88030 invoked from network); 28 May 2003 17:59:12 -0000 Received: from icarus.apache.org (208.185.179.13) by daedalus.apache.org with SMTP; 28 May 2003 17:59:12 -0000 Received: (qmail 67769 invoked by uid 1433); 28 May 2003 17:59:12 -0000 Date: 28 May 2003 17:59:12 -0000 Message-ID: <20030528175912.67768.qmail@icarus.apache.org> From: leif@apache.org To: avalon-excalibur-cvs@apache.org Subject: cvs commit: avalon-excalibur/fortress/src/java/org/apache/avalon/fortress/util/dag DirectedAcyclicGraphVerifier.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N leif 2003/05/28 10:59:12 Modified: fortress/src/java/org/apache/avalon/fortress/util/dag DirectedAcyclicGraphVerifier.java Log: Forgot one little detail. Revision Changes Path 1.6 +1 -0 avalon-excalibur/fortress/src/java/org/apache/avalon/fortress/util/dag/DirectedAcyclicGraphVerifier.java Index: DirectedAcyclicGraphVerifier.java =================================================================== RCS file: /home/cvs/avalon-excalibur/fortress/src/java/org/apache/avalon/fortress/util/dag/DirectedAcyclicGraphVerifier.java,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- DirectedAcyclicGraphVerifier.java 28 May 2003 17:50:20 -0000 1.5 +++ DirectedAcyclicGraphVerifier.java 28 May 2003 17:59:12 -0000 1.6 @@ -59,6 +59,7 @@ * and ansure that dependencies can be loaded and unloaded in the proper order. * * @author Berin Loritsch + * @author Leif Mortenson * @version CVS $ Revision: 1.1 $ */ public class DirectedAcyclicGraphVerifier --------------------------------------------------------------------- To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org For additional commands, e-mail: cvs-help@avalon.apache.org