Fixing some bugs and making the plug-in compatible with Java 1.4
[phpeclipse.git] / net.sourceforge.phpeclipse.phpmanual / META-INF / MANIFEST.MF
1 Manifest-Version: 1.0
2 Bundle-ManifestVersion: 2
3 Bundle-Name: %pluginName
4 Bundle-SymbolicName: net.sourceforge.phpeclipse.phpmanual; singleton:=true
5 Bundle-Version: 0.0.0
6 Bundle-ClassPath: phpmanual.jar
7 Bundle-Activator: net.sourceforge.phpeclipse.phpmanual.PHPManualUIPlugin
8 Bundle-Vendor: %providerName
9 Bundle-Localization: plugin
10 Require-Bundle: org.eclipse.core.runtime,
11  org.eclipse.jface.text,
12  org.eclipse.ui,
13  org.eclipse.ui.editors,
14  org.eclipse.ui.workbench.texteditor,
15  net.sourceforge.phpeclipse,
16  net.sourceforge.phpeclipse.phphelp,
17  net.sourceforge.phpeclipse.phpmanual.htmlparser
18 Eclipse-LazyStart: true
19 Bundle-RequiredExecutionEnvironment: J2SE-1.4