Comment #5 on issue 298 by [email protected]: protobuf jar's manifest
should include OSGi metadata
http://code.google.com/p/protobuf/issues/detail?id=298
Well, in my project I also use Felix and I believe I got an error
with "2.4.2-pre".
I saw that recommendation in the book called OSGi in Action. Also at
http://www.osgi.org/javadoc/r4v43/org/osgi/framework/Version.html I can see:
"public Version(java.lang.String version)
Created a version identifier from the specified string.
Here is the grammar for version strings.
version ::= major('.'minor('.'micro('.'qualifier)?)?)?
major ::= digit+
minor ::= digit+
micro ::= digit+
qualifier ::= (alpha|digit|'_'|'-')+
digit ::= [0..9]
alpha ::= [a..zA..Z]
There must be no whitespace in version."
So, I guess "2.4.2.-pre" would qualify as well. But IMHO it looks
strange. :)
--
You received this message because you are subscribed to the Google Groups "Protocol
Buffers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/protobuf?hl=en.