Eclipse: Ignore compilation warnings in modules/jgit

Change-Id: Ie429faf2ee51d1e0ad3ecc1518edd0431023bd04
This commit is contained in:
David Pursehouse 2019-10-18 16:26:23 +09:00
parent 711cafd9f7
commit bb7c48a094

View File

@ -203,7 +203,7 @@ def gen_classpath(ext):
testAtt.setAttribute('name', 'test') testAtt.setAttribute('name', 'test')
testAtt.setAttribute('value', 'true') testAtt.setAttribute('value', 'true')
atts.appendChild(testAtt) atts.appendChild(testAtt)
if "apt_generated" in path: if "apt_generated" in path or "modules/jgit" in path:
if not atts: if not atts:
atts = doc.createElement('attributes') atts = doc.createElement('attributes')
ignoreOptionalProblems = doc.createElement('attribute') ignoreOptionalProblems = doc.createElement('attribute')