added WAR files so that they will be analyzed

Former-commit-id: 2aa266d40d5d3c1b3511db642e8b23331abf4b29
This commit is contained in:
Jeremy Long
2013-08-16 12:47:30 -04:00
parent fe60421731
commit 45b1327c58

View File

@@ -159,7 +159,7 @@ public class JarAnalyzer extends AbstractAnalyzer implements Analyzer {
/**
* The set of file extensions supported by this analyzer.
*/
private static final Set<String> EXTENSIONS = newHashSet("jar");
private static final Set<String> EXTENSIONS = newHashSet("jar", "war");
/**
* Returns a list of file EXTENSIONS supported by this analyzer.