From 2d12131d8156442411fed2a3bb1bf3df654e77b1 Mon Sep 17 00:00:00 2001 From: Erik Hatcher Date: Wed, 27 Mar 2002 00:38:02 +0000 Subject: [PATCH] documented (not sufficiently, but its at least a start) the new nesting patternset and corrected copyright git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272044 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTypes/patternset.html | 5 ++++- src/testcases/org/apache/tools/ant/types/PatternSetTest.java | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/manual/CoreTypes/patternset.html b/docs/manual/CoreTypes/patternset.html index 270d787bd..67845b0a7 100644 --- a/docs/manual/CoreTypes/patternset.html +++ b/docs/manual/CoreTypes/patternset.html @@ -106,6 +106,9 @@ you can use to test the existance of a property.

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 @@ that it should be used only if a property is not set.

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.

diff --git a/src/testcases/org/apache/tools/ant/types/PatternSetTest.java b/src/testcases/org/apache/tools/ant/types/PatternSetTest.java index 975fb15ee..942eca28a 100644 --- a/src/testcases/org/apache/tools/ant/types/PatternSetTest.java +++ b/src/testcases/org/apache/tools/ant/types/PatternSetTest.java @@ -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