manifest.mf

来自「基于eclipse的birt报表!!! 是个web项目!」· MF 代码 · 共 17 行

MF
17
字号
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: BIRT Sample Database
Bundle-SymbolicName: org.eclipse.birt.report.data.oda.sampledb;singleton:=true
Bundle-Version: 2.1.1.v20070205-1728
Bundle-ClassPath: sampledb.jar
Bundle-Activator: org.eclipse.birt.report.data.oda.sampledb.SampledbPlugin
Bundle-Vendor: Eclipse.org
Bundle-Localization: plugin
Require-Bundle: org.eclipse.birt.report.data.oda.jdbc;bundle-version="[2.1.0,3.0.0)",
 org.eclipse.datatools.connectivity.oda;bundle-version="[3.0.1,4.0.0)",
 org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)",
 org.eclipse.birt.core;bundle-version="[2.1.0,3.0.0)",
 org.apache.derby.core;bundle-version="[10.1.2,11.0.0)"
Eclipse-LazyStart: true
Export-Package: org.eclipse.birt.report.data.oda.sampledb

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?