2 Bundle-ManifestVersion: 2
 
   3 Bundle-Name: PHPeclipse Smarty UI
 
   4 Bundle-SymbolicName: net.sourceforge.phpeclipse.smarty.ui;singleton:=true
 
   6 Bundle-ClassPath: smartyui.jar
 
   7 Bundle-Activator: net.sourceforge.phpdt.smarty.ui.SmartyUI
 
   8 Bundle-Vendor: PHPEclipse project team
 
   9 Export-Package: net.sourceforge.phpdt.smarty.ui,
 
  10  net.sourceforge.phpdt.smarty.ui.internal;x-internal:=true,
 
  11  net.sourceforge.phpdt.smarty.ui.internal.editor;x-internal:=true,
 
  12  net.sourceforge.phpdt.smarty.ui.internal.text;x-internal:=true
 
  13 Require-Bundle: org.eclipse.core.runtime,
 
  14  org.eclipse.core.resources,
 
  15  org.eclipse.core.filebuffers,
 
  18  org.eclipse.ui.editors,
 
  19  org.eclipse.ui.workbench.texteditor,
 
  20  org.eclipse.jface.text,
 
  21  net.sourceforge.phpeclipse.ui,
 
  22  net.sourceforge.phpeclipse.xml.ui
 
  23 Bundle-RequiredExecutionEnvironment: J2SE-1.4
 
  24 Eclipse-LazyStart: true