Bug 158945 - PDE cannot handle space after ',' in the required bundle version
Summary: PDE cannot handle space after ',' in the required bundle version
Status: RESOLVED FIXED
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.3 M3   Edit
Assignee: Brian Bauman CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-27 05:48 EDT by Dani Megert CLA
Modified: 2006-09-27 16:53 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dani Megert CLA 2006-09-27 05:48:13 EDT
I20060926-0930

Take a MANIFEST.MF and add a space after the ',' in the required bundle version, e.g. in a bundle MANIFEST.MF change:
org.eclipse.core.filesystem;bundle-version="[1.1.0,2.0.0)"
to
org.eclipse.core.filesystem;bundle-version="[1.1.0, 2.0.0)"

and save
==> 
The specified version does not have the correct format (major.minor.micro.qualifier) or contains invalid characters	

NOTE: I can start and use the bundle without problems, hence I assume that the space allowed.
Comment 1 Brian Bauman CLA 2006-09-27 16:53:04 EDT
Fixed, targeting for 3.3M3