2 Bundle-ManifestVersion: 2
3 Bundle-Name: %pluginName
4 Bundle-SymbolicName: net.sourceforge.phpeclipse; singleton:=true
6 Bundle-ClassPath: compatibility.jar,
8 Bundle-Activator: net.sourceforge.phpeclipse.PHPeclipsePlugin
9 Bundle-Vendor: %providerName
10 Bundle-Localization: plugin
11 Export-Package: net.sourceforge.phpdt.core,
12 net.sourceforge.phpdt.core.compiler,
13 net.sourceforge.phpdt.core.dom,
14 net.sourceforge.phpdt.core.formatter,
15 net.sourceforge.phpdt.core.jdom,
16 net.sourceforge.phpdt.core.search,
17 net.sourceforge.phpdt.corext.refactoring.nls,
18 net.sourceforge.phpdt.internal.codeassist;x-internal:=true,
19 net.sourceforge.phpdt.internal.codeassist.impl;x-internal:=true,
20 net.sourceforge.phpdt.internal.compiler;x-internal:=true,
21 net.sourceforge.phpdt.internal.compiler.ast;x-internal:=true,
22 net.sourceforge.phpdt.internal.compiler.batch;x-internal:=true,
23 net.sourceforge.phpdt.internal.compiler.codegen;x-internal:=true,
24 net.sourceforge.phpdt.internal.compiler.env;x-internal:=true,
25 net.sourceforge.phpdt.internal.compiler.flow;x-internal:=true,
26 net.sourceforge.phpdt.internal.compiler.impl;x-internal:=true,
27 net.sourceforge.phpdt.internal.compiler.lookup;x-internal:=true,
28 net.sourceforge.phpdt.internal.compiler.parser;x-internal:=true,
29 net.sourceforge.phpdt.internal.compiler.problem;x-internal:=true,
30 net.sourceforge.phpdt.internal.compiler.util;x-internal:=true,
31 net.sourceforge.phpdt.internal.core;x-internal:=true,
32 net.sourceforge.phpdt.internal.core.builder;x-internal:=true,
33 net.sourceforge.phpdt.internal.core.jdom;x-internal:=true,
34 net.sourceforge.phpdt.internal.core.util;x-internal:=true,
35 net.sourceforge.phpdt.internal.corext;x-internal:=true,
36 net.sourceforge.phpdt.internal.corext.phpdoc;x-internal:=true,
37 net.sourceforge.phpdt.internal.corext.refactoring.util;x-internal:=true,
38 net.sourceforge.phpdt.internal.corext.template;x-internal:=true,
39 net.sourceforge.phpdt.internal.corext.template.php;x-internal:=true,
40 net.sourceforge.phpdt.internal.corext.textmanipulation;x-internal:=true,
41 net.sourceforge.phpdt.internal.corext.util;x-internal:=true,
42 net.sourceforge.phpdt.internal.formatter;x-internal:=true,
43 net.sourceforge.phpdt.internal.formatter.align;x-internal:=true,
44 net.sourceforge.phpdt.internal.formatter.impl;x-internal:=true,
45 net.sourceforge.phpdt.ltk.core,
46 net.sourceforge.phpeclipse,
47 net.sourceforge.phpeclipse.preferences,
48 net.sourceforge.phpeclipse.wizards
49 Require-Bundle: org.eclipse.core.runtime,
50 org.eclipse.core.resources,
51 org.eclipse.jface.text,
52 org.eclipse.ltk.core.refactoring,
53 org.eclipse.jface;bundle-version="3.4.1",
54 org.eclipse.ui.workbench,
55 org.eclipse.ui.editors,
57 Bundle-ActivationPolicy: lazy
58 Bundle-RequiredExecutionEnvironment: J2SE-1.4