You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by an...@apache.org on 2001/02/27 01:48:53 UTC

cvs commit: xml-xerces/java/src/org/apache/xerces/parsers Makefile

andyc       01/02/26 16:48:52

  Modified:    java/src/org/apache/xerces/parsers Tag: parserConfig
                        Makefile
  Log:
  Update Makefile for this branch of work.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.6.4.2.2.1 +3 -0      xml-xerces/java/src/org/apache/xerces/parsers/Makefile
  
  Index: Makefile
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/parsers/Makefile,v
  retrieving revision 1.6.4.2
  retrieving revision 1.6.4.2.2.1
  diff -u -r1.6.4.2 -r1.6.4.2.2.1
  --- Makefile	2001/02/16 08:05:49	1.6.4.2
  +++ Makefile	2001/02/27 00:48:50	1.6.4.2.2.1
  @@ -4,11 +4,14 @@
   	AbstractDOMParser.class\
   	AbstractSAXParser.class\
   	AbstractXMLDocumentParser.class\
  +	BasicParserConfiguration.class\
   	CachingParserPool.class\
           DOMParser.class\
           DTDParser.class\
  +	ParserConfiguration.class\
           SAXParser.class\
           SchemaParser.class\
  +	StandardParserConfiguration.class\
           XMLDocumentParser.class\
           XMLGrammarParser.class\
           XMLParser.class