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/11/30 02:44:28 UTC

cvs commit: xml-xerces/java/src Makefile

jeffreyr    00/11/29 17:44:28

  Modified:    java/src Tag: xerces_j_2 Makefile
  Log:
  Added util and xni to Samples jar file
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.25.2.3  +8 -1      xml-xerces/java/src/Makefile
  
  Index: Makefile
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/Makefile,v
  retrieving revision 1.25.2.2
  retrieving revision 1.25.2.3
  diff -u -r1.25.2.2 -r1.25.2.3
  --- Makefile	2000/10/24 18:14:34	1.25.2.2
  +++ Makefile	2000/11/30 01:44:27	1.25.2.3
  @@ -185,9 +185,16 @@
   	${MKDIR}  ../class/xni
   	${CP}  ../samples/xni/*.class  ../class/xni
   
  +#-samples/util
  +
  +	${MKDIR}  ../class/util
  +	${CP}  ../samples/util/*.class  ../class/util
  +
  +
  +
   #Make the second jar file
   
  -	cd ../class;$(JAR) c0vf ../bin/${SAMPLESJARFILE} Xerces_Ver_${PRODUCTVERSION}.info dom sax ui;cd ../src
  +	cd ../class;$(JAR) c0vf ../bin/${SAMPLESJARFILE} Xerces_Ver_${PRODUCTVERSION}.info dom sax ui util xni;cd ../src
   
   # copy the license, ANT build file, Status file, and READMEs
   	${CP}  ../Readme.html ../bin