Bug 579207: Upgrade all manifest to OSGI style and 3.2
[phpeclipse.git] / net.sourceforge.phpeclipse.smarty.ui / META-INF / MANIFEST.MF
1 Manifest-Version: 1.0
2 Bundle-ManifestVersion: 2
3 Bundle-Name: PHPeclipse Smarty UI
4 Bundle-SymbolicName: net.sourceforge.phpdt.smarty.ui; singleton:=true
5 Bundle-Version: 1.1.9
6 Bundle-ClassPath: smartyui.jar
7 Bundle-Activator: net.sourceforge.phpdt.smarty.ui.SmartyUI
8 Bundle-Vendor: PHPEclipse project team
9 Bundle-Localization: plugin
10 Export-Package: net.sourceforge.phpdt.smarty.ui,
11  net.sourceforge.phpdt.smarty.ui.internal,
12  net.sourceforge.phpdt.smarty.ui.internal.editor,
13  net.sourceforge.phpdt.smarty.ui.internal.text
14 Require-Bundle: net.sourceforge.phpeclipse.xml.ui,
15  net.sourceforge.phpeclipse.ui,
16  org.eclipse.jface.text,
17  org.eclipse.ui.workbench.texteditor,
18  org.eclipse.core.resources,
19  org.eclipse.text,
20  org.eclipse.ui.editors,
21  org.eclipse.ui.ide,
22  org.eclipse.ui,
23  org.eclipse.core.filebuffers,
24  org.eclipse.core.runtime
25 Eclipse-LazyStart: true