donaldp     2002/10/10 22:59:23

  Modified:    src/java/org/apache/avalon/phoenix/components/util
                        ComponentInfoConverter.java
  Log:
  Null name.
  
  Revision  Changes    Path
  1.4       +2 -2      
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/util/ComponentInfoConverter.java
  
  Index: ComponentInfoConverter.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/util/ComponentInfoConverter.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ComponentInfoConverter.java       2 Oct 2002 11:25:56 -0000       1.3
  +++ ComponentInfoConverter.java       11 Oct 2002 05:59:23 -0000      1.4
  @@ -112,7 +112,7 @@
               schemaType = tag.getParameter( "schema-type" );
           }
   
  -        return new BlockDescriptor( component.getName(),
  +        return new BlockDescriptor( null,
                                       component.getImplementationKey(),
                                       schemaType,
                                       version );
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to