Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Partial Checkin: 129034 Convert plugins to use manifest.mf and single Jar format


Summary

Manifest conversion is finished for the plug-ins listed below, single jar format conversion still to be done, will be dependent on factors still to be looked at.

Bugzilla Bug (s) Resolved:


129034  Convert plugins to use manifest.mf

Test Description:


Visual inspection, Compilation and run of the source. Note Plug-in non-compile errors in org.eclipse.birt.report.designer.ui
(org.eclipse.birt.report.model.extension.oda.ODAPropertyDefn) prevented full testing of the conversion.


Files Edited:


Plug-ins converted to use manifest include:

org.eclipse.birt.data
org.eclipse.birt.report.data.oda.flatfile
org.eclipse.birt.report.data.oda.flatfile.ui
org.eclipse.birt.report.data.oda.jdbc
org.eclipse.birt.report.data.oda.jdbc.ui
org.eclipse.birt.report.data.oda.sampledb
org.eclipse.birt.report.data.oda.sampledb.ui
org.eclipse.birt.report.data.oda.xml
org.eclipse.birt.report.data.oda.xml.ui


Files Added:

For each plugin the following were added.
        /META-INF
        /META-INF/MANIFEST.MF
Notes to Build Team:
Notes to Developers:

Notes to QA:


Notes to Documentation:

- Mike


Back to the top