Return-Path: Delivered-To: apmail-avalon-cvs-archive@avalon.apache.org Received: (qmail 37703 invoked by uid 500); 2 Jun 2003 18:28:56 -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 37688 invoked by uid 500); 2 Jun 2003 18:28:56 -0000 Received: (qmail 37683 invoked from network); 2 Jun 2003 18:28:56 -0000 Received: from icarus.apache.org (208.185.179.13) by daedalus.apache.org with SMTP; 2 Jun 2003 18:28:56 -0000 Received: (qmail 35004 invoked by uid 1152); 2 Jun 2003 18:28:55 -0000 Date: 2 Jun 2003 18:28:55 -0000 Message-ID: <20030602182855.35003.qmail@icarus.apache.org> From: bloritsch@apache.org To: avalon-excalibur-cvs@apache.org Subject: cvs commit: avalon-excalibur/event default.properties X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N bloritsch 2003/06/02 11:28:55 Modified: datasource/src/java/org/apache/avalon/excalibur/datasource/cluster AbstractDataSourceCluster.java . libraries.properties event default.properties Log: Update the AbstractDataSourceCluster to have the right dependency. Revision Changes Path 1.10 +3 -3 avalon-excalibur/datasource/src/java/org/apache/avalon/excalibur/datasource/cluster/AbstractDataSourceCluster.java Index: AbstractDataSourceCluster.java =================================================================== RCS file: /home/cvs/avalon-excalibur/datasource/src/java/org/apache/avalon/excalibur/datasource/cluster/AbstractDataSourceCluster.java,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- AbstractDataSourceCluster.java 29 Apr 2003 03:03:29 -0000 1.9 +++ AbstractDataSourceCluster.java 2 Jun 2003 18:28:55 -0000 1.10 @@ -129,13 +129,13 @@ * is controlling it. * * @param manager which curently owns the component. - * @avalon.dependency type="org.apache.avalon.excalibur.datasource.DataSourceComponentClusterSelector" + * @avalon.dependency type="org.apache.avalon.excalibur.datasource.DataSourceComponent" */ public void service( final ServiceManager manager ) throws ServiceException { m_dbSelector = - (ServiceSelector)manager.lookup( DataSourceComponent.ROLE + "ClusterSelector" ); + (ServiceSelector)manager.lookup( DataSourceComponent.ROLE + "Selector" ); } /*--------------------------------------------------------------- 1.6 +1 -1 avalon-excalibur/libraries.properties Index: libraries.properties =================================================================== RCS file: /home/cvs/avalon-excalibur/libraries.properties,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- libraries.properties 27 May 2003 15:13:19 -0000 1.5 +++ libraries.properties 2 Jun 2003 18:28:55 -0000 1.6 @@ -143,7 +143,7 @@ # ----- event ----- excalibur-event.home=${basedir}/../event excalibur-event.lib=${excalibur-event.home}/build/lib -excalibur-event.jar=${excalibur-event.lib}/excalibur-event-1.0.2.jar +excalibur-event.jar=${excalibur-event.lib}/excalibur-event-1.0.3.jar # ----- extension ------------- excalibur-extension.home=${basedir}/../extension 1.42 +2 -2 avalon-excalibur/event/default.properties Index: default.properties =================================================================== RCS file: /home/cvs/avalon-excalibur/event/default.properties,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- default.properties 5 Apr 2003 19:39:34 -0000 1.41 +++ default.properties 2 Jun 2003 18:28:55 -0000 1.42 @@ -8,8 +8,8 @@ name=excalibur-event Name=Excalibur Event dir-name=event -version=1.0.2 -package-version=1.0.2 +version=1.0.3 +package-version=1.0.3 year=2002 # -------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org For additional commands, e-mail: cvs-help@avalon.apache.org