gcasper     2003/09/08 13:50:42

  Modified:    src/blocks/slide/java/org/apache/cocoon/components/source/helpers
                        SourceProperty.java
  Log:
  Cleanup
  
  Revision  Changes    Path
  1.5       +1 -2      
cocoon-2.1/src/blocks/slide/java/org/apache/cocoon/components/source/helpers/SourceProperty.java
  
  Index: SourceProperty.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/blocks/slide/java/org/apache/cocoon/components/source/helpers/SourceProperty.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- SourceProperty.java       5 Sep 2003 07:31:44 -0000       1.4
  +++ SourceProperty.java       8 Sep 2003 20:50:42 -0000       1.5
  @@ -191,7 +191,6 @@
   
               attrs.addAttribute(XMLNS_NS, NS_PREFIX, "xmlns:"+NS_PREFIX,
                                  "NMTOKEN", namespace);
  -            attrs.addAttribute("", "foo", "foo", "NMTOKEN", "bar");
   
               builder.startElement(namespace, name, D_PREFIX+name, attrs);
   
  
  
  

Reply via email to