fs.addInclude( "apt/" + pattern + ".apt.vm" );
fs.addInclude( "xdoc/" + pattern + ".xml" );
fs.addInclude( "xdoc/" + pattern + ".xml.vm" );
fs.addInclude( "fml/" + pattern + ".fml" );
fs.addInclude( "fml/" + pattern + ".fml.vm" );
fs.addInclude( "resources/" + pattern + ".html" );
fs.addInclude( "resources/" + pattern + ".html.vm" );
String[] includedFiles = fileSetManager.getIncludedFiles( fs );
return includedFiles != null && includedFiles.length > 0;