Renato Athaydes created FELIX-5352:
--------------------------------------
Summary: Bundle-DocURL in the manifest of most bundles is wrong
Key: FELIX-5352
URL: https://issues.apache.org/jira/browse/FELIX-5352
Project: Felix
Issue Type: Improvement
Reporter: Renato Athaydes
Priority: Minor
The Bundle-DocURL entry of most bundles in the Felix Project seem to be wrong.
Examples:
Apache Felix Bundle Repository (2.0.8):
```
Bundle-DocURL =
http://felix.apache.org/site/apache-felix-osgi-bundle-repository.html
```
Apache Felix Declarative Services (2.0.2):
```
Bundle-DocURL =
http://felix.apache.org/site/apache-felix-service-component-runtime.html
```
Apache Felix Shell Service (1.4.3):
```
Bundle-DocURL = http://www.apache.org/
```
The two first ones simply do not exist.
The last one is just not very useful.
Here are the correct URLs, if that helps:
Apache Felix Bundle Repository:
http://felix.apache.org/documentation/subprojects/apache-felix-osgi-bundle-repository.html
Apache Felix Declarative Services:
http://felix.apache.org/documentation/subprojects/apache-felix-service-component-runtime.html
Apache Felix Shell Service:
http://felix.apache.org/documentation/subprojects/apache-felix-shell.html
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)