ehatcher    02/03/26 13:18:34

  Modified:    src/main/org/apache/tools/ant/types FileSet.java
                        PatternSet.java
  Log:
  doc patch supplied by Stephan Beal <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.23      +4 -4      
jakarta-ant/src/main/org/apache/tools/ant/types/FileSet.java
  
  Index: FileSet.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/types/FileSet.java,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- FileSet.java      26 Jan 2002 20:16:22 -0000      1.22
  +++ FileSet.java      26 Mar 2002 21:18:34 -0000      1.23
  @@ -180,8 +180,8 @@
       }
       
       /**
  -     * Sets the set of include patterns. Patterns may be separated by a comma
  -     * or a space.
  +     * Appends <code>includes</code> to the current list of include 
patterns. 
  +     * Patterns may be separated by a comma or a space.
        *
        * @param includes the string containing the include patterns
        */
  @@ -194,8 +194,8 @@
       }
   
       /**
  -     * Sets the set of exclude patterns. Patterns may be separated by a comma
  -     * or a space.
  +     * Appends <code>excludes</code> to the current list of exclude 
patterns. 
  +     * Patterns may be separated by a comma or a space.
        *
        * @param excludes the string containing the exclude patterns
        */
  
  
  
  1.20      +4 -4      
jakarta-ant/src/main/org/apache/tools/ant/types/PatternSet.java
  
  Index: PatternSet.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/types/PatternSet.java,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- PatternSet.java   26 Jan 2002 20:16:22 -0000      1.19
  +++ PatternSet.java   26 Mar 2002 21:18:34 -0000      1.20
  @@ -205,8 +205,8 @@
       }
   
       /**
  -     * Sets the set of include patterns. Patterns may be separated by a comma
  -     * or a space.
  +     * Appends <code>includes</code> to the current list of include 
patterns. 
  +     * Patterns may be separated by a comma or a space.
        *
        * @param includes the string containing the include patterns
        */
  @@ -223,8 +223,8 @@
       }
   
       /**
  -     * Sets the set of exclude patterns. Patterns may be separated by a comma
  -     * or a space.
  +     * Appends <code>excludes</code> to the current list of exclude 
patterns. 
  +     * Patterns may be separated by a comma or a space.
        *
        * @param excludes the string containing the exclude patterns
        */
  
  
  

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

Reply via email to