CVS: plexus-container-new/src/conf plexus.conf,1.9,1.10

[email protected] Sat, 10 May 2003 11:39:32 -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-serv21976/src/conf

Modified Files:
	plexus.conf 
Log Message:
Add support for ServiceSelectors (again).  The new 
AvalonComponentRepository is now the default.

The addComponentDescriptor method had to be modified to allow
protected access.  This may or may not be the ideal way, but
now it all works with pretty minimal changes.

Index: plexus.conf
===================================================================
RCS file: /cvsroot/plexus/plexus-container-new/src/conf/plexus.conf,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- plexus.conf	1 May 2003 19:35:35 -0000	1.9
+++ plexus.conf	10 May 2003 16:39:29 -0000	1.10
@@ -3,7 +3,7 @@
     <implementation>org.apache.plexus.logging.ConsoleLoggerManager</implementation>
   </logging>
   <service-repository>
-    <implementation>org.apache.plexus.service.repository.DefaultComponentRepository</implementation>
+    <implementation>org.apache.plexus.lifecycle.avalon.AvalonComponentRepository</implementation>
   </service-repository>
   <resource-manager>
     <implementation>org.apache.plexus.classloader.DefaultResourceManager</implementation>