CVS: plexus-container-new/src/conf plexus.conf,1.3,1.4
[email protected] Sun, 27 Apr 2003 15:20:05 -0500
| Newsgroups | gmane.comp.java.plexus.devel |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/plexus/plexus-container-new/src/conf
In directory eng.werken.com:/tmp/cvs-serv9114/src/conf
Modified Files:
plexus.conf
Log Message:
o Added an abstract factory that will be the basis for allowing pluggable
base entities in Plexus. Currently the logger manager and lifecycle handler
are pluggable.
Index: plexus.conf
===================================================================
RCS file: /cvsroot/plexus/plexus-container-new/src/conf/plexus.conf,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- plexus.conf 25 Apr 2003 19:25:46 -0000 1.3
+++ plexus.conf 27 Apr 2003 20:20:03 -0000 1.4
@@ -1,4 +1,7 @@
<plexus>
+ <logging>
+ <implementation>org.apache.plexus.logging.ConsoleLoggerManager</implementation>
+ </logging>
<lifecycle-handler>
<id>avalon-lifecycle-handler</id>
<name>Avalon Lifecycle Handler</name>