Remove buildWrappers from base xml.

It's in a module now.

Change-Id: I96ef714cfb96b8085580bae284250a0c94fef1a5
This commit is contained in:
James E. Blair 2012-06-21 11:11:50 -07:00
parent 194aaa84b8
commit d82139fe28

View File

@ -173,7 +173,6 @@ In modules/jenkins_jobs"
XML.SubElement(self.xml, 'concurrentBuild').text = 'true'
else:
XML.SubElement(self.xml, 'concurrentBuild').text = 'false'
XML.SubElement(self.xml, 'buildWrappers')
for module in self.registry.modules:
if hasattr(module, 'gen_xml'):