X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse.smarty.ui/META-INF/MANIFEST.MF b/net.sourceforge.phpeclipse.smarty.ui/META-INF/MANIFEST.MF new file mode 100644 index 0000000..f9bbfae --- /dev/null +++ b/net.sourceforge.phpeclipse.smarty.ui/META-INF/MANIFEST.MF @@ -0,0 +1,25 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: PHPeclipse Smarty UI +Bundle-SymbolicName: net.sourceforge.phpdt.smarty.ui; singleton:=true +Bundle-Version: 1.1.9 +Bundle-ClassPath: smartyui.jar +Bundle-Activator: net.sourceforge.phpdt.smarty.ui.SmartyUI +Bundle-Vendor: PHPEclipse project team +Bundle-Localization: plugin +Export-Package: net.sourceforge.phpdt.smarty.ui, + net.sourceforge.phpdt.smarty.ui.internal, + net.sourceforge.phpdt.smarty.ui.internal.editor, + net.sourceforge.phpdt.smarty.ui.internal.text +Require-Bundle: net.sourceforge.phpeclipse.xml.ui, + net.sourceforge.phpeclipse.ui, + org.eclipse.jface.text, + org.eclipse.ui.workbench.texteditor, + org.eclipse.core.resources, + org.eclipse.text, + org.eclipse.ui.editors, + org.eclipse.ui.ide, + org.eclipse.ui, + org.eclipse.core.filebuffers, + org.eclipse.core.runtime +Eclipse-LazyStart: true