download (20514 bytes)
| OSGi manifest attributes | |
| Bundle-Name | HTTP-root-IMPL |
| Bundle-SymbolicName | org.knopflerfish.bundle.httproot-IMPL |
| Bundle-Version | 4.0.0 |
| Bundle-Description | Demo HTTP Service user that publishes on the root (IMPL) |
| Bundle-Vendor | Knopflerfish |
| Bundle-ContactAddress | http://www.knopflerfish.org |
| Bundle-License | |
| Bundle-DocURL | http://www.knopflerfish.org/releases/6.1.5/docs/bundledoc/index.html |
| Bundle-ManifestVersion | 2 |
| Bundle-Activator | org.knopflerfish.bundle.httproot.Activator |
| Bundle-Classpath | . |
| Export-Package | |
| Import-Package | javax.servlet [2.5.0,3.0.0) javax.servlet.http [2.5.0,3.0.0) org.knopflerfish.service.log [1.2.0,2.0.0) org.osgi.framework [1.6.0,2.0.0) org.osgi.service.http [1.1.0,2.0.0) org.osgi.util.tracker [1.5.0,2.0.0) |
| Dynamic-ImportPackage | |
| Provide-Capability | |
| Require-Capability | osgi.ee; filter:="(&(osgi.ee=JavaSE)(version>=1.6))" |
| Other manifest attributes | |
| Build-Date | Fri April 8 2022, 13:14:08 |
| Built-From | /home/travis/build/knopflerfish/knopflerfish.org/osgi/bundles/http/httproot |
| Bundle-Category | example |
| Bundle-GitURL | https://github.com/knopflerfish/knopflerfish.org/tree/6.1.5/osgi/bundles/http/httproot/ |
| Bundle-UUID | org.knopflerfish:httproot:4.0.0:impl |
| Knopflerfish-Version | 6.1.5 |
The first column is the providing bundle and the second column lists the sub-set of its provided packages that are required by this bundle.
The first column is the requiring bundle and the second column lists the sub-set of capabilities that this bundle may provide to the requiring bundle.
| org/knopflerfish/bundle/httproot/Activator.java |
| org/knopflerfish/bundle/httproot/InfoServlet.java |