diff -r c7c26511138f -r 7c4a911dc066 buildframework/helium/tools/common/helium_docs.ant.xml --- a/buildframework/helium/tools/common/helium_docs.ant.xml Wed Jun 16 16:51:40 2010 +0300 +++ b/buildframework/helium/tools/common/helium_docs.ant.xml Fri Aug 13 14:59:05 2010 +0300 @@ -42,68 +42,7 @@ - - - - - - - - - - - - - - - - - - - - - doc: xml(${doc.build.dir}/ivy/tool-dependencies-ido.xml) - - - - - - - - - - - - - - - - - - - - - - - - - Python modules path: ${epydoc.python.modules.path} - - - - - - - - - + + @@ -170,7 +110,7 @@ import helium.documentation old_db_file = urllib.urlopen(r'${last.major.release.database.url}') -writer = helium.documentation.APIDeltaWriter(old_db_file, r'${database.file}') +writer = helium.documentation.APIDeltaWriter(old_db_file.read(), open(r'${database.file}').read()) writer.write(r'${doc.build.dir}/api_changes.xml') @@ -386,7 +326,7 @@