Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 341154 - Adding Databinding creates error in MANIFEST.MF
Summary: Adding Databinding creates error in MANIFEST.MF
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: WindowBuilder (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-28 15:49 EDT by Lars Vogel CLA
Modified: 2021-06-04 16:45 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Vogel CLA 2011-03-28 15:49:14 EDT
I'm using WindowBuilder to edit a View in an RCP application. 

If you have a simple RCP application without the required databinding plugins and add Databinding for a View then the required databinding plugins are added automatically. 

That is good.

Unfortunately this creates an invalid Manifest.mf (extras Spaces and missing ,). See below for the result.

To reproduce just create a simple RCP project, add a view with a Button and a Text and bind the selection property to the enabled property of the Text.

Result:


Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Test2
Bundle-SymbolicName: com.example.test2; singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: com.example.test2.Activator
Bundle-Vendor: EXAMPLE
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.core.databinding,
 org.eclipse.core.databinding.beans,
 org.eclipse.core.databinding.observable,
 org.eclipse.core.databinding.property,
 org.eclipse.jface.databinding,
 com.ibm.icu

 org.eclipse.core.databinding,
 org.eclipse.core.databinding.beans,
 org.eclipse.core.databinding.observable,
 org.eclipse.core.databinding.property

 org.eclipse.core.databinding,
 org.eclipse.core.databinding.beans,
 org.eclipse.core.databinding.observable

 org.eclipse.core.databinding,
 org.eclipse.core.databinding.beans

 org.eclipse.core.databinding
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
Comment 1 Andrey Sablin CLA 2011-03-29 11:17:09 EDT
Fixed.
Comment 2 Eric Clayberg CLA 2011-05-02 13:11:16 EDT
Fixed in latest build