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 17:49:40 UTC

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

jeffreyr    00/06/22 08:49:32

  Modified:    java/samples/dom Makefile
  Log:
  added argopt like class, added switch to turn on/off validation, namespace, schema support, etc.
  
  Revision  Changes    Path
  1.5       +2 -0      xml-xerces/java/samples/dom/Makefile
  
  Index: Makefile
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/samples/dom/Makefile,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Makefile	2000/05/25 18:37:46	1.4
  +++ Makefile	2000/06/22 15:49:18	1.5
  @@ -1,6 +1,8 @@
   # Makefile for directory ./dom
   
   TARGETS=\
  +	Arguments.class\
  +	Features.class\
   	DOMAddLines.class\
   	DOMCount.class\
   	DOMFilter.class\