manifest.mf

来自「基于eclipse的工具开发代码」· MF 代码 · 共 31 行

MF
31
字号
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: UIDeisnger
Bundle-SymbolicName: com.cownew.uidesigner;singleton:=true
Bundle-Version: 1.0.0
Bundle-Activator: com.cownew.uidesigner.Activator
Bundle-Vendor: CowNew
Bundle-Localization: plugin
Require-Bundle: org.eclipse.gef,
 org.eclipse.core.runtime,
 org.eclipse.core.resources,
 org.eclipse.ui.workbench,
 org.eclipse.core.commands,
 org.eclipse.jface,
 org.eclipse.ui.ide,
 org.eclipse.ui.views,
 org.eclipse.ui,
 org.eclipse.jdt.core
Eclipse-LazyStart: true
Bundle-ClassPath: .,
 lib/commons-beanutils.jar,
 lib/commons-beanutils-bean-collections.jar,
 lib/commons-beanutils-core.jar,
 lib/commons-collections.jar,
 lib/commons-lang-2.3.jar,
 lib/commons-lang-2.3-sources.jar,
 lib/ctk.jar,
 lib/dom4j-1.6.1.jar,
 lib/jaxen-1.1.jar,
 lib/log4j-1.2.6.jar

⌨️ 快捷键说明

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