You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by er...@locus.apache.org on 2000/12/07 22:57:32 UTC

cvs commit: xml-xerces/java/src Makefile

ericye      00/12/07 13:57:31

  Modified:    java/src Tag: xerces_j_2 Makefile
  Log:
  also copy properties file to the jar
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.25.2.5  +1 -0      xml-xerces/java/src/Makefile
  
  Index: Makefile
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/Makefile,v
  retrieving revision 1.25.2.4
  retrieving revision 1.25.2.5
  diff -u -r1.25.2.4 -r1.25.2.5
  --- Makefile	2000/12/04 04:17:59	1.25.2.4
  +++ Makefile	2000/12/07 21:57:31	1.25.2.5
  @@ -42,6 +42,7 @@
   #-src/org/apache/xerces/impl/msg
   	${MKDIR} ../class/org/apache/xerces/impl/msg
   	${CP}  ../src/org/apache/xerces/impl/msg/*.class                      ../class/org/apache/xerces/impl/msg
  +	${CP}  ../src/org/apache/xerces/impl/msg/*.properties                      ../class/org/apache/xerces/impl/msg
   
   #-src/org/apache/xerces/impl/validation
   	${MKDIR} ../class/org/apache/xerces/impl/validation