• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Format of Bundle-Version: in Eclipse Plugin Project

 
Ranch Hand
Posts: 254
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am working on an Eclipse RCP Application. Until now we had the version entries in the MANIFEST.MF file of the plugins constituting the application as Bundle-Version: 7.0.2.(build number).

Due to a requirement, when I changed the versioning concept such that the version in the Manifest of the plugins will be as
Bundle-Version: 7.1.0.3.(build number) , I get error while building those plugin projects.

Just browsed to some sites regarding the same problem, am getting the feeling that Bundle-Version: 7.1.0.3.24566 format is illegal, I think Bundle-Version should contain only 4 parts and not 5 , Please let me know if this is the case
 
reply
    Bookmark Topic Watch Topic
  • New Topic