Return-Path: Delivered-To: apmail-avalon-cvs-archive@avalon.apache.org Received: (qmail 3694 invoked by uid 500); 11 Jun 2003 05:15:50 -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 3682 invoked by uid 500); 11 Jun 2003 05:15:49 -0000 Received: (qmail 3675 invoked from network); 11 Jun 2003 05:15:49 -0000 Received: from icarus.apache.org (208.185.179.13) by daedalus.apache.org with SMTP; 11 Jun 2003 05:15:49 -0000 Received: (qmail 17517 invoked by uid 1438); 11 Jun 2003 05:15:48 -0000 Date: 11 Jun 2003 05:15:48 -0000 Message-ID: <20030611051548.17516.qmail@icarus.apache.org> From: mcconnell@apache.org To: avalon-sandbox-cvs@apache.org Subject: cvs commit: avalon-sandbox/merlin/merlin-core/src/java/org/apache/avalon/merlin/kernel/impl DefaultKernelLoader.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N mcconnell 2003/06/10 22:15:48 Modified: merlin/merlin-core/src/java/org/apache/avalon/merlin/kernel/impl DefaultKernelLoader.java Log: Add documetation concerning the kernel configuration file map argument. Revision Changes Path 1.8 +6 -0 avalon-sandbox/merlin/merlin-core/src/java/org/apache/avalon/merlin/kernel/impl/DefaultKernelLoader.java Index: DefaultKernelLoader.java =================================================================== RCS file: /home/cvs/avalon-sandbox/merlin/merlin-core/src/java/org/apache/avalon/merlin/kernel/impl/DefaultKernelLoader.java,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- DefaultKernelLoader.java 9 Jun 2003 01:07:19 -0000 1.7 +++ DefaultKernelLoader.java 11 Jun 2003 05:15:48 -0000 1.8 @@ -72,6 +72,12 @@ * An optional policy declaration with a value of "true" or "false". If false, * the kernel will be shutdown immediately following deployment. * + * + * urn:merlin:kernel.profile + * {@link java.io.File} + * Kernel configuration file that is used by the loader to configure + * the kernel instantiated by the loader. + * * * * @param map a map of initialization arguments --------------------------------------------------------------------- To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org For additional commands, e-mail: cvs-help@avalon.apache.org