// Compiler options: -doc:xml-055.xml -warnaserror
namespace NAnt.Core.Filters
{
///
/// Represent a chain of NAnt filters that can be applied to a 'Task'.
///
///
///
/// -
///
///
///
///
public class FilterChain
{
static void Main ()
{
}
}
}
namespace NAnt.Core.Tasks
{
///
/// Copies a file or set of files to a new file or directory.
///
public class CopyTask { }
}