CVS: plexus-container-new/src/test/org/apache/plexus configuration.xml,1.2,1.3

[email protected] Sun, 27 Apr 2003 15:20:06 -0500
Newsgroups gmane.comp.java.plexus.devel
Message-ID <[email protected]>
Update of /cvsroot/plexus/plexus-container-new/src/test/org/apache/plexus
In directory eng.werken.com:/tmp/cvs-serv9114/src/test/org/apache/plexus

Modified Files:
	configuration.xml 
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: configuration.xml
===================================================================
RCS file: /cvsroot/plexus/plexus-container-new/src/test/org/apache/plexus/configuration.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- configuration.xml	11 Apr 2003 05:20:55 -0000	1.2
+++ configuration.xml	27 Apr 2003 20:20:04 -0000	1.3
@@ -1,34 +1,5 @@
 <plexus>
 
-  <!--
-
-  When running the contain in embedded mode we need to get the logging configuration
-  information from the host.
-
-  <logging>
-
-    <logger-manager-type>log4j</logger-manager-type>
-
-    <logger>
-      <id>root</id>
-      <appender-id>default</appender-id>
-      <priority>INFO</priority>
-    </logger>
-
-    <appender>
-      <id>default</id>
-      <type>file</type>
-      <type-configuration>
-        <file>${plexus.logs}/plexus.log</file>
-        <append>true</append>
-      </type-configuration>
-      <threshold>INFO</threshold>
-      <layout>pattern-layout</layout>
-      <conversion-pattern>%-4r [%t] %-5p %c %x - %m%n</conversion-pattern>
-    </appender>
-  </logging>
-  -->
-
   <components>
 
     <!--