You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by ha...@apache.org on 2002/04/18 22:16:07 UTC

cvs commit: jakarta-avalon-excalibur/extension/src/java/org/apache/avalon/excalibur/extension DefaultPackageRepository.java Specification.java

hammant     02/04/18 13:16:06

  Modified:    extension/src/java/org/apache/avalon/excalibur/extension
                        DefaultPackageRepository.java Specification.java
  Log:
  relevent becomes relevant
  
  Revision  Changes    Path
  1.13      +2 -2      jakarta-avalon-excalibur/extension/src/java/org/apache/avalon/excalibur/extension/DefaultPackageRepository.java
  
  Index: DefaultPackageRepository.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/extension/src/java/org/apache/avalon/excalibur/extension/DefaultPackageRepository.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- DefaultPackageRepository.java	27 Mar 2002 23:10:18 -0000	1.12
  +++ DefaultPackageRepository.java	18 Apr 2002 20:16:06 -0000	1.13
  @@ -21,7 +21,7 @@
    * a path to find the Optional Packages.</p>
    *
    * @author <a href="mailto:peter@apache.org">Peter Donald</a>
  - * @version $Revision: 1.12 $ $Date: 2002/03/27 23:10:18 $
  + * @version $Revision: 1.13 $ $Date: 2002/04/18 20:16:06 $
    * @see OptionalPackage
    * @see PackageRepository
    */
  @@ -95,7 +95,7 @@
               }
           }
   
  -        //TODO: Sort packages so that most relevent is first
  +        //TODO: Sort packages so that most relevant is first
           //ie Sort on spec version first and then on Imp version
   
           return (OptionalPackage[])results.toArray( new OptionalPackage[ 0 ] );
  
  
  
  1.4       +3 -3      jakarta-avalon-excalibur/extension/src/java/org/apache/avalon/excalibur/extension/Specification.java
  
  Index: Specification.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/extension/src/java/org/apache/avalon/excalibur/extension/Specification.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Specification.java	2 Apr 2002 10:43:34 -0000	1.3
  +++ Specification.java	18 Apr 2002 20:16:06 -0000	1.4
  @@ -26,7 +26,7 @@
    * <code>guide/extensions/versioning.html</code>.</p>
    *
    * @author <a href="mailto:peter@apache.org">Peter Donald</a>
  - * @version $Revision: 1.3 $ $Date: 2002/04/02 10:43:34 $
  + * @version $Revision: 1.4 $ $Date: 2002/04/18 20:16:06 $
    */
   public final class Specification
   {
  @@ -318,10 +318,10 @@
   
       /**
        * Return an array containing sections to which specification applies
  -     * or null if relevent to no sections.
  +     * or null if relevant to no sections.
        *
        * @return an array containing sections to which specification applies
  -     *         or null if relevent to no sections.
  +     *         or null if relevant to no sections.
        */
       public String[] getSections()
       {
  
  
  

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