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/10/16 18:50:40 UTC

cvs commit: xml-xerces/java/src Makefile.incl

jeffreyr    00/10/16 09:50:40

  Modified:    java/src Makefile.incl
  Log:
  prep for next release
  
  Revision  Changes    Path
  1.36      +3 -3      xml-xerces/java/src/Makefile.incl
  
  Index: Makefile.incl
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/Makefile.incl,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- Makefile.incl	2000/08/31 23:19:18	1.35
  +++ Makefile.incl	2000/10/16 16:50:39	1.36
  @@ -36,8 +36,8 @@
   #
   # Define the version strings
   #
  -PRODUCTVERSION = 1_2_0
  -PRODUCTVERSION_DOT = 1.2.0
  +PRODUCTVERSION = 1_2_1
  +PRODUCTVERSION_DOT = 1.2.1
   PRODUCTNAME = Xerces
   
   #define the jar file names
  @@ -80,7 +80,7 @@
   .SUFFIXES: .class .java
   
   .java.class:
  -	${JAVAC} -classpath "$(CLPATH)" $<
  +	${JAVAC} -g -classpath "$(CLPATH)" $<
   	touch ${TOP}/src/classfiles_updated
   
   all:: dirs compile