You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by do...@apache.org on 2002/05/14 14:49:11 UTC

cvs commit: jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/application Resources.properties

donaldp     02/05/14 05:49:11

  Modified:    src/java/org/apache/avalon/phoenix/components/application
                        Resources.properties
  Log:
  Missed a message from last commit.
  
  Revision  Changes    Path
  1.21      +3 -1      jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/application/Resources.properties
  
  Index: Resources.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/application/Resources.properties,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- Resources.properties	14 May 2002 09:17:41 -0000	1.20
  +++ Resources.properties	14 May 2002 12:49:11 -0000	1.21
  @@ -17,4 +17,6 @@
   #BlockContext Messages
   context.warn.threadpool=Warning: Accessing ThreadPools via BlockContext.getThreadPool()\nor BlockContext.getDefaultThreadPool() is a deprecated feature\nand developers should instead use a ThreadManager Block to access\nThreadPools.
   
  -helper.isa-blocklistener.error=Warning: Using deprecated BlockListener interface for listener named "{0}" with classname "{1}".
  \ No newline at end of file
  +helper.isa-blocklistener.error=Warning: Using deprecated BlockListener interface for listener named "{0}" with classname "{1}".
  +
  +lifecycle.nota-component.error=Block named "{0}" has a dependency on service "{1}" that is being provided by Block "{2}". The provider block does not implement the deprecated Component interface and thus the user (Block "{0}") must implement Serviceable rather than Composable to receive services.
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>