You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by an...@locus.apache.org on 2000/08/30 00:33:20 UTC

cvs commit: xml-xerces/java/src Makefile

andyc       00/08/29 15:33:18

  Modified:    java     Makefile
               java/src Makefile
  Log:
  1) Added sample source code to binary release per Mikael St�ldal's
     <mi...@staldal.nu> suggestion.
  2) Fixed spelling mistake. (unser -> under)
  
  Revision  Changes    Path
  1.20      +15 -0     xml-xerces/java/Makefile
  
  Index: Makefile
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/Makefile,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- Makefile	2000/06/02 23:55:00	1.19
  +++ Makefile	2000/08/29 22:33:17	1.20
  @@ -37,6 +37,21 @@
   
   	@echo Building the binary release package
   	${MKDIR} bin
  +	${MKDIR} bin/samples
  +	${MKDIR} bin/samples/dom
  +	${CP} samples/dom/*.java bin/samples/dom
  +	${MKDIR} bin/samples/dom/traversal
  +	${CP} samples/dom/traversal/*.java bin/samples/dom/traversal
  +	${MKDIR} bin/samples/dom/wrappers
  +	${CP} samples/dom/wrappers/*.java bin/samples/dom/wrappers
  +	${MKDIR} bin/samples/sax
  +	${CP} samples/sax/*.java bin/samples/sax
  +	${MKDIR} bin/samples/sax/helpers
  +	${CP} samples/sax/helpers/*.java bin/samples/sax/helpers
  +	${MKDIR} bin/samples/ui
  +	${CP} samples/ui/*.java bin/samples/ui
  +	${MKDIR} bin/samples/util
  +	${CP} samples/util/*.java bin/samples/util
   	${CP} -r docs bin
   	${RM} -r bin/docs/CVS
   	${RM} -r bin/docs/dtd/CVS
  
  
  
  1.28      +1 -1      xml-xerces/java/src/Makefile
  
  Index: Makefile
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/Makefile,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- Makefile	2000/06/23 22:26:36	1.27
  +++ Makefile	2000/08/29 22:33:18	1.28
  @@ -147,7 +147,7 @@
   	cd ../class;$(JAR) c0vf ../bin/${JARFILE} *.info org javax; cd ../src
   
   ###################################
  -#copy the .class files unser samples
  +#copy the .class files under samples
   samples: ../bin/${SAMPLESJARFILE}
   ../bin/${SAMPLESJARFILE}: classfiles_updated