MANIFEST.MF
上传用户:hengxinggs
上传日期:2008-01-15
资源大小:212k
文件大小:1k
源码类别:

PlugIns编程

开发平台:

Java

  1. Manifest-Version: 1.0
  2. Bundle-ManifestVersion: 2
  3. Bundle-Name: %pluginName
  4. Bundle-SymbolicName: org.eclipse.jface.examples.databinding
  5. Bundle-Version: 3.2.0.qualifier
  6. Bundle-ClassPath: .
  7. Bundle-Vendor: %providerName
  8. Bundle-Localization: plugin
  9. Require-Bundle: org.eclipse.jface,
  10.  org.eclipse.jface.databinding,
  11.  org.eclipse.core.runtime
  12. Eclipse-LazyStart: true
  13. Export-Package: org.eclipse.jface.examples.databinding.compositetable,
  14.  org.eclipse.jface.examples.databinding.compositetable.reflect,
  15.  org.eclipse.jface.examples.databinding.model