bundle.manifest
来自「OSGI这是一个中间件,与UPNP齐名,是用于移植到嵌入式平台之上」· MANIFEST 代码 · 共 17 行
MANIFEST
17 行
Manifest-Version: 1.0
Bundle-Description: HTTP/HTTPS Server
Bundle-Name: HTTPServer
Bundle-Activator: org.knopflerfish.bundle.http.Activator
Bundle-DocURL: https://www.knopflerfish.org/svn/knopflerfish.org/trunk
/osgi/bundles/http/http/readme.txt
Import-Package: javax.servlet, javax.servlet.http, org.osgi.framework,
org.osgi.service.cm, org.osgi.util.tracker, org.knopflerfish.service
.log
Bundle-Vendor: Knopflerfish
Bundle-SymbolicName: org.knopflerfish.http
Export-Package: org.osgi.service.http;specification-version=1.1.0
Bundle-Category: service
Bundle-Version: 1.1.0
Bundle-ContactAddress: http://www.knopflerfish.org
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?