You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oro-dev@jakarta.apache.org by df...@apache.org on 2001/05/23 02:00:38 UTC

cvs commit: jakarta-oro COMPILE README

dfs         01/05/22 17:00:38

  Modified:    .        COMPILE README
  Log:
  Changed reference to build-oro.sh to build.sh
  
  Revision  Changes    Path
  1.2       +3 -3      jakarta-oro/COMPILE
  
  Index: COMPILE
  ===================================================================
  RCS file: /home/cvs/jakarta-oro/COMPILE,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- COMPILE	2000/07/23 23:08:28	1.1
  +++ COMPILE	2001/05/23 00:00:32	1.2
  @@ -1,4 +1,4 @@
  -$Id: COMPILE,v 1.1 2000/07/23 23:08:28 jon Exp $
  +$Id: COMPILE,v 1.2 2001/05/23 00:00:32 dfs Exp $
   
   The Jakarta-ORO library follows the same build procedure as other
   Jakarta projects, relying on the Ant build system.  You can learn more
  @@ -31,8 +31,8 @@
   Examples:
   	To build only the library use:
   
  -	   build-oro.sh lib
  +	   build.sh lib
   
   	To build only the javadocs use:
   
  -	   build-oro.sh javadocs
  +	   build.sh javadocs
  
  
  
  1.4       +2 -2      jakarta-oro/README
  
  Index: README
  ===================================================================
  RCS file: /home/cvs/jakarta-oro/README,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- README	2001/05/17 21:17:26	1.3
  +++ README	2001/05/23 00:00:33	1.4
  @@ -1,4 +1,4 @@
  -$Id: README,v 1.3 2001/05/17 21:17:26 dfs Exp $
  +$Id: README,v 1.4 2001/05/23 00:00:33 dfs Exp $
   
   Quick Overview
   --------------
  @@ -36,7 +36,7 @@
   --------
   
   Build instructions are in the COMPILE file.  For the impatient, execute
  -build-oro.sh in the build directory.
  +build.sh in the build directory.
   
   
   Converting Old Code