You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by le...@locus.apache.org on 2000/10/02 03:30:00 UTC

cvs commit: xml-xerces/java/src/org/apache/xerces/util Makefile XMLErrorReporter.java

lehors      00/10/01 18:30:00

  Modified:    java/src/org/apache/xerces/impl Tag: xerces_j_2 Makefile
                        XMLDTDScanner.java XMLDocumentScanner.java
                        XMLValidator.java
               java/src/org/apache/xerces/parsers Tag: xerces_j_2
                        XMLParser.java
               java/src/org/apache/xerces/util Tag: xerces_j_2 Makefile
  Added:       java/src/org/apache/xerces/impl Tag: xerces_j_2
                        XMLErrorReporter.java
  Removed:     java/src/org/apache/xerces/util Tag: xerces_j_2
                        XMLErrorReporter.java
  Log:
  small hickup in reorg, XMLErrorReporter moved to impl
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +1 -0      xml-xerces/java/src/org/apache/xerces/impl/Attic/Makefile
  
  Index: Makefile
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/Attic/Makefile,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- Makefile	2000/10/02 01:01:43	1.1.2.1
  +++ Makefile	2000/10/02 01:29:50	1.1.2.2
  @@ -6,6 +6,7 @@
           XMLDocumentScanner.class\
           XMLEntityManager.class\
           XMLEntityScanner.class\
  +        XMLErrorReporter.class\
           XMLValidator.class
   
   DIRS = msg validation
  
  
  
  1.1.2.3   +2 -2      xml-xerces/java/src/org/apache/xerces/impl/Attic/XMLDTDScanner.java
  
  Index: XMLDTDScanner.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/Attic/XMLDTDScanner.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- XMLDTDScanner.java	2000/10/02 00:40:02	1.1.2.2
  +++ XMLDTDScanner.java	2000/10/02 01:29:50	1.1.2.3
  @@ -67,14 +67,14 @@
   import org.apache.xerces.xni.XMLDTDHandler;
   import org.apache.xerces.xni.XMLDTDSource;
   import org.apache.xerces.util.SymbolTable;
  -import org.apache.xerces.util.XMLErrorReporter;
  +import org.apache.xerces.impl.XMLErrorReporter;
   import org.xml.sax.SAXException;
   import org.xml.sax.SAXNotRecognizedException;
   import org.xml.sax.SAXNotSupportedException;
   
   /**
    * @author Stubs generated by DesignDoc on Mon Sep 11 11:10:57 PDT 2000
  - * @version $Id: XMLDTDScanner.java,v 1.1.2.2 2000/10/02 00:40:02 lehors Exp $
  + * @version $Id: XMLDTDScanner.java,v 1.1.2.3 2000/10/02 01:29:50 lehors Exp $
    */
   public class XMLDTDScanner
       implements XMLComponent, XMLDTDSource, XMLDTDContentModelSource {
  
  
  
  1.1.2.3   +2 -2      xml-xerces/java/src/org/apache/xerces/impl/Attic/XMLDocumentScanner.java
  
  Index: XMLDocumentScanner.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/Attic/XMLDocumentScanner.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- XMLDocumentScanner.java	2000/10/02 00:40:02	1.1.2.2
  +++ XMLDocumentScanner.java	2000/10/02 01:29:51	1.1.2.3
  @@ -64,7 +64,7 @@
   
   import org.apache.xerces.impl.XMLEntityManager;
   import org.apache.xerces.impl.XMLEntityScanner;
  -import org.apache.xerces.util.XMLErrorReporter;
  +import org.apache.xerces.impl.XMLErrorReporter;
   import org.apache.xerces.util.XMLStringBuffer;
   import org.apache.xerces.util.SymbolTable;
   import org.apache.xerces.util.XMLChar;
  @@ -99,7 +99,7 @@
    * @author Stubs generated by DesignDoc on Mon Sep 11 11:10:57 PDT 2000
    * @author Andy Clark, IBM
    *
  - * @version $Id: XMLDocumentScanner.java,v 1.1.2.2 2000/10/02 00:40:02 lehors Exp $
  + * @version $Id: XMLDocumentScanner.java,v 1.1.2.3 2000/10/02 01:29:51 lehors Exp $
    */
   public class XMLDocumentScanner
       implements XMLComponent, XMLDocumentSource, XMLEntityHandler {
  
  
  
  1.1.2.3   +2 -2      xml-xerces/java/src/org/apache/xerces/impl/Attic/XMLValidator.java
  
  Index: XMLValidator.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/Attic/XMLValidator.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- XMLValidator.java	2000/10/02 00:40:03	1.1.2.2
  +++ XMLValidator.java	2000/10/02 01:29:52	1.1.2.3
  @@ -66,14 +66,14 @@
   import org.apache.xerces.xni.XMLDocumentHandler;
   import org.apache.xerces.xni.XMLDocumentSource;
   import org.apache.xerces.util.SymbolTable;
  -import org.apache.xerces.util.XMLErrorReporter;
  +import org.apache.xerces.impl.XMLErrorReporter;
   import org.xml.sax.SAXException;
   import org.xml.sax.SAXNotRecognizedException;
   import org.xml.sax.SAXNotSupportedException;
   
   /**
    * @author Stubs generated by DesignDoc on Mon Sep 11 11:10:57 PDT 2000
  - * @version $Id: XMLValidator.java,v 1.1.2.2 2000/10/02 00:40:03 lehors Exp $
  + * @version $Id: XMLValidator.java,v 1.1.2.3 2000/10/02 01:29:52 lehors Exp $
    */
   public class XMLValidator
       implements XMLComponent, XMLDocumentSource, XMLDocumentHandler {
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +279 -0    xml-xerces/java/src/org/apache/xerces/impl/Attic/XMLErrorReporter.java
  
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.8   +2 -2      xml-xerces/java/src/org/apache/xerces/parsers/Attic/XMLParser.java
  
  Index: XMLParser.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/parsers/Attic/XMLParser.java,v
  retrieving revision 1.1.2.7
  retrieving revision 1.1.2.8
  diff -u -r1.1.2.7 -r1.1.2.8
  --- XMLParser.java	2000/10/02 00:40:13	1.1.2.7
  +++ XMLParser.java	2000/10/02 01:29:57	1.1.2.8
  @@ -62,7 +62,7 @@
   import java.io.Reader;
   import java.util.Locale;
   import org.apache.xerces.impl.XMLEntityManager;
  -import org.apache.xerces.util.XMLErrorReporter;
  +import org.apache.xerces.impl.XMLErrorReporter;
   import org.apache.xerces.util.SymbolTable;
   import org.apache.xerces.xni.XMLComponentManager;
   import org.xml.sax.EntityResolver;
  @@ -77,7 +77,7 @@
   /**
    * @author Stubs generated by DesignDoc on Mon Sep 11 11:10:57 PDT 2000
    * @author Arnaud  Le Hors, IBM
  - * @version $Id: XMLParser.java,v 1.1.2.7 2000/10/02 00:40:13 lehors Exp $
  + * @version $Id: XMLParser.java,v 1.1.2.8 2000/10/02 01:29:57 lehors Exp $
    */
   public abstract class XMLParser
       implements XMLComponentManager {
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +0 -1      xml-xerces/java/src/org/apache/xerces/util/Attic/Makefile
  
  Index: Makefile
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/util/Attic/Makefile,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- Makefile	2000/10/02 01:01:55	1.1.2.1
  +++ Makefile	2000/10/02 01:29:58	1.1.2.2
  @@ -5,7 +5,6 @@
           MessageFormatter.class\
           SymbolTable.class\
           XMLChar.class\
  -        XMLErrorReporter.class\
           XMLStringBuffer.class
   
   DIRS =