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

Bug 341154

Summary: Adding Databinding creates error in MANIFEST.MF
Product: z_Archived Reporter: Lars Vogel <Lars.Vogel>
Component: WindowBuilderAssignee: Project Inbox <wb.rcp-inbox>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: clayberg, sablin.andrey
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

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