Changing the version to 1.2.4.qualifier.
[phpeclipse.git] / net.sourceforge.phpeclipse / META-INF / MANIFEST.MF
1 Manifest-Version: 1.0
2 Bundle-ManifestVersion: 2
3 Bundle-Name: %pluginName
4 Bundle-SymbolicName: net.sourceforge.phpeclipse; singleton:=true
5 Bundle-Version: 1.2.4.qualifier
6 Bundle-ClassPath: compatibility.jar,
7  phpeclipse.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.util;x-internal:=true,
42  net.sourceforge.phpdt.internal.formatter;x-internal:=true,
43  net.sourceforge.phpdt.internal.formatter.impl;x-internal:=true,
44  net.sourceforge.phpdt.internal.ui;x-internal:=true,
45  net.sourceforge.phpdt.internal.ui.actions;x-internal:=true,
46  net.sourceforge.phpdt.internal.ui.dialogs;x-internal:=true,
47  net.sourceforge.phpdt.internal.ui.dnd;x-internal:=true,
48  net.sourceforge.phpdt.internal.ui.filters;x-internal:=true,
49  net.sourceforge.phpdt.internal.ui.phpdocexport;x-internal:=true,
50  net.sourceforge.phpdt.internal.ui.preferences;x-internal:=true,
51  net.sourceforge.phpdt.internal.ui.text;x-internal:=true,
52  net.sourceforge.phpdt.internal.ui.text.comment;x-internal:=true,
53  net.sourceforge.phpdt.internal.ui.text.folding;x-internal:=true,
54  net.sourceforge.phpdt.internal.ui.text.java;x-internal:=true,
55  net.sourceforge.phpdt.internal.ui.text.java.hover;x-internal:=true,
56  net.sourceforge.phpdt.internal.ui.text.link;x-internal:=true,
57  net.sourceforge.phpdt.internal.ui.text.phpdoc;x-internal:=true,
58  net.sourceforge.phpdt.internal.ui.text.spelling;x-internal:=true,
59  net.sourceforge.phpdt.internal.ui.text.spelling.engine;x-internal:=true,
60  net.sourceforge.phpdt.internal.ui.text.template;x-internal:=true,
61  net.sourceforge.phpdt.internal.ui.text.template.contentassist;x-internal:=true,
62  net.sourceforge.phpdt.internal.ui.text.template.preferences;x-internal:=true,
63  net.sourceforge.phpdt.internal.ui.util;x-internal:=true,
64  net.sourceforge.phpdt.internal.ui.viewsupport;x-internal:=true,
65  net.sourceforge.phpdt.internal.ui.wizards;x-internal:=true,
66  net.sourceforge.phpdt.internal.ui.wizards.dialogfields;x-internal:=true,
67  net.sourceforge.phpdt.ltk.core,
68  net.sourceforge.phpdt.ltk.ui,
69  net.sourceforge.phpdt.ltk.ui.actions,
70  net.sourceforge.phpdt.ltk.ui.wizards,
71  net.sourceforge.phpdt.ui,
72  net.sourceforge.phpdt.ui.actions,
73  net.sourceforge.phpdt.ui.text,
74  net.sourceforge.phpdt.ui.text.folding,
75  net.sourceforge.phpdt.ui.text.java.hover,
76  net.sourceforge.phpdt.ui.wizards,
77  net.sourceforge.phpeclipse,
78  net.sourceforge.phpeclipse.actions,
79  net.sourceforge.phpeclipse.builder,
80  net.sourceforge.phpeclipse.obfuscator,
81  net.sourceforge.phpeclipse.obfuscator.export,
82  net.sourceforge.phpeclipse.phpeditor,
83  net.sourceforge.phpeclipse.phpeditor.actions,
84  net.sourceforge.phpeclipse.phpeditor.php,
85  net.sourceforge.phpeclipse.phpeditor.util,
86  net.sourceforge.phpeclipse.preferences,
87  net.sourceforge.phpeclipse.wizards,
88  net.sourceforge.phpeclipse.wizards.html
89 Require-Bundle: org.eclipse.core.runtime,
90  org.eclipse.ui,
91  org.eclipse.ui.console,
92  org.eclipse.core.resources,
93  org.eclipse.search,
94  org.eclipse.debug.ui,
95  org.eclipse.jface.text,
96  org.eclipse.ui.workbench.texteditor,
97  org.eclipse.ui.ide,
98  org.eclipse.ui.views,
99  org.eclipse.ui.editors,
100  org.eclipse.team.core,
101  org.eclipse.search,
102  net.sourceforge.phpeclipse.webbrowser,
103  net.sourceforge.phpeclipse.externaltools,
104  net.sourceforge.phpeclipse.ui,
105  net.sourceforge.phpeclipse.xml.ui,
106  org.eclipse.ltk.core.refactoring,
107  org.eclipse.ltk.ui.refactoring
108 Bundle-ActivationPolicy: lazy
109 Import-Package: net.sourceforge.phpeclipse.phpeditor