added WAR files so that they will be analyzed

Former-commit-id: 6cdef1dafb15d01caab9d3262fa0c3602cbefc1a
This commit is contained in:
Jeremy Long
2013-08-16 12:47:30 -04:00
parent 465254cf20
commit 649099b297

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.