You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by cr...@apache.org on 2003/07/14 14:52:56 UTC

cvs commit: avalon-excalibur/sourceresolve/src/java/org/apache/excalibur/source/impl HTTPSClientSourceFactory.java

crafterm    2003/07/14 05:52:56

  Modified:    sourceresolve/src/java/org/apache/excalibur/source/impl
                        HTTPSClientSourceFactory.java
  Log:
  Working around:
  
  http://marc.theaimsgroup.com/?l=avalon-dev&m=105766890710437&w=2
  
  Type name needs to include the full package name when the import is not
  listed in the source (occurs when deriving a new component from an older one).
  
  Revision  Changes    Path
  1.3       +2 -2      avalon-excalibur/sourceresolve/src/java/org/apache/excalibur/source/impl/HTTPSClientSourceFactory.java
  
  Index: HTTPSClientSourceFactory.java
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/sourceresolve/src/java/org/apache/excalibur/source/impl/HTTPSClientSourceFactory.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- HTTPSClientSourceFactory.java	14 Jul 2003 12:41:37 -0000	1.2
  +++ HTTPSClientSourceFactory.java	14 Jul 2003 12:52:56 -0000	1.3
  @@ -66,7 +66,7 @@
    * {@link HTTPSClientSource} Factory class.
    *
    * @avalon.component
  - * @avalon.service type=SourceFactory
  + * @avalon.service type=org.apache.excalibur.source.SourceFactory
    * @x-avalon.info name=httpsclient-source
    * @x-avalon.lifestyle type=singleton
    *
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org