X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse.phpmanual/META-INF/MANIFEST.MF b/net.sourceforge.phpeclipse.phpmanual/META-INF/MANIFEST.MF new file mode 100644 index 0000000..e8aa1da --- /dev/null +++ b/net.sourceforge.phpeclipse.phpmanual/META-INF/MANIFEST.MF @@ -0,0 +1,17 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: %pluginName +Bundle-SymbolicName: net.sourceforge.phpeclipse.phpmanual; singleton:=true +Bundle-Version: 0.0.0 +Bundle-Activator: net.sourceforge.phpeclipse.phpmanual.PHPManualUIPlugin +Bundle-Vendor: %providerName +Bundle-Localization: plugin +Require-Bundle: org.eclipse.core.runtime, + org.eclipse.jface.text, + org.eclipse.ui, + org.eclipse.ui.editors, + org.eclipse.ui.workbench.texteditor, + net.sourceforge.phpeclipse, + net.sourceforge.phpeclipse.phphelp, + net.sourceforge.phpeclipse.phpmanual.htmlparser +Eclipse-LazyStart: true