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/24 17:40:18 UTC

cvs commit: xml-xerces/java/samples Makefile

lehors      00/10/24 08:40:17

  Modified:    java/samples Tag: xerces_j_2 Makefile
  Log:
  moved out ui from the list of targets since it does not compile
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.3.4.1   +2 -1      xml-xerces/java/samples/Makefile
  
  Index: Makefile
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/samples/Makefile,v
  retrieving revision 1.3
  retrieving revision 1.3.4.1
  diff -u -r1.3 -r1.3.4.1
  --- Makefile	2000/02/29 02:02:10	1.3
  +++ Makefile	2000/10/24 15:40:16	1.3.4.1
  @@ -2,7 +2,8 @@
   
   TARGETS=
   
  -DIRS = dom sax ui
  +#DIRS = dom sax ui
  +DIRS = dom sax
   
   TOP = ..
   include $(TOP)/src/Makefile.incl