added another manifest entry to ignore

Former-commit-id: d8329c24f05a157cb94c8a9effbde52af31bfd76
This commit is contained in:
Jeremy Long
2013-05-31 22:32:56 -04:00
parent 84a229d286
commit e33100b075

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;