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

cvs commit: xml-xerces/java/src Makefile

twl         00/01/05 15:22:09

  Modified:    java/src Makefile
  Log:
  Fix last minute boo boos'
  
  Revision  Changes    Path
  1.4       +7 -1      xml-xerces/java/src/Makefile
  
  Index: Makefile
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/Makefile,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Makefile	1999/12/14 21:42:45	1.3
  +++ Makefile	2000/01/05 23:22:08	1.4
  @@ -187,6 +187,10 @@
   
   	cd ../class;${JAR} ../bin/${SAMPLESJARFILE} Xerces_Ver_${PRODUCTVERSION}.info dom sax ui;cd ../src
   
  +# copy the license, ANT build file, Status file, and READMEs
  +	${CP}  ../License.html ../build.xml ../Readme ../Readme.html ../STATUS ../bin
  +
  +
   package_src:
   
   ##################################################
  @@ -430,7 +434,7 @@
   	${CP}  ../src/org/xml/Makefile    ../source/src/org/xml
   
   ###################################
  -#copy the Makefiles unser samples
  +#copy the Makefiles under samples
   
   #-samples/dom
   
  @@ -463,6 +467,8 @@
   #-samples
   	${CP}  ../samples/Makefile  ../source/samples
   
  +# copy the license, ANT build file, Status file, and READMEs
  +	${CP}  ../License.html ../build.xml ../Readme ../Readme.html ../STATUS ../source