Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 56040 invoked from network); 27 Mar 2002 00:38:08 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 27 Mar 2002 00:38:08 -0000 Received: (qmail 16850 invoked by uid 97); 27 Mar 2002 00:38:12 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 16834 invoked by uid 97); 27 Mar 2002 00:38:12 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 16823 invoked by uid 97); 27 Mar 2002 00:38:12 -0000 Date: 27 Mar 2002 00:38:03 -0000 Message-ID: <20020327003803.4880.qmail@icarus.apache.org> From: ehatcher@apache.org To: jakarta-ant-cvs@apache.org Subject: cvs commit: jakarta-ant/src/testcases/org/apache/tools/ant/types PatternSetTest.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ehatcher 02/03/26 16:38:03 Modified: docs/manual/CoreTypes patternset.html src/testcases/org/apache/tools/ant/types PatternSetTest.java Log: documented (not sufficiently, but its at least a start) the new nesting patternset and corrected copyright Revision Changes Path 1.9 +4 -1 jakarta-ant/docs/manual/CoreTypes/patternset.html Index: patternset.html =================================================================== RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTypes/patternset.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- patternset.html 3 Feb 2002 22:11:39 -0000 1.8 +++ patternset.html 27 Mar 2002 00:38:02 -0000 1.9 @@ -106,6 +106,9 @@ No +

patternset

+

Patternsets may be nested within one another, adding the nested +patterns to the parent patternset.

Examples

   <patternset id="non.test.sources" >
  @@ -160,7 +163,7 @@
   some-other-file points to, if a property of that name has
   been defined.


-

Copyright © 2001 Apache Software Foundation. All rights +

Copyright © 2001-2002 Apache Software Foundation. All rights Reserved.

1.7 +1 -1 jakarta-ant/src/testcases/org/apache/tools/ant/types/PatternSetTest.java Index: PatternSetTest.java =================================================================== RCS file: /home/cvs/jakarta-ant/src/testcases/org/apache/tools/ant/types/PatternSetTest.java,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- PatternSetTest.java 26 Mar 2002 22:52:31 -0000 1.6 +++ PatternSetTest.java 27 Mar 2002 00:38:02 -0000 1.7 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2000-2001 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 -- To unsubscribe, e-mail: For additional commands, e-mail: