Community
Participate
Working Groups
After 4 or 5 confirmation builds, I've decided that something in PDE build is convering an underscore in a map version tag to a hyphen in the final version number. This only happends for features (I've only tried one feature, so see how it went). The map file clearly says feature@org.apache.xerces.feature=v20060131_0650,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,wst/components/xml/thirdparty/org.apache.xerces.feature But the version id in the feature.xml file (and directory name) is clearly a hypen. <feature id="org.apache.xerces.feature" label="org.apache.xerces.feature" version="2.7.0.v20060131-0650"> Is this a bug, or a feature? :)
Oh, and I should be explicit, the original form for the build is using the .qualifier in the feature version id field. such as, <feature id="org.apache.xerces.feature" label="org.apache.xerces.feature" version="2.7.0.qualifier">
It was feature from the old days of eclipse (I mean really old - pre 3.0) and it has been fixed two weeks ago. The bug was in the org.eclipse.equinox.common bundle. *** This bug has been marked as a duplicate of 89428 ***