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

Bug 206918

Summary: [PDE][UI] [Manifest] PDE editor should handle missing commas errors after Manifest directives
Product: [Eclipse Project] PDE Reporter: lucas bigeardel <lucas.bigeardel>
Component: UIAssignee: PDE-UI-Inbox <pde-ui-inbox>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3 CC: caniszczyk, contact
Version: 3.3.1   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
Manifest Editor missing Comma error not handled none

Description lucas bigeardel CLA 2007-10-19 12:46:32 EDT
Created attachment 80782 [details]
Manifest Editor missing Comma error not handled

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.emf.search.tests.ecore
Bundle-Version: 0.6.0.qualifier
Bundle-Activator: org.eclipse.emf.search.tests.ecore.Activator
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)" <==== No ERROR Handled !
 org.junit;bundle-version="[3.8.1,4.0.0)",
 org.eclipse.emf.search.ecore,
 org.eclipse.emf.search,
 org.eclipse.core.resources
Eclipse-LazyStart: true
Bundle-Vendor: %providerName
Export-Package: org.eclipse.emf.search.tests.ecore,
 org.eclipse.emf.search.tests.ecore.testcases,
 org.eclipse.emf.search.tests.ecore.testsuites
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Comment 1 Benjamin Cabé CLA 2008-03-06 17:00:14 EST
Lucas, this bug has been fixed with bug 204614. It was not only a comma problem, the bundle-version attribute was almost not checked at all...!

Apart from that, I hope you're doing well :-)
Comment 2 Chris Aniszczyk CLA 2008-03-06 17:01:47 EST
Thanks Ben, you rock.

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