added another manifest entry to ignore

Former-commit-id: 63a6f3bd3f2d95ac6b101520b3974fc79286ec7b
This commit is contained in:
Jeremy Long
2013-05-31 22:32:56 -04:00
parent e028641861
commit c515afd8eb

View File

@@ -567,6 +567,8 @@ public class JarAnalyzer extends AbstractAnalyzer implements Analyzer {
&& !key.endsWith("jdk")
&& !key.contains("lastmodified")
&& !key.endsWith("package")
&& !key.endsWith("classpath")
&& !key.endsWith("class-path")
&& !isImportPackage(key, value)) {
foundSomething = true;