You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by je...@locus.apache.org on 2000/06/22 20:40:11 UTC

cvs commit: xml-xerces/java/samples/util Makefile

jeffreyr    00/06/22 11:40:11

  Modified:    java/samples/util Makefile
  Log:
  updated Makefile
  
  Revision  Changes    Path
  1.2       +2 -8      xml-xerces/java/samples/util/Makefile
  
  Index: Makefile
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/samples/util/Makefile,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile	2000/06/22 18:24:23	1.1
  +++ Makefile	2000/06/22 18:40:09	1.2
  @@ -1,16 +1,10 @@
  -# Makefile for directory ./dom
  +# Makefile for directory ./util
   
   TARGETS=\
   	Arguments.class\
   	Features.class\
  -	DOMAddLines.class\
  -	DOMCount.class\
  -	DOMFilter.class\
  -	DOMGenerate.class\
  -	DOMParserWrapper.class\
  -	DOMWriter.class
   
  -DIRS = traversal wrappers
  +DIRS = 
   
   TOP = ../..
   include $(TOP)/src/Makefile.incl