0b2d0115d3c5a25b0e80b70f4f2ef7653454ccf8
[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.phpeclipse.smarty.ui;singleton:=true
5 Bundle-Version: 0.0.0
6 Bundle-ClassPath: smartyui.jar
7 Bundle-Activator: net.sourceforge.phpdt.smarty.ui.SmartyUI
8 Bundle-Vendor: PHPEclipse project team
9 Export-Package: net.sourceforge.phpdt.smarty.ui,
10  net.sourceforge.phpdt.smarty.ui.internal;x-internal:=true,
11  net.sourceforge.phpdt.smarty.ui.internal.editor;x-internal:=true,
12  net.sourceforge.phpdt.smarty.ui.internal.text;x-internal:=true
13 Require-Bundle: org.eclipse.ui,
14  org.eclipse.ui.workbench.texteditor,
15  org.eclipse.jface.text,
16  net.sourceforge.phpeclipse.ui,
17  org.eclipse.ui.editors;bundle-version="3.4.0",
18  org.eclipse.core.resources;bundle-version="3.4.1",
19  org.eclipse.core.runtime;bundle-version="3.4.0",
20  org.eclipse.ui.ide
21 Bundle-RequiredExecutionEnvironment: J2SE-1.4
22 Bundle-ActivationPolicy: lazy