Description
The manifest.mf file of netui core has wrong titles and version information. It contains the following:
...
Extension-Name: Beehive NetUI HTML Tag Library
Specification-Title: Beehive NetUI HTML Tag Library
Specification-Vendor: Apache Software Foundation
Specification-Version: svn-snapshot
Implementation-Title: Beehive NetUI HTML Tag Library
Implementation-Vendor: Apache Software Foundation
Implementation-Version: svn-snapshot
Beehive-Version: svn-snapshot
PageFlow-Runtime-Version: 3
It should probably be:
Extension-Name: Beehive NetUI Core Library
Specification-Title: Beehive NetUI Core Library
Specification-Vendor: Apache Software Foundation
Specification-Version: 1.0.1
Implementation-Title: Beehive NetUI Core Library
Implementation-Vendor: Apache Software Foundation
Implementation-Version: 1.0.1
Beehive-Version: 1.0.1
PageFlow-Runtime-Version: 3
This makes it hard to deploy it as a shared jar in some environments (e.g. Weblogic 9.2)