You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ne...@apache.org on 2001/06/21 22:52:03 UTC

cvs commit: xml-xerces/java build.xml

neilg       01/06/21 13:52:03

  Modified:    java     build.xml
  Log:
  make package names consistent with those produced by Make
  
  Revision  Changes    Path
  1.46      +2 -2      xml-xerces/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/build.xml,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- build.xml	2001/06/21 19:47:29	1.45
  +++ build.xml	2001/06/21 20:51:59	1.46
  @@ -52,7 +52,7 @@
   Copyright:
     Copyright (c) 2000 The Apache Software Foundation.
   
  -   $Id: build.xml,v 1.45 2001/06/21 19:47:29 neilg Exp $
  +   $Id: build.xml,v 1.46 2001/06/21 20:51:59 neilg Exp $
   
   ==================================================================== -->
   
  @@ -60,7 +60,7 @@
   
     <target name="init">
       <property name="name" value="xerces"/>
  -    <property name="Name" value="xerces-J"/>
  +    <property name="Name" value="Xerces-J"/>
       <property name="version" value="1.4.1"/>
       <property name="version_postfix" value=".1.4.1"/>
       <property name="appendit" value="1_4_1"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org