Eclipse: Ignore compilation warnings in modules/jgit
Change-Id: Ie429faf2ee51d1e0ad3ecc1518edd0431023bd04
This commit is contained in:
parent
711cafd9f7
commit
bb7c48a094
@ -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')
|
||||||
|
Loading…
Reference in New Issue
Block a user