Community
Participate
Working Groups
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
Fixed.
Fixed in latest build