2 Bundle-ManifestVersion: 2
 
   3 Bundle-Name: PHPeclipse Web Development Tools Core
 
   4 Bundle-SymbolicName: net.sourceforge.phpeclipse.core
 
   6 Bundle-ClassPath: webcore.jar
 
   7 Bundle-Activator: net.sourceforge.phpeclipse.core.WebCore
 
   8 Bundle-Vendor: PHPEclipse project team
 
   9 Bundle-Localization: plugin
 
  10 Export-Package: net.sourceforge.phpeclipse.core,
 
  11  net.sourceforge.phpeclipse.core.model
 
  12 Require-Bundle: org.eclipse.core.runtime,
 
  14 Eclipse-LazyStart: true
 
  15 Bundle-RequiredExecutionEnvironment: J2SE-1.4