1) Moved net.sourceforge.phpeclipse.ui\src\net\sourceforge\phpdt back to net.sourcefo...
[phpeclipse.git] / net.sourceforge.phpeclipse.phpmanual.htmlparser / META-INF / MANIFEST.MF
1 Manifest-Version: 1.0
2 Bundle-ManifestVersion: 2
3 Bundle-Name: Htmlparser Plug-in
4 Bundle-SymbolicName: net.sourceforge.phpeclipse.phpmanual.htmlparser
5 Bundle-Version: 1.2.10.qualifier
6 Bundle-ClassPath: filterbuilder.jar,
7  htmllexer.jar,
8  htmlparser.jar,
9  junit.jar,
10  sax2.jar,
11  thumbelina.jar
12 Bundle-Localization: plugin
13 Export-Package: .,
14  junit.awtui,
15  junit.extensions,
16  junit.framework,
17  junit.runner,
18  junit.swingui,
19  junit.swingui.icons,
20  junit.textui,
21  org.htmlparser,
22  org.htmlparser.beans,
23  org.htmlparser.beans.images,
24  org.htmlparser.filters,
25  org.htmlparser.http,
26  org.htmlparser.lexer,
27  org.htmlparser.lexerapplications.thumbelina,
28  org.htmlparser.nodes,
29  org.htmlparser.parserapplications,
30  org.htmlparser.parserapplications.filterbuilder,
31  org.htmlparser.parserapplications.filterbuilder.images,
32  org.htmlparser.parserapplications.filterbuilder.layouts,
33  org.htmlparser.parserapplications.filterbuilder.wrappers,
34  org.htmlparser.parserapplications.filterbuilder.wrappers.images,
35  org.htmlparser.sax,
36  org.htmlparser.scanners,
37  org.htmlparser.tags,
38  org.htmlparser.util,
39  org.htmlparser.util.sort,
40  org.htmlparser.visitors,
41  org.xml.sax,
42  org.xml.sax.ext,
43  org.xml.sax.helpers
44 Bundle-RequiredExecutionEnvironment: J2SE-1.4
45 Bundle-Vendor: PHPEclipse project Team