diff -r 59bb7c4d6172 -r 0f5e3a7fb6af buildframework/helium/tools/preparation/overlays.ant.xml --- a/buildframework/helium/tools/preparation/overlays.ant.xml Fri Feb 05 11:59:41 2010 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,62 +0,0 @@ - - - - - Scans the overlay structure and creates report. - - - - - - - - - -import comments - -files = r'${overlay.files.path}'.split(';') - -# Create a comment parser that extracts branchInfo XML elements in comments -parser = comments.CommentParser(files, 'branchInfo') -doc = parser.scan() - -# Write the XML content to a log file -logfile = open(r'${overlays.log.file}', 'w') -doc.xml(logfile, indent=u"yes") -logfile.close() - - - - - - - - - WARNING: 'overlay.files' reference not defined. Overlay scanning will not happen. - - - - \ No newline at end of file