haul        2003/03/19 01:04:40

  Modified:    src/blocks/web3/java/org/apache/cocoon/components/web3/impl
                        DefaultWeb3StreamerImpl.java
  Log:
  fix missing function name
  thanks to Michael Gerzabek <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.3       +1 -2      
cocoon-2.1/src/blocks/web3/java/org/apache/cocoon/components/web3/impl/DefaultWeb3StreamerImpl.java
  
  Index: DefaultWeb3StreamerImpl.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/blocks/web3/java/org/apache/cocoon/components/web3/impl/DefaultWeb3StreamerImpl.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DefaultWeb3StreamerImpl.java      16 Mar 2003 17:49:09 -0000      1.2
  +++ DefaultWeb3StreamerImpl.java      19 Mar 2003 09:04:40 -0000      1.3
  @@ -78,7 +78,6 @@
           attributes.clear();
           attributes.addAttribute( Web3.URI, Web3.INCLUDE_NAME_ATTR,  
               Web3.INCLUDE_NAME_ATTR, "CDATA", function.getName().toUpperCase() );
  -        attributes.clear();
           contentHandler.startElement( Web3.URI, Web3.INCLUDE_ELEM, 
               Web3.INCLUDE_ELEM, attributes );
           contentHandler.startElement( Web3.URI, Web3.IMPORT_ELEM, 
  
  
  

Reply via email to