donaldp     2002/07/13 18:38:30

  Modified:    extension/src/java/org/apache/avalon/excalibur/extension
                        PackageManager.java
  Log:
  Add in some [EMAIL PROTECTED] sections}
  
  Revision  Changes    Path
  1.10      +25 -25    
jakarta-avalon-excalibur/extension/src/java/org/apache/avalon/excalibur/extension/PackageManager.java
  
  Index: PackageManager.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/extension/src/java/org/apache/avalon/excalibur/extension/PackageManager.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- PackageManager.java       27 Mar 2002 23:10:18 -0000      1.9
  +++ PackageManager.java       14 Jul 2002 01:38:30 -0000      1.10
  @@ -41,11 +41,11 @@
       }
   
       /**
  -     * Return the <code>OptionalPackage</code> that provides specified
  -     * <code>Extension</code>. If the specified <code>Extension</code>
  +     * Return the [EMAIL PROTECTED] OptionalPackage} that provides specified
  +     * [EMAIL PROTECTED] Extension}. If the specified [EMAIL PROTECTED] 
Extension}
        * can not be found then <code>null</code> is returned. If there is
  -     * multiple implementations that satisfy <code>Extension</code>,
  -     * then an <code>OptionalPackage</code> returned is based on the
  +     * multiple implementations that satisfy [EMAIL PROTECTED] Extension},
  +     * then an [EMAIL PROTECTED] OptionalPackage} returned is based on the
        * following heristic;
        *
        * <p>Return the first Optional Package. (This heuristic will
  @@ -73,13 +73,13 @@
       }
   
       /**
  -     * Build a list of dependencies based on specified 
<code>Extension</code>s.
  -     * Each specified <code>Extension</code> is expected to be a required 
extension
  +     * Build a list of dependencies based on specified [EMAIL PROTECTED] 
Extension}s.
  +     * Each specified [EMAIL PROTECTED] Extension} is expected to be a 
required extension
        * of another "Optional Package".
        *
  -     * <p>If the required <code>Extension</code> can not be found locally 
then
  -     * an UnsatisfiedPackageException is thrown. if an 
<code>OptionalPackage</code>
  -     * is found locally that satisfies specified required 
<code>Extension</code>
  +     * <p>If the required [EMAIL PROTECTED] Extension} can not be found 
locally then
  +     * an UnsatisfiedPackageException is thrown. if an [EMAIL PROTECTED] 
OptionalPackage}
  +     * is found locally that satisfies specified required [EMAIL PROTECTED] 
Extension}
        * then it is returned in the array of OptionalPackages. 
scanDependencies() is then recursively
        * called on all of the candidates required extensions.</p>
        *
  @@ -97,13 +97,13 @@
       }
   
       /**
  -     * Build a list of dependencies based on specified 
<code>Extension</code>.
  -     * The specified <code>Extension</code> is expected to be a required 
extension
  +     * Build a list of dependencies based on specified [EMAIL PROTECTED] 
Extension}.
  +     * The specified [EMAIL PROTECTED] Extension} is expected to be a 
required extension
        * of another "Optional Package".
        *
  -     * <p>If the required <code>Extension</code> can not be found locally 
then
  -     * an UnsatisfiedPackageException is thrown. if an 
<code>OptionalPackage</code>
  -     * is found locally that satisfies specified required 
<code>Extension</code>
  +     * <p>If the required [EMAIL PROTECTED] Extension} can not be found 
locally then
  +     * an UnsatisfiedPackageException is thrown. if an [EMAIL PROTECTED] 
OptionalPackage}
  +     * is found locally that satisfies specified required [EMAIL PROTECTED] 
Extension}
        * then it is returned in the array of OptionalPackages. 
scanDependencies() is then recursively
        * called on all of the candidates required extensions.</p>
        *
  @@ -132,13 +132,13 @@
       }
   
       /**
  -     * Build a list of dependencies based on specified 
<code>Extension</code>s.
  -     * Each specified <code>Extension</code> is expected to be a required 
extension
  +     * Build a list of dependencies based on specified [EMAIL PROTECTED] 
Extension}s.
  +     * Each specified [EMAIL PROTECTED] Extension} is expected to be a 
required extension
        * of another "Optional Package".
        *
  -     * <p>If the required <code>Extension</code> can not be found locally 
then
  -     * it is placed in list of unsatisfied Extensions. If a candidate 
<code>Extension</code>
  -     * is found locally that satisfies specified required 
<code>Extension</code>
  +     * <p>If the required [EMAIL PROTECTED] Extension} can not be found 
locally then
  +     * it is placed in list of unsatisfied Extensions. If a candidate [EMAIL 
PROTECTED] Extension}
  +     * is found locally that satisfies specified required [EMAIL PROTECTED] 
Extension}
        * then it is added to list of dependencies. scanDependencies() is then 
recursively
        * called on all of the candidates required extensions.</p>
        *
  @@ -160,13 +160,13 @@
       }
   
       /**
  -     * Build a list of dependencies based on specified 
<code>Extension</code>.
  -     * The specified <code>Extension</code> is expected to be a required 
extension
  +     * Build a list of dependencies based on specified [EMAIL PROTECTED] 
Extension}.
  +     * The specified [EMAIL PROTECTED] Extension} is expected to be a 
required extension
        * of another "Optional Package".
        *
  -     * <p>If the required <code>Extension</code> can not be found locally 
then
  -     * it is placed in list of unsatisfied Extensions. If a candidate 
<code>OptionalPackage</code>
  -     * is found locally that satisfies specified required 
<code>Extension</code>
  +     * <p>If the required [EMAIL PROTECTED] Extension} can not be found 
locally then
  +     * it is placed in list of unsatisfied Extensions. If a candidate [EMAIL 
PROTECTED] OptionalPackage}
  +     * is found locally that satisfies specified required [EMAIL PROTECTED] 
Extension}
        * then it is added to list of dependencies. scanDependencies() is then 
recursively
        * called on all of the candidates required extensions.</p>
        *
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to