Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 288311

Summary: Last line of manifest file ignored during jar export
Product: [Eclipse Project] JDT Reporter: Terry Denney <terry.hon>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: CLOSED DUPLICATE QA Contact:
Severity: normal    
Priority: P3 CC: daniel_megert
Version: 3.5   
Target Milestone: ---   
Hardware: PC   
OS: Windows Vista   
Whiteboard:

Description Terry Denney CLA 2009-09-01 19:25:57 EDT
The last line of the manifest file seems to be missing while exporting jar by using  org.eclipse.jdt.ui.jarpackager.JarPackageData and setting manifest location and turning manifest generation off. If I add an extra line break at the end of the manifest file, then all the content exists in the jar file, otherwise, the last line of the manifest file is ignored.
Comment 1 Dani Megert CLA 2009-09-02 02:49:32 EDT
Please read the manifest format spec before writing manifest files ;-)

*** This bug has been marked as a duplicate of bug 12753 ***