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:42:29 UTC

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

lehors      00/10/24 08:42:29

  Modified:    java/src/org/apache Tag: xerces_j_2 Makefile
  Log:
  moved html and wml out of the list of targets
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.6.2.1   +2 -1      xml-xerces/java/src/org/apache/Makefile
  
  Index: Makefile
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/Makefile,v
  retrieving revision 1.6
  retrieving revision 1.6.2.1
  diff -u -r1.6 -r1.6.2.1
  --- Makefile	2000/04/23 18:18:52	1.6
  +++ Makefile	2000/10/24 15:42:29	1.6.2.1
  @@ -2,7 +2,8 @@
   
   TARGETS =
   
  -DIRS = xerces xml html wml
  +#DIRS = xerces xml html wml
  +DIRS = xerces xml
   
   TOP = ../../..
   include $(TOP)/src/Makefile.incl