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.codemanipulation;x-internal:=true,
37 net.sourceforge.phpdt.internal.corext.phpdoc;x-internal:=true,
38 net.sourceforge.phpdt.internal.corext.refactoring.util;x-internal:=true,
39 net.sourceforge.phpdt.internal.corext.template;x-internal:=true,
40 net.sourceforge.phpdt.internal.corext.template.php;x-internal:=true,
41 net.sourceforge.phpdt.internal.corext.textmanipulation;x-internal:=true,
42 net.sourceforge.phpdt.internal.corext.util;x-internal:=true,
43 net.sourceforge.phpdt.internal.formatter;x-internal:=true,
44 net.sourceforge.phpdt.internal.formatter.align;x-internal:=true,
45 net.sourceforge.phpdt.internal.formatter.impl;x-internal:=true,
46 net.sourceforge.phpdt.internal.ui;x-internal:=true,
47 net.sourceforge.phpdt.internal.ui.actions;x-internal:=true,
48 net.sourceforge.phpdt.internal.ui.dialogs;x-internal:=true,
49 net.sourceforge.phpdt.internal.ui.dnd;x-internal:=true,
50 net.sourceforge.phpdt.internal.ui.filters;x-internal:=true,
51 net.sourceforge.phpdt.internal.ui.phpdocexport;x-internal:=true,
52 net.sourceforge.phpdt.internal.ui.preferences;x-internal:=true,
53 net.sourceforge.phpdt.internal.ui.text;x-internal:=true,
54 net.sourceforge.phpdt.internal.ui.text.comment;x-internal:=true,
55 net.sourceforge.phpdt.internal.ui.text.folding;x-internal:=true,
56 net.sourceforge.phpdt.internal.ui.text.java;x-internal:=true,
57 net.sourceforge.phpdt.internal.ui.text.java.hover;x-internal:=true,
58 net.sourceforge.phpdt.internal.ui.text.link;x-internal:=true,
59 net.sourceforge.phpdt.internal.ui.text.phpdoc;x-internal:=true,
60 net.sourceforge.phpdt.internal.ui.text.spelling;x-internal:=true,
61 net.sourceforge.phpdt.internal.ui.text.spelling.engine;x-internal:=true,
62 net.sourceforge.phpdt.internal.ui.text.template;x-internal:=true,
63 net.sourceforge.phpdt.internal.ui.text.template.contentassist;x-internal:=true,
64 net.sourceforge.phpdt.internal.ui.text.template.preferences;x-internal:=true,
65 net.sourceforge.phpdt.internal.ui.util;x-internal:=true,
66 net.sourceforge.phpdt.internal.ui.viewsupport;x-internal:=true,
67 net.sourceforge.phpdt.internal.ui.wizards;x-internal:=true,
68 net.sourceforge.phpdt.internal.ui.wizards.dialogfields;x-internal:=true,
69 net.sourceforge.phpdt.ltk.core,
70 net.sourceforge.phpdt.ltk.ui,
71 net.sourceforge.phpdt.ltk.ui.actions,
72 net.sourceforge.phpdt.ltk.ui.wizards,
73 net.sourceforge.phpdt.ui,
74 net.sourceforge.phpdt.ui.actions,
75 net.sourceforge.phpdt.ui.text,
76 net.sourceforge.phpdt.ui.text.folding,
77 net.sourceforge.phpdt.ui.text.java.hover,
78 net.sourceforge.phpdt.ui.wizards,
79 net.sourceforge.phpeclipse,
80 net.sourceforge.phpeclipse.actions,
81 net.sourceforge.phpeclipse.builder,
82 net.sourceforge.phpeclipse.obfuscator,
83 net.sourceforge.phpeclipse.obfuscator.export,
84 net.sourceforge.phpeclipse.phpeditor,
85 net.sourceforge.phpeclipse.phpeditor.actions,
86 net.sourceforge.phpeclipse.phpeditor.php,
87 net.sourceforge.phpeclipse.phpeditor.util,
88 net.sourceforge.phpeclipse.preferences,
89 net.sourceforge.phpeclipse.wizards,
90 net.sourceforge.phpeclipse.wizards.html
91 Require-Bundle: org.eclipse.core.runtime,
93 org.eclipse.ui.console,
94 org.eclipse.core.resources,
97 org.eclipse.jface.text,
98 org.eclipse.ui.workbench.texteditor,
100 org.eclipse.ui.views,
101 org.eclipse.ui.editors,
102 org.eclipse.team.core,
104 net.sourceforge.phpeclipse.webbrowser,
105 net.sourceforge.phpeclipse.externaltools,
106 net.sourceforge.phpeclipse.ui,
107 net.sourceforge.phpeclipse.xml.ui,
108 org.eclipse.ltk.core.refactoring,
109 org.eclipse.ltk.ui.refactoring
110 Eclipse-LazyStart: true
111 Bundle-RequiredExecutionEnvironment: J2SE-1.4