Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: PHPeclipse Smarty UI
Bundle-SymbolicName: net.sourceforge.phpeclipse.smarty.ui;singleton:=true
Bundle-Version: 0.0.0
Bundle-ClassPath: smartyui.jar
Bundle-Activator: net.sourceforge.phpdt.smarty.ui.SmartyUI
Bundle-Vendor: PHPEclipse project team
Export-Package: net.sourceforge.phpdt.smarty.ui,
 net.sourceforge.phpdt.smarty.ui.internal;x-internal:=true,
 net.sourceforge.phpdt.smarty.ui.internal.editor;x-internal:=true,
 net.sourceforge.phpdt.smarty.ui.internal.text;x-internal:=true
Require-Bundle: org.eclipse.ui,
 org.eclipse.ui.workbench.texteditor,
 org.eclipse.jface.text,
 net.sourceforge.phpeclipse.ui,
 org.eclipse.ui.editors;bundle-version="3.4.0",
 org.eclipse.core.resources;bundle-version="3.4.1",
 org.eclipse.core.runtime;bundle-version="3.4.0",
 org.eclipse.ui.ide
Bundle-RequiredExecutionEnvironment: J2SE-1.4
Bundle-ActivationPolicy: lazy