cziegeler    2003/01/14 01:56:01

  Modified:    src/scratchpad/src/org/apache/cocoon/components/source/helpers
                        SourceProperty.java
               src/scratchpad/src/org/apache/cocoon/mail
                        MailContentHandlerDelegate.java
               src/scratchpad/src/org/apache/cocoon/components/source/impl
                        XMLDBSource.java
  Log:
  Updating to changed interfaces of excalibur
  
  Revision  Changes    Path
  1.3       +2 -2      
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/components/source/helpers/SourceProperty.java
  
  Index: SourceProperty.java
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/components/source/helpers/SourceProperty.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SourceProperty.java       24 Jun 2002 16:26:15 -0000      1.2
  +++ SourceProperty.java       14 Jan 2003 09:56:01 -0000      1.3
  @@ -55,10 +55,10 @@
   
   package org.apache.cocoon.components.source.helpers;
   
  -import org.apache.avalon.excalibur.xml.XMLizable;
   
   import org.apache.cocoon.xml.dom.DOMBuilder;
   import org.apache.cocoon.xml.dom.DOMStreamer;
  +import org.apache.excalibur.xml.sax.XMLizable;
   
   import org.w3c.dom.Document;
   import org.w3c.dom.Element;
  
  
  
  1.3       +5 -5      
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/mail/MailContentHandlerDelegate.java
  
  Index: MailContentHandlerDelegate.java
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/mail/MailContentHandlerDelegate.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- MailContentHandlerDelegate.java   7 Jan 2003 23:17:34 -0000       1.2
  +++ MailContentHandlerDelegate.java   14 Jan 2003 09:56:01 -0000      1.3
  @@ -69,8 +69,8 @@
   import javax.mail.internet.MimePart;
   import javax.mail.internet.ParameterList;
   import javax.mail.internet.ParseException;
  -import org.apache.avalon.excalibur.xml.XMLizable;
   import org.apache.avalon.framework.logger.AbstractLogEnabled;
  +import org.apache.excalibur.xml.sax.XMLizable;
   import org.xml.sax.Attributes;
   import org.xml.sax.ContentHandler;
   import org.xml.sax.SAXException;
  
  
  
  1.5       +2 -2      
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/components/source/impl/XMLDBSource.java
  
  Index: XMLDBSource.java
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/components/source/impl/XMLDBSource.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- XMLDBSource.java  9 Jan 2003 14:58:35 -0000       1.4
  +++ XMLDBSource.java  14 Jan 2003 09:56:01 -0000      1.5
  @@ -51,7 +51,6 @@
   
   package org.apache.cocoon.components.source.impl;
   
  -import org.apache.avalon.excalibur.xml.XMLizable;
   
   import org.apache.avalon.framework.component.ComponentException;
   import org.apache.avalon.framework.component.ComponentManager;
  @@ -65,6 +64,7 @@
   import org.apache.excalibur.source.Source;
   import org.apache.excalibur.source.SourceException;
   import org.apache.excalibur.source.SourceValidity;
  +import org.apache.excalibur.xml.sax.XMLizable;
   
   import org.xmldb.api.DatabaseManager;
   import org.xmldb.api.base.Collection;
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to