From fd6b7a815222d881096fe4cedaae5a45f3c82435 Mon Sep 17 00:00:00 2001
From: Stefan Bodewig Version 1.3 - 2000/10/31 Version 1.3 - 2000/11/02
Table of Contents
@@ -782,6 +782,10 @@ that do not contain the text Test
in their name. This set
can be referred to via
<patternset refid="non.test.sources"
/>
by tasks that support this feature or by FileSets.
Note that while the includes and excludes attributes accept +multiple elements separated by commas or spaces, the nested +<include> and <exclude> elements expect their name +attribute to hold a single pattern.
FileSets are groups of files. These files can be found in a
directory tree starting in a base directory and are matched by
@@ -2755,7 +2759,8 @@ the propery src2
. This can also be represented using nested element
debug="on">
<src path="${src}" />
<src path="${src2}" />
- <include name="mypackage/p1/**,mypackage/p2/**" />
+ <include name="mypackage/p1/**" />
+ <include name="mypackage/p2/**" />
<exclude name="mypackage/p1/testpackage/**" />
</javac>