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 2002/01/17 20:30:28 UTC

cvs commit: jakarta-oro/xdocs status.xml

dfs         02/01/17 11:30:28

  Modified:    .        CHANGES LICENSE TODO
               build    build.xml
               xdocs    status.xml
  Log:
  Incremented version and updated TODO list.
  
  Revision  Changes    Path
  1.21      +2 -2      jakarta-oro/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/jakarta-oro/CHANGES,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- CHANGES	14 Nov 2001 02:39:37 -0000	1.20
  +++ CHANGES	17 Jan 2002 19:30:28 -0000	1.21
  @@ -1,6 +1,6 @@
  -$Id: CHANGES,v 1.20 2001/11/14 02:39:37 dfs Exp $
  +$Id: CHANGES,v 1.21 2002/01/17 19:30:28 dfs Exp $
   
  -Version 2.x.x
  +Version 2.0.5
   
   o Fixed [[:upper:]] so it would match lower case characters during case
     insensitive matches.
  
  
  
  1.2       +1 -1      jakarta-oro/LICENSE
  
  Index: LICENSE
  ===================================================================
  RCS file: /home/cvs/jakarta-oro/LICENSE,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- LICENSE	23 Jul 2000 23:08:27 -0000	1.1
  +++ LICENSE	17 Jan 2002 19:30:28 -0000	1.2
  @@ -1,7 +1,7 @@
   /* ====================================================================
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2000 The Apache Software Foundation.  All rights
  + * Copyright (c) 2000-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.10      +4 -5      jakarta-oro/TODO
  
  Index: TODO
  ===================================================================
  RCS file: /home/cvs/jakarta-oro/TODO,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- TODO	5 Dec 2001 17:05:29 -0000	1.9
  +++ TODO	17 Jan 2002 19:30:28 -0000	1.10
  @@ -1,9 +1,8 @@
  -$Id: TODO,v 1.9 2001/12/05 17:05:29 dfs Exp $
  +$Id: TODO,v 1.10 2002/01/17 19:30:28 dfs Exp $
   
  -o add a substitute method to Perl5Util corresponding to 
  -  static int  Util.substitute(java.lang.StringBuffer result,
  -  PatternMatcher matcher, Pattern pattern, Substitution sub,
  -  PatternMatcherInput input, int numSubs)
  +o sign releases using pgp keys
  +
  +o redo/update build.xml file to conform to latest jakarta practices
   
   o distribute separate binary and source releases to cut down on size
     of download for people who just want the libraries.
  
  
  
  1.15      +8 -8      jakarta-oro/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-oro/build/build.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- build.xml	25 Jul 2001 19:01:35 -0000	1.14
  +++ build.xml	17 Jan 2002 19:30:28 -0000	1.15
  @@ -1,11 +1,11 @@
   <?xml version="1.0"?>
  -<!-- $Id: build.xml,v 1.14 2001/07/25 19:01:35 dfs Exp $ -->
  +<!-- $Id: build.xml,v 1.15 2002/01/17 19:30:28 dfs Exp $ -->
   
   <project name="Jakarta-ORO" default="jar" basedir=".">
   
     <property name="Name" value="Jakarta-ORO"/>
  -  <property name="year" value="2001"/>
  -  <property name="version" value="2.0.4"/>
  +  <property name="year" value="2000-2002"/>
  +  <property name="version" value="2.0.5"/>
     <property name="project" value="jakarta-oro"/>
     <property name="top.dir" value=".."/>
     <property name="code.src" value="${top.dir}/src"/>
  @@ -117,11 +117,11 @@
               doctitle="${Name} ${version} API"
               header="&lt;a href=&apos;http://jakarta.apache.org/oro/&apos; target=_top&gt;&lt;img src=&apos;{@docroot}/../images/logoSmall.gif&apos; alt=&apos;Jakarta ORO&apos; width=48 height=47 align=center border=0 hspace=1 vspace=1&gt;&lt;/a&gt;"
               bottom="Copyright &#169; ${year} Apache Software Foundation. All Rights Reserved.">
  -    </javadoc>
  -    <replace file="${javadoc.destdir}/overview-frame.html"
  -                 token="{@docroot}" value="."/>
  -    <replace dir="${javadoc.destdir}" includes="**/*.html"
  -                 token="@version@" value="${version}"/>
  +         </javadoc>
  +         <replace file="${javadoc.destdir}/overview-frame.html"
  +                  token="{@docroot}" value="."/>
  +         <replace dir="${javadoc.destdir}" includes="**/*.html"
  +                  token="@version@" value="${version}"/>
       </target>
   
       <!-- docs target.  Creates project web pages and documentation. -->
  
  
  
  1.4       +2 -2      jakarta-oro/xdocs/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-oro/xdocs/status.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- status.xml	25 Jul 2001 19:06:01 -0000	1.3
  +++ status.xml	17 Jan 2002 19:30:28 -0000	1.4
  @@ -1,5 +1,5 @@
   <?xml version="1.0"?>
  -<!-- $Id: status.xml,v 1.3 2001/07/25 19:06:01 dfs Exp $ -->
  +<!-- $Id: status.xml,v 1.4 2002/01/17 19:30:28 dfs Exp $ -->
   <document>
   
     <properties>
  @@ -12,7 +12,7 @@
       <section name="Project Status">
   
         <p>
  -      Version 2.0.4 is the latest release.  It currently supports Perl
  +      Version 2.0.5 is the latest release.  It currently supports Perl
         5.003 regular expressions in the org.apache.oro.text.regex and
         org.apache.oro.text.perlpackages.  The main development goal is
         to upgrade these packages to support Perl 5.6 regular
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>